Results 1 to 4 of 4
Hi folks,
Ubuntu 7.04 server amd64
It just comes to my notice on running following commands
$ sudo /etc/init.d/mysql stop
Code:
* Stopping MySQL database server mysqld [fail]
$ sudo ...
- 06-22-2008 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Problem on MySQL
Hi folks,
Ubuntu 7.04 server amd64
It just comes to my notice on running following commands
$ sudo /etc/init.d/mysql stopCode:* Stopping MySQL database server mysqld [fail]
$ sudo /etc/init.d/mysql startCode:* Starting MySQL database server mysqld [ OK ] /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)'
I suppose the problem is caused by running several 'apt-get update' and 'apt-get upgrade'. Before MySQL start/stop without problem nor having warning.
Please advise how to fix this problem. TIA
B.R.
satimis
- 07-10-2008 #2
1.try to start mysql-server:
2.then log in to mysql server with known user and passwordCode:/etc/init.d/mysql start
in case the user is root and have password,if the user have no password,type in terminal:Code:mysql -u root -p
Code:mysql -u root
- 07-10-2008 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
- 07-11-2008 #4


Reply With Quote
