horoscopes2000
09-01-2002, 12:08 AM
I am wondering if I should reinstall MySql on my Raq3, because I am following all the instructions to get started but get nothing but errors.
I SSH'd in and SU'd as root, then tried :
mysql -h host -u user -p
and entered the password when prompted, but got :
ERROR 1045: Access denied for user: 'user@mydomain.com' (Using password: YES)
-------------
mysqladmin -u root create mydb
returns :
Access denied for user: 'root@localhost' (Using password: NO)
-------------
mysql
returns :
Access denied for user: 'root@localhost' (Using password: NO)
----------
I tried all the solutions from a similar thread, and nothing seemed to make this work. I even tried to reset permissions as specified in http://www.mysql.com/doc/en/Resetting_permissions.html but i just can't seem to get anywhere after deleting the .pid file.
should I uninstall MySQL and install it again? If so, where can I find the .pkg for it? I currently have MySQL 3.23.37-1
I apologize for the vague nature of this post, it's just that I'm not even sure what these commands are supposed to do in the first place.
I SSH'd in and SU'd as root, then tried :
mysql -h host -u user -p
and entered the password when prompted, but got :
ERROR 1045: Access denied for user: 'user@mydomain.com' (Using password: YES)
-------------
mysqladmin -u root create mydb
returns :
Access denied for user: 'root@localhost' (Using password: NO)
-------------
mysql
returns :
Access denied for user: 'root@localhost' (Using password: NO)
----------
I tried all the solutions from a similar thread, and nothing seemed to make this work. I even tried to reset permissions as specified in http://www.mysql.com/doc/en/Resetting_permissions.html but i just can't seem to get anywhere after deleting the .pid file.
should I uninstall MySQL and install it again? If so, where can I find the .pkg for it? I currently have MySQL 3.23.37-1
I apologize for the vague nature of this post, it's just that I'm not even sure what these commands are supposed to do in the first place.
