mySQL problem (local machine – mac os X)
-
This is less a wordpress question and more a mySQL question — but, everyone here has had the best answers to any of my questions so I thought I would post it (and, I can’t use my wordpress on my local machine until I get it fixed!).
The setup: Mac OS X.4.4; mysql 4.something, php, apache, all installed and working fine for some time. Today, I added the bbpress install as well as a drupal install. Now I am having some problems. I will outline the problem, what I have tried to do to fix it, and what I think caused it. Hope you can help and I am sorry this is long.
The problem: I can’t login to mysql anymore with the “root” username (which is where I have all my database files and tables stored for a couple wordpress installs, the bbpress, and now the drupal). When I execute in terminal:
/usr/local/mysql/bin/mysql -u root -p
And then enter my password, I get the following error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Attempted solutions: I assumed the password was changed somehow; I wanted to reset the password for “root”. I searched the internet, and most suggest that I (in summary): kill the
mysqld
process, then either find a .pid file for my server and do something with it (but I can’t get in the directory that houses the file) -or- entermysqld --skip-grant-tables --user=root
after I’ve killed the mysqld command again.In both instances, I am getting permission errors and I can accomplish neither.
I believe the .pid I need to chanage is housed in my /usr/local/mysql/data folder, however, I can’t get access to the folder. The permissions are set to have “mysql” be the owner (
drwxrwx---
).I am not a unix wiz, have tried to chmod my way out of it, but no luck.
Why I am being punished: I think this all might have started when I was setting up the database for drupal, I think I did something to cause a password change (I ran one set of commands without re-typing “user” over the template).
I guess I just need a little hand holding.
Thank you!
Damon
- The topic ‘mySQL problem (local machine – mac os X)’ is closed to new replies.