Author Topic: Working Mysql For C3000?  (Read 4218 times)

daemon1

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
Working Mysql For C3000?
« on: May 03, 2006, 06:23:34 am »
Wondering if anyone has a working version of mysql for a c3000 sharp rom with tetsu kernel?

I've got apache and php from creshno working no probs, just can not find a working sql version, all the versions ive tried (v3 or v4) dont work properly at all.. there's tonnes of posts around regarding this issue, been through all of them but still can't find a working version.

Thanks in advance
C3000 - Debian EABI - Kernel 2.6.23 of Angstrom

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Working Mysql For C3000?
« Reply #1 on: May 03, 2006, 06:57:29 am »
I have it running on OpenBSD, be aware that it takes about 35Mb of memory and will probably be the same under Linux.

(with minimal config)

-Andy
« Last Edit: May 03, 2006, 06:57:55 am by iamasmith »
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

dinorex

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • http://dinorex.mocasting.com
Working Mysql For C3000?
« Reply #2 on: May 04, 2006, 12:57:33 am »
can you read chinese? i have posted my exp in mysql 3.22 under original SHARP ROM  (but that is not in this site)... :x
but that is in chinese chars... :x
« Last Edit: May 04, 2006, 12:59:08 am by dinorex »
Dinorex corner: -
Chinese: http://dinorex.mocasting.com/
English: http://dinorex-redoxin.blogspot.com/
Website: http://dinorex.no-ip.biz/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Zauri SL-C3100 (1 black & 1 grey)
black - Qtopia / Cacko (for notes taking in meetings) :)
grey - ROM wild tester....

daemon1

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
Working Mysql For C3000?
« Reply #3 on: May 04, 2006, 11:04:32 am »
Quote
can you read chinese? i have posted my exp in mysql 3.22 under original SHARP ROM  (but that is not in this site)... :x
but that is in chinese chars... :x
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125670\"][{POST_SNAPBACK}][/a][/div]

can't read chinese, but yeah why not? send us the link will probably be able to figure out something from your post  eg /var/tmp is still /var/tmp in any language!

or maybe you can provide a quick and dirty short version of your experience on this site which will benefit other users ?
C3000 - Debian EABI - Kernel 2.6.23 of Angstrom

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Working Mysql For C3000?
« Reply #4 on: May 04, 2006, 04:26:06 pm »
I have mysql running, now I dont have alot of experience in mysql, in fact I am a nOOb. I just installed the one from elsi, what is the difference between this one and the one you want? ooo, the version is 3.23.49
« Last Edit: May 04, 2006, 04:27:10 pm by bam »
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

daemon1

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
Working Mysql For C3000?
« Reply #5 on: May 05, 2006, 08:15:09 pm »
Quote
Wondering if anyone has a working version of mysql for a c3000 sharp rom with tetsu kernel?

I've got apache and php from creshno working no probs, just can not find a working sql version, all the versions ive tried (v3 or v4) dont work properly at all.. there's tonnes of posts around regarding this issue, been through all of them but still can't find a working version.

Thanks in advance
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Update: Have a full working version! yay!

Installed from [a href=\"http://anjackson.net/extras/mysql_3.23.49-8.7_arm.ipk]http://anjackson.net/extras/mysql_3.23.49-8.7_arm.ipk[/url]

and then installed http://dragos.com/zaurus/openssl_0.9.7c_arm.ipk

to save some space

put the databases in /hdd3/mysql

cp -r /var/mysql/* /hdd3/mysql
ln -s /hdd3/mysql /var/mysql

start the db with mysqlstart
initialise the db with mysql_install_db
C3000 - Debian EABI - Kernel 2.6.23 of Angstrom