Reset lost password on Server Logistics Mac OS X install

2004-07-06 Thread Eve Atley
I'm attempting to follow instructions at the MySQL AB site: http://dev.mysql.com/doc/mysql/en/Resetting_permissions.html ...in order to reset a lost root password. I am using the Complete MySQL package from Server Logistics (www.serverlogistics.com) for Mac OS X Panther. I've read the install

Re: problem with Mac OS X install

2003-07-01 Thread Ware Adams
I think you have some slight errors in your connection line: Werner van Mook wrote: >/usr/local/mysql/bin/mysqladmin -u root password should be: /usr/local/mysql/bin/mysqladmin -u root --password= >/usr/local/mysql/bin/mysqladmin -u root -h `hostname` password > should be /usr/local/mysql/

Re: problem with Mac OS X install

2003-07-01 Thread tlr7425
everything you need to know and do is here: http://www.entropy.ch/software/macosx/mysql/ On Tuesday, July 1, 2003, at 04:30 PM, Werner van Mook wrote: Hi all, I'm new to this list so forgive me if I tear open old wounds..;-) I installed MySQL 4.0.13 on my mac with OS X 10.2.6 I followed the in

problem with Mac OS X install

2003-07-01 Thread Werner van Mook
Hi all, I'm new to this list so forgive me if I tear open old wounds..;-) I installed MySQL 4.0.13 on my mac with OS X 10.2.6 I followed the instructions onthe mysql.com site. Everything seems to be in order until I have to do : /usr/local/mysql/bin/mysqladmin -u root password I run this comman

Re: MAC OS X Install.

2002-07-11 Thread Victoria Reznichenko
A., Thursday, July 11, 2002, 4:36:40 PM, you wrote: AJP> I have installed mysql on OS X server. I used the pkg install. AJP> Everything appears to have run fine except when I do safe_mysqld the AJP> daed starts and stops. See error log below. AJP> Any ideas? AJP> 020701 19:46:50 mysqld sta

MAC OS X Install.

2002-07-11 Thread A . John Peters
I have installed mysql on OS X server. I used the pkg install. Everything appears to have run fine except when I do safe_mysqld the daed starts and stops. See error log below. Any ideas? 020701 19:46:50 mysqld started 020701 19:46:50 /Library/mySQL/libexec/mysqld: Table 'mysql.host' doesn

Re: Newbie - Mac OS X install question

2002-04-29 Thread [EMAIL PROTECTED]
Cool :) works like a charm!! Thanks. On 4/29/02 1:54 PM, "Paul DuBois" <[EMAIL PROTECTED]> wrote: > At 13:27 -0400 4/29/02, [EMAIL PROTECTED] wrote: >> I am getting this error when I try to run safe_mysqld >> >> /usr/local/mysql/bin/safe_mysqld --user=mysql & >> >> >> 020429 12:42:46 mysqld

Re: Newbie - Mac OS X install question

2002-04-29 Thread Paul DuBois
At 13:27 -0400 4/29/02, [EMAIL PROTECTED] wrote: >I am getting this error when I try to run safe_mysqld > >/usr/local/mysql/bin/safe_mysqld --user=mysql & > > >020429 12:42:46 mysqld started >020429 12:42:46 /usr/local/mysql/libexec/mysqld: Table 'mysql.host' doesn't >exist >020429 12:42:46 mys

Newbie - Mac OS X install question

2002-04-29 Thread [EMAIL PROTECTED]
I am getting this error when I try to run safe_mysqld /usr/local/mysql/bin/safe_mysqld --user=mysql & 020429 12:42:46 mysqld started 020429 12:42:46 /usr/local/mysql/libexec/mysqld: Table 'mysql.host' doesn't exist 020429 12:42:46 mysqld ended Where is the mysql.host located? How can I cre