critical error. cant open file.... critical error. cant open file....
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

critical error. cant open file....

Started by jagmike8, July 15, 2005, 01:25:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jagmike8

QuoteWhile executing query "SELECT count(*) FROM cpg132_pictures as p, cpg132_albums as a WHERE p.aid = a.aid AND category >= 10000" on 0

mySQL error: Can't open file: 'cpg132_pictures.MYD'. (errno: 145)


i tried searching on here and came up with something about repairing the file cpg132 because something is broken, but when i go to my phpmyadmin database tool, and try to click on the file cpg132_pictures it says: 
Can't open file: 'cpg132_pictures.MYD'. (errno: 145)

Error

SQL-query :

SHOW KEYS FROM `cpg132_pictures`

MySQL said:
#1016 - Can't open file: 'cpg132_pictures.MYD'. (errno: 145)

[Documentation] ยท [Back]

any suggestions?

Nibbler

Run the repair query in the sql tab without attempting to view the table first

REPAIR TABLE `cpg132_pictures`

jagmike8

sweet. it worked.  thanks for your help.