Re: 2-Questions: Starting MySQL and Shutting Down on OS X

2003-09-05 Thread Bill Hernandez
On 9/5/03 7:47 AM, "Fortuno, Adam" <[EMAIL PROTECTED]> wrote: > All: > > (1) I've got "/user/local/mysql/data" in my path, but when I attempt to run > "mysqld_safe" I get a message reading: > > "Please do a cd to the mysql installation directory and restart this script > from there as follows: .

Re: 2-Questions: Starting MySQL and Shutting Down on OS X

2003-09-05 Thread Jim Dickenson
Corporation http://www.cfmc.com/ > From: Santino <[EMAIL PROTECTED]> > Date: Fri, 5 Sep 2003 19:22:12 +0200 > To: [EMAIL PROTECTED] > Subject: Re: 2-Questions: Starting MySQL and Shutting Down on OS X > > You have to make a script and put it in a folder (sorry I don't >

Re: 2-Questions: Starting MySQL and Shutting Down on OS X

2003-09-05 Thread Santino
You have to make a script and put it in a folder (sorry I don't remember the name but it is on /System/startup) Try to locate a shell script like cron in a cron directory and modify it creating a script mysql in a mysql directory. To start: cd /user/local/mysql/data ./bin/mysqld_safe & To stop

2-Questions: Starting MySQL and Shutting Down on OS X

2003-09-05 Thread Fortuno, Adam
All: (1) I've got "/user/local/mysql/data" in my path, but when I attempt to run "mysqld_safe" I get a message reading: "Please do a cd to the mysql installation directory and restart this script from there as follows: ./bin/mysqld_safe" Do I really need to be in the installation directory to ki