Hi Men
i have real problem using mysql database
i make database for my site with mysql
it have very important data
but i think the database tables corrupted
when i use the command
[PHP]select * from table_name;[/PHP]
or
[PHP]describe table_name;[/PHP]
i always get this message:
[PHP]ERROR 1146 (42S02): Table 'job.pages' doesn't exist[/PHP]
im sure the table is exists but mysql server couldn't read it
i need data get back
Any Idea ??