Re: Connecting MySQL in Panther

2004-06-13 Thread Ware Adams
chueewowee wrote: [raisinspace:/usr/local/mysql] chueewow% Starting mysqld daemon with databases from /usr/local/mysql/data 040612 23:32:05 mysqld ended mysqld isn't starting. See what the error log says, it will likely be in /usr/local/mysql/data --Ware -- MySQL General Mailing List For

Connecting MySQL in Panther

2004-06-12 Thread chueewowee
Hello, I'm new to the list and need help of course. My problems are in connecting to MySQL. I am running Panther 10.38. , MySQL 4.018. I have removed all old files before reinstalling MySQL. I have installed the MySQL Startup Item and it is correctly located. Output from the Terminal is as follows

Re: Uninstall MySQL for Panther?

2004-03-13 Thread Paul DuBois
At 21:31 -0800 3/12/04, John Mistler wrote: First I want to thank all of you guys for responding. I feel a new sense of confidence that I will be able to get this thing going! However, my problems have compounded. We now have a new problem. I took the advice of one archived postings and dragged

Uninstall MySQL for Panther?

2004-03-12 Thread John Mistler
I am two days into troubleshooting this. I need some help badly. I installed MySQL 4.0.18 for Mac. I was able to get in at first: Welcome to MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 14 to server version: 4.0.18-standard then I would type mysql create database

Re: Uninstall MySQL for Panther?

2004-03-12 Thread Hassan Schroeder
John Mistler wrote: I installed MySQL 4.0.18 for Mac. I was able to get in at first: I tried all kinds of commands to change the root password, and every single one would result in Access denied for user . . . I would like to install, instead, CompleteMySQL from the serverlogisitics.com site,

Re: Uninstall MySQL for Panther?

2004-03-12 Thread Paul DuBois
At 18:33 -0800 3/12/04, John Mistler wrote: I am two days into troubleshooting this. I need some help badly. I installed MySQL 4.0.18 for Mac. I was able to get in at first: Welcome to MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 14 to server version: 4.0.18-standard

Re: Uninstall MySQL for Panther?

2004-03-12 Thread John Mistler
First I want to thank all of you guys for responding. I feel a new sense of confidence that I will be able to get this thing going! However, my problems have compounded. We now have a new problem. I took the advice of one archived postings and dragged the four files seemingly installed by the

Re: Uninstall MySQL for Panther?

2004-03-12 Thread Scott Haneda
on 03/12/2004 09:31 PM, John Mistler at [EMAIL PROTECTED] wrote: First I want to thank all of you guys for responding. I feel a new sense of confidence that I will be able to get this thing going! However, my problems have compounded. We now have a new problem. I took the advice of one

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

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

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:

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

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