Re: Password for Root

2006-04-10 Thread Ehrwin Mina
At 02:57 PM 4/10/2006, Kosala Atapattu wrote: Hi people, I have a small problem. I forgot the password for user root in my personal MySQL instance. I'm a Linux user and running Debian Sarge on my computer. I have few other DBs which I created and which I have access to (still I remember the pass

Re: Password for Root

2006-04-10 Thread Prasanna Raj
Hi Restart mysqld with the --skip-grant-tables option More info : http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html --Praj On Mon, 10 Apr 2006 12:57:32 +0600 "Kosala Atapattu" <[EMAIL PROTECTED]> wrote: > Hi people, > > I have a small problem. I forgot the password for user r

Password for Root

2006-04-09 Thread Kosala Atapattu
Hi people, I have a small problem. I forgot the password for user root in my personal MySQL instance. I'm a Linux user and running Debian Sarge on my computer. I have few other DBs which I created and which I have access to (still I remember the passwords) but are not having access to MySQL databa

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

Re: password for root

2001-08-03 Thread Grigory Bakunov
Date |Thu, 2 Aug 2001 15:18:51 -0400 >From |"Stonix" <[EMAIL PROTECTED]> Hello! S> Hi, S> I installed mysql, and found root can login without a password. S> So I checked mysql manual and setup a password for root. However, S> according to the manual, I need to

password for root

2001-08-03 Thread Stonix
Hi, I installed mysql, and found root can login without a password. So I checked mysql manual and setup a password for root. However, according to the manual, I need to type another commond: "flush privileges;" I don't undersdant why should I do this. Any one can give m