Re: mysql access error 1044 - update

2003-06-23 Thread Ivan Cukic
If you want to set the root password you can do the next thing 1. kill the mysqld 2. start mysqld with --skip-grant-tables option 3. set the new password with mysqladmin -u root password 'RogerTheRabbit' command 4. and finally - mysqladmin -h hostname flush-privileges instead of 3 and 4 you

mysql access error 1044 - update

2003-06-22 Thread Technik IT
Hi all - thanks so much for the advice that has been coming in regarding my mysql local installation problems. Here's what's going on - Tim and Paul - I especially appreciated your replies - do you have any ideas on the following: I reinstalled mysql (made sure I downloaded the binary with the i