Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
'Access denied for user: 'root@loca
Name: mayve Date: June 1, 2005 at 14:25:01 Pacific OS: RH 7.2 CPU/Ram: p3
Comment:
ive got mysql running on my system, i can access databases as root. but now, it tells me 'Access denied for user: 'root@localhost' tried changing my root password via mysqladmin, it gives me the same error. what will i do? thanks!
Name: patrix Date: June 1, 2005 at 20:25:04 Pacific
Reply:
are you login as a root???
try to login as root(mysql -h localhost -u root), and if you have made a password for root, use this command(mysql -h localhost - u root -p)...and then, please you make a new user in mysql database...OK??
patrix
I think, computer is the last tecnologi, and may be ...the other invention just a develop of the computer system...
1
Response Number 2
Name: mayve Date: June 2, 2005 at 02:27:00 Pacific
Reply:
hi patrix ...i never created a username and password for mysql.
i am logged in as root.
when im trying to do something in mysql ... it gives me the same error... 'Access denied for user: 'root@localhost' ..blahblah...
ive seen in /usr/lib/ ownership is with mysql, tried su to mysql ... and then do something in mysql still the same error.
tried also to edit my.cnf from "user = mysql" to user = root" ...still the same. thanks.
0
Response Number 3
Name: Dave The Snakes Date: June 10, 2005 at 06:08:17 Pacific
Summary: I can't seem to get access to MySQL even as root. I am running RedHat 8.0 and haven't changed any of the default MySQL setttings. I've tried running "mysqladmin -u root passoword [myPassoword]" but it...
Summary: mysqladmin will not allow me to set my root password. Therefore I cannot connect to a database and nor create tables. This is what I am entering and here are the results. # mysqladmin -u root pas...
Summary: Some time ago I installed a mysql server on my linuxbox, but was disturbed in the process. Coming back to it now a few weeks later I'm now reading a tutorial on php and mysql and trying to create a db...