• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Mysql problem

Calon

Experienced Member
Joined
Feb 6, 2009
Messages
1,070
Reaction score
21
suddenly without any reason

[10:53:22.973] Failed connecting to database - MYSQL ERROR: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) (2002)

[10:53:22.973] > ERROR: Couldn't estabilish connection to SQL database!



when try to restart MySQL server with sudo /etc/init.d/mysql restart

Stopping MySQL database server: mysqld.
/etc/init.d/mysql: ERROR: The partition with /var/lib/mysql is too full! ... failed!
 
I dont have alot of thing that takes space

secondly permission denied

Sorry, user xxxxxx is not allowed to execute '/usr/bin/apt-get clean' as root on 178-217-191-100.dondaniello.com.
 
just have 2 options 1..
Code:
apt-get remove mysql-server
apt-get remove phpmyadmin
apt-get remove lighttpd
unistall all and make
Code:
apt-get install libapache2-mod-php5
apt-get install mysql-server
apt-get install phpmyadmin
ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
shutdown -r now
service mysql start

or create ticket in your company and reinstall OS
 
Back
Top