database error

Read 5262 times
Hello

for a time i have this error it happens mostly when i reboot my server

ERR Database connection error: b1

i dont know why this happen after i reboot my server i tried to repair my mysql tables
restart the server again but still nothing

my diagnostic script shows also no errors

i am lost...
Hello,

The "Database connection error: a1" means that Centova Cast isn't finding anything in your `accounts` table. This is a MySQL issue and has nothing directly to do with Centova Cast -- either your `accounts` table is damaged and just needs to be repaired in MySQL, or the contents of that table have been deleted and you'd need to restore your database from a backup.

hth.
What Roger said is true, but as he noted, that's for error "a1", not "b1" which you said you're encountering. :)  "b1" means basically the same thing, except it refers to the `settings` table, not the `accounts` table.