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