Ihave this message :

Warning: Can't open file: 'watchdog.MYI' (errno: 145) query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (0, 'php', 'Can't open file: 'node_revisions.MYI' (errno: 145)\nquery: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = 13263 à la ligne 120 du fichier /home/httpd/vhosts/celebrites-selection.com/httpdocs/mon_blog/includes/database.mysql.inc.', 2, '', 'http://www.celebrites-selection.com/mon_blog/', 'http://www.celebrites-selection.com/phorum/index.php/topic,1623.0.html', '83.203.164.208', 1149758625) in /home/httpd/vhosts/celebrites-selection.com/httpdocs/mon_blog/includes/database.mysql.inc on line 120

could help?

Comments

bryansd’s picture

It looks to me that your database server stopped, not your site. If you have no control of your MySQL server, contact your host provider to restart it. Also, I'd edit your original message and remove the IP address or replace with some X's '83.xxx.xxx.xxx'

My Drupal Site:
CMSReport

zom’s picture

thanks ,
I use my own dedicated server, I have others database still working, I have access to my php admin and have access to my database so php and mysql are working but I don't know what I should do...

dman’s picture

Your DB may appear to be working, for read, but can you make manual changes to it?

I've seen that sort of error myself after restoring an archive/mirror from CD and the Database table (data/) files came out as read-only.

.dan.

http://www.coders.co.nz/

zom’s picture

Yes I can make manal changes can I empty watchdog table from wich the problem seems to come ?

dman’s picture

no problem at all if you want to
DELETE FROM watchdog;

It's only logs.

http://www.coders.co.nz/