Re: Access denied problem

2003-09-09 Thread Victoria Reznichenko
Michael Harly <[EMAIL PROTECTED]> wrote: > I try to improve the security on the mysql and now I can't get into it. > I get this massage. > > ?Access denied for user: '@localhost' to database 'mysql' ? It means that there is no entry in the table user for 'your_user'@'localhost'. Where 'your_user

Re: access denied problem

2001-06-17 Thread Rolf Hopkins
mysqladmin -u root password mysql "password" is used to change the password. "-p" is used to log on if a password has already been set. Don't know exactly what you want to do but possibly you're looking for mysqladmin -u root -p password your_new_password If that doesn't work and you don't kno