error 1045 when setting up
I appogize if this was answered elsewhere, i searched for about half and hour and cound not find anything. Anyway, when setting up the database and doing the whole -
GRANT ALL PRIVILEGES ON * TO Username@localhost IDENTIFIED BY 'Password' WITH GRANT OPTION; I keep getting an error, yes i did enter in my own username and password, ive tried the entire setup atleast 5 times and i keep getting ERROR 1045: Access denied for user: '@locahost' (Using password : NO) So if anyone has any info it would be much appreciated, thanks |
Same thing
I keep getting the same error and I also tried
mysql -u root mysql GRANT ALL PRIVILEGES ON *.* TO ****@localhost IDENTIFIED BY '****' WITH GRANT OPTION; but then I get this Query OK, 0 Rows affected <0.00 sec> and it doesn't seem to do anything |
You must replace * or *.* by NAME of your Dbase, i think :)
|
Quote:
-Dbname is an existing DB or any name you used to create a DB. -UserName can be any user including root. -IP can be any private, internal or external IP including localhost. -Password MUST be the password assigned to the user. Examples: Quote:
|
All times are GMT -4. The time now is 05:23 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.