Re: Installing Mysql on Panther

2003-12-19 Thread Ed Leafe
On Dec 19, 2003, at 12:58 AM, Trebor Scholz wrote: I'd like to install mysql on OSX Panther. In my tutorial it suggests to switch Web Sharing off in the preferences but There are many options in the menu there and web sharing off Is not one of them. Perhaps they mean to go to the System Preferenc

Installing Mysql on Panther

2003-12-19 Thread Trebor Scholz
Hi, I'd like to install mysql on OSX Panther. In my tutorial it suggests to switch Web Sharing off in the preferences but There are many options in the menu there and web sharing off Is not one of them. Any suggestions? Best, Trebor -- MySQL General Mailing List For list archives: http://list

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: http://lists.mysql.com/mysql

Re: Mysql on panther

2003-11-06 Thread Jan Pieter Kunst
[MySQL won't start] Maybe this knowledge base article is useful: 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 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 wher

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 w

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 >

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 >

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

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

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 /usr/li

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 i

Mysql on panther

2003-11-05 Thread Nestor Florez
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 is recommended to use mysqld_safe instead of mysqld in some website) *--- # /usr/bin/mysqld_safe Starting mysqld daemon wi