* [Buildroot] mySQL Server for buildroot
@ 2011-04-12 14:02 Michael Burghart
2011-04-12 14:54 ` Daniele Salvatore Albano
0 siblings, 1 reply; 3+ messages in thread
From: Michael Burghart @ 2011-04-12 14:02 UTC (permalink / raw)
To: buildroot
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Is there a mysql server for buildroot available?
- --
- --
cheers
- -micha-
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJNpFtZAAoJEEMkp/gkis19vAEH/1F0w9wRz1VzNr6sVOl6g3W1
fmJ85CH4O9d2yBeeLcVZhaEJGTsCHazIB1LuFsPxAzXaLZ5MvDgp0vRT+J6PwnXs
ypJuqFX0/tJeV54nsLZOWWDf3cqVN1H3b96XPVuLX7FB1B8gXArB9dV7drKQyyqY
9X7JCNbCFjYmnhGudK5v7U3C81hTdvIlgRD4arlDmk+XMrpP/bTzWfJgkvJ1clC3
tr+2uUapSC2ysyymQX8+p5sSOnF/vi2iWXHGz4+dlc6XoQSkL+b6E4otgztYuztD
zTNtRb6+gw5t9VlRB9UXFJ7ziXwSA78tgqirerIF1drSmV7hd8EkEpB92p8fltE=
=Kequ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] mySQL Server for buildroot
2011-04-12 14:02 [Buildroot] mySQL Server for buildroot Michael Burghart
@ 2011-04-12 14:54 ` Daniele Salvatore Albano
2011-04-12 17:53 ` Michael Burghart
0 siblings, 1 reply; 3+ messages in thread
From: Daniele Salvatore Albano @ 2011-04-12 14:54 UTC (permalink / raw)
To: buildroot
Il 12/04/2011 16:02, Michael Burghart ha scritto:
> Hi,
>
> Is there a mysql server for buildroot available?
No, but try to create a package with default values for mysql.
Take a look at this package (quite simple, but uses conf end and conf
optio for configure) to create mysql package
http://git.buildroot.net/buildroot/tree/package/iperf/iperf.mk
Put your package in
package/mysql
Add a Config.in (look at
http://git.buildroot.net/buildroot/tree/package/iperf/Config.in as example)
and change package/Config.in to add your Config.in package to the list
PS: are you using an hdd on alix? i'm asking because an entire db like
mysql does a lot of I/O and a compact flash could be killed really
fastly by this work load
--
____________________________________________________________
|
Daniele Salvatore Albano | web site:
IT Consultant | http://www.itechcon.it
Website Design and Development |
Software Engineer and Developer | e-mail:
Linux Servers SetUp And Administration | info at itechcon.it
Embedded Network Solutions | d.albano at itechcon.it
Ai sensi del D.Lgs. 196/2003 si precisa che le informazioni contenute in
questo messaggio sono riservate ed a uso esclusivo del destinatario.
Qualora il messaggio in parola Le fosse pervenuto per errore, La
invitiamo ad eliminarlo senza copiarlo e a non inoltrarlo a terzi,
dandocene gentilmente comunicazione. Grazie.
Pursuant to Legislative Decree No. 196/2003, you are hereby informed
that this message contains confidential information intended only for
the use of the addressee. If you are not the addressee, and have
received this message by mistake, please delete it and immediately
notify us. You may not copy or disseminate this message to anyone. Thank
you.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] mySQL Server for buildroot
2011-04-12 14:54 ` Daniele Salvatore Albano
@ 2011-04-12 17:53 ` Michael Burghart
0 siblings, 0 replies; 3+ messages in thread
From: Michael Burghart @ 2011-04-12 17:53 UTC (permalink / raw)
To: buildroot
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Am 12.04.2011 16:54, schrieb Daniele Salvatore Albano:
> Take a look at this package (quite simple, but uses conf end and conf
> optio for configure) to create mysql package
> http://git.buildroot.net/buildroot/tree/package/iperf/iperf.mk
>
> Put your package in
> package/mysql
I already tried creating an Apache module; which did basically compile.
So I think I can do the same with mysql.
> and change package/Config.in to add your Config.in package to the list
And if it works I can check it in; perhaps somebody else needs it.
>
> PS: are you using an hdd on alix? i'm asking because an entire db like
> mysql does a lot of I/O and a compact flash could be killed really
> fastly by this work load
I know but thanks for the hint.
The customer already has a box which does all this but the Linux system
is quite big and he wanted it to become smaller (and more up to date).
They use cramfs and mysql and apache and perl. All really "small" and
"tinxy" packages :))
- --
- --
cheers
- -micha-
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJNpJGlAAoJEEMkp/gkis19/2YIAMU0FLdHs8F0gZQVXyo8g4/6
/ldXKjtxjnIN7gnmRWhfa080xz7hcBc08DG4ZYSfjGONNw5hvT/JX8HVQJZyZXfo
z6Ll/6/3KK6dFzlkVxdo3soBSlviD0iALWscjAtyN7RugwbFvFQQyBEdhwRxjGBJ
oBH/dOr2Gn8UyhL3Y4LFvVv4LmTTah+nG8zRZt6Lo1+IfSzAKwyD0RJVcQRET8Bl
+O7N3CcGzp3Z5v+YuT8XiEaestarHyYOiiPBt+crCpj3l1z9vq641iM11d0RKeE5
fajq2Zfvhb4chVIQLFfCJNbvtUPLbQY569MlqIsuXgLUm7srymbEkXRe0exsFsU=
=cwIN
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-04-12 17:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12 14:02 [Buildroot] mySQL Server for buildroot Michael Burghart
2011-04-12 14:54 ` Daniele Salvatore Albano
2011-04-12 17:53 ` Michael Burghart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox