Re: Mysql on panther

2003-11-06 Thread Nestor Florez
I tried running mysql_install_db and I get: *--- # /usr/bin/mysql_install_db --force Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables 031106 7:19:56

Re: Mysql on panther

2003-11-06 Thread Nestor Florez
My OS X does not have my.cnf anywhere on the machine. :-) Nestor A. Florez Gabriel Ricard [EMAIL PROTECTED] 11/5/2003 4:33:07 PM Are you using Panther client or server? my.cnf is usually in /etc. Have you run mysql_install_db yet? - Gabriel On Wednesday, November 5, 2003, at 05:57 PM,

Re: Mysql on panther

2003-11-06 Thread Egor Egorov
Nestor Florez [EMAIL PROTECTED] wrote: I tried running mysql_install_db and I get: *--- # /usr/bin/mysql_install_db --force Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table

RE: Mysql on panther

2003-11-06 Thread Barry Byrne
-Original Message- From: Nestor Florez [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 15:28 My OS X does not have my.cnf anywhere on the machine. :-) Copy/edit on of the my-*.cnf files from the support-files directory in the mysql distribution directory to /etc/my.cnf I

Re: Mysql on panther

2003-11-06 Thread Nestor Florez
Egor, Where is the datadir locate? :-) Nestor A. Florez Egor Egorov [EMAIL PROTECTED] 11/6/2003 7:40:28 AM Nestor Florez [EMAIL PROTECTED] wrote: I tried running mysql_install_db and I get: *--- # /usr/bin/mysql_install_db --force Preparing db table Preparing host

Re: Mysql on panther

2003-11-06 Thread Paul DuBois
At 8:04 -0800 11/6/03, Nestor Florez wrote: Egor, Where is the datadir locate? :-) The message below says: Starting mysqld daemon with databases from /var/mysql Which indicates that /var/mysql is the datadir. Change location into the directory and have a look around. Try ls -la . to see

Re: Mysql on panther

2003-11-06 Thread Brent Baisley
There is no my.cnf by default on OS X. Unless you want to override default compiled settings, it's not really needed. But you usually do, so you need to create your own. MySQL comes with some samples you can use. As for your problems. Your directories where everything is located look like

Re: Mysql on panther

2003-11-06 Thread Jan Pieter Kunst
[MySQL won't start] Maybe this knowledge base article is useful: http://docs.info.apple.com/article.html?artnum=107537 JP -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Mysql on panther

2003-11-06 Thread Nestor Florez
Thanks to all the help...I got it working!!! Basically, as recommended, I created a my.cnf I also chown my /var/mysql directory to user 'mysql' and I am cooking now Thanks again!! Nestor :-) Nestor A. Florez -- MySQL General Mailing List For list archives:

Re: Mysql on panther

2003-11-05 Thread Gabriel Ricard
Are you using Panther client or server? my.cnf is usually in /etc. Have you run mysql_install_db yet? - Gabriel On Wednesday, November 5, 2003, at 05:57 PM, Nestor Florez wrote: Hi guys, I just was given the OK to play with a new server running Mac OS X (Panther) When I give the command (it