Hi,
I'm trying to set up MySQL so that it will start up as soon the computer boots up, automatically. I tried appending the
../sh -c 'cd /usr/local/share ; ./mysql/mysql.server start'
line to rc.local, but it doesn't work. Have I entered the wrong command, or am I going about this all wrong to begin with?
Thanks,
Nick
I'm trying to set up MySQL so that it will start up as soon the computer boots up, automatically. I tried appending the
../sh -c 'cd /usr/local/share ; ./mysql/mysql.server start'
line to rc.local, but it doesn't work. Have I entered the wrong command, or am I going about this all wrong to begin with?
Thanks,
Nick