Re: Setting the password for root user in mysql

2002-09-30 Thread tlr7425
Is MySQL running? Use Process Viewer to see if there is an entry for mysqld. If not, I would ask if you issued the "install_db" command and then started mysql. Ted On Monday, September 30, 2002, at 06:03 PM, Palash Mohanlal Kasodhan wrote: > Hi everyone, > I am just starting to

Re: Setting the password for root user in mysql

2002-09-30 Thread Clayburn W. Juniel, III
On Monday, September 30, 2002, at 03:03 24h, Palash Mohanlal Kasodhan wrote: > Hi everyone, > I am just starting to work with MySql on MAC OS X.When i > installed mysql i got the following message : > > PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! This is > done with

Setting the password for root user in mysql

2002-09-30 Thread Palash Mohanlal Kasodhan
Hi everyone, I am just starting to work with MySql on MAC OS X.When i installed mysql i got the following message : PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! This is done with: /usr/local/bin/mysqladmin -u root -p password 'new-password' /usr/local/bin/mysqladmin -u