Re: Changing root password

2002-01-16 Thread Gerald Clark
Skip the -p. You have no current password . Jay Paulson wrote: >I'm trying to change the root password for mysql. This is the first time >I've tried to change the password and I can't get it to work. Below is the >error message I get: > >[root@localhost bin]# ./mysqladmin -u root -p password '

Re: Changing root password

2002-01-16 Thread Richard Ward
If you have just finished installing, then root has no current password and you can leave out the -p altogether: root@localhost bin]# ./mysqladmin -u root password 'new-password' good luck Richard Ward >>> "Jay Paulson" <[EMAIL PROTECTED]> 01/16/02 12:57AM >>> I'm trying to change the root pa

RE: Changing root password

2002-01-15 Thread Gary . Every
he ...'s above are other parameters that may or may not be there. -Original Message- From: Jay Paulson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 4:57 PM To: [EMAIL PROTECTED] Subject: Changing root password I'm trying to change the root password for mysql. This

Changing root password

2002-01-15 Thread Jay Paulson
I'm trying to change the root password for mysql. This is the first time I've tried to change the password and I can't get it to work. Below is the error message I get: [root@localhost bin]# ./mysqladmin -u root -p password 'new-password' Enter password: ./mysqladmin: connect to server at 'loca

JDBC Issue After changing root password.

2001-06-11 Thread Javasals
Hello, I have been using JDBC with MySQL for the past couple of days without any user id or password. After reading the directions in the privileges section I decided to change the password for root. I used the following example from the online manual: shell> mysql -u root mysql mysql> UPDAT