Results 1 to 4 of 4
how do i install a mysql server on mandrake 10.1. I don't got apt-get, only the urpmi command. i already installed everything i could using the control center => software ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-29-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 13
mysql problem
how do i install a mysql server on mandrake 10.1. I don't got apt-get, only the urpmi command. i already installed everything i could using the control center => software management
when i run this command:
i get thisCode:mysqladmin -u root password 'whatever'
'Code:mysqladmin: unable to change password; error: 'Access denied for user: '@localhost' to database 'mysql''
thx
- 10-29-2005 #2
try this first:
Code:mysql_install_db
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 10-29-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 13
no, won't work, same error
- 10-31-2005 #4
hmmmm, ok
it seems as though it's not picking up the username, since it says
[quote]'Access denied for user: '@localhost'[/qupte]
Should say "root@localhost" or something like that.... try:
Code:mysqladmin -uroot password 'whatever'
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327


Reply With Quote
