Pada Wed, 3 Jul 2002 16:39:03 -0700
"Eric Mayers" <[EMAIL PROTECTED]> menulis :
> Hello All,
>
> I'm using mysql version 3.23.47 as a database in an embedded device. In
> the startup scripts for the database I have it run :
>
> myisamchk -o -s /usr/local/var/data/*/*.MYI
> (to fix any possible
Hello All,
I'm using mysql version 3.23.47 as a database in an embedded device. In
the startup scripts for the database I have it run :
myisamchk -o -s /usr/local/var/data/*/*.MYI
(to fix any possible problems)
with safe_mysqld --datadir=/usr/local/var/data &
(to start the database)
On one oc