ispCP - Board - Support
No backups, errors, help. - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: No backups, errors, help. (/thread-4277.html)

Pages: 1 2


RE: No backups, errors, help. - dirkson - 12-05-2008 12:27 AM

Checking that, it appears that /usr/lib/mysql doesn't exist. Running Debian, if that helps.


RE: No backups, errors, help. - joximu - 12-05-2008 12:34 AM

/var/lib/mysql


RE: No backups, errors, help. - dirkson - 12-11-2008 01:55 AM

I went through everything in sql_database, and everything has a matching record in /var/lib/mysql . What else could be up here?


RE: No backups, errors, help. - sci2tech - 12-11-2008 07:39 AM

Check also that databases belong to a domain (maybe domain was deleted but not database).


RE: No backups, errors, help. - joximu - 12-11-2008 07:42 AM

Maybe you get some more infos with this sql statement, run it in phpMyAdmin (DB ispcp):

SELECT sqld_id, sqld_name
FROM sql_database
WHERE domain_id > 0

(or domain_id 6 and domain_id 9)

/J