SA-MP Forums Archive
Error Installing MySQL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Error Installing MySQL (/showthread.php?tid=318886)



Error Installing MySQL - AustinJ - 17.02.2012

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?


Re: Error Installing MySQL - minijackc - 17.02.2012

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


Re: Error Installing MySQL - AustinJ - 17.02.2012

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


Re: Error Installing MySQL - Silentfood - 17.02.2012

Are you logged in as root?
sudo -s


Re: Error Installing MySQL - AustinJ - 17.02.2012

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)