SQL Problems?

netpants

Verified User
Joined
Mar 11, 2005
Messages
19
When trying to login I get the incorrect username password error, i know I am using the correct information.

I was also getting an SQL error when trying to go to a database driven site. So i tried to get into phpmyadmin and am getting this error.

Warning: session_write_close(): write failed: No space left on device (28) in /var/www/html/phpMyAdmin-2.7.0-pl2/index.php on line 51

Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /var/www/html/phpMyAdmin-2.7.0-pl2/index.php on line 51

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.7.0-pl2/index.php:51) in /var/www/html/phpMyAdmin-2.7.0-pl2/index.php on line 60

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.7.0-pl2/index.php:51) in /var/www/html/phpMyAdmin-2.7.0-pl2/index.php on line 121


any ideas?
 
Last edited:
The problem is resolved. Apparently I had some backups going in the background for over a year which ate up all of the disk space and left the dedicated server in shambles :( Everything is fine now and good to go, but how do I get rid of the backup thats running automaticly every day?
 
Which backup? How do you know it's running?

If you can find out it's process-ID you can kill it with the kill command.

Jeff
 
Back
Top