Error Installing MySQL
#1

OS: Debian 6.0.4 64 Bit
Command: #apt-get install mysql-server

Error being spam apon install.
Код:
insserv: Starting vzquota depends on single and therefore on system facility `$all' which can not be true!
What is the problem?
Reply
#2

Try not installing it into the C: drive OR if it still doesnt work try 86x or 32x
Reply
#3

I am not sure how to do that. If if this matters it is on a vps.
Reply
#4

Are you logged in as root?
sudo -s
Reply
#5

So it appears that is successfully install I think.
Код:
root@*******:~# dpkg --get-selections | grep mysql
libdbd-mysql-perl                               install
libmysqlclient16                                install
mysql-client-5.1                                install
mysql-common                                    install
mysql-server                                    install
mysql-server-5.1                                install
mysql-server-core-5.1                           install
This is what is says if I restart the mysql server.
Код:
root@*******:~# /etc/init.d/mysql restart
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Although if I type "mysql" in my putty it says this back even though there is no password when I set up the server.
Код:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)