Hi Dilip,

I got two binary logs in Server. I don't know how to find server uptime?

mysql> show master logs;
+----------------------+
| Log_name             |
+----------------------+
| localhost-bin.000008 |
| localhost-bin.000009 |
+----------------------+
2 rows in set (0.00 sec)

if i ask for structure it is giving error message

mysql> desc userdetails;
ERROR 1016 (HY000): Can't open file: 'userdetails.MYI' (errno: 145)

if i create .MYD file using vi editor, MySql giving following message

mysql> desc userdetails;
ERROR 1105 (HY000): File './everest/userdetails.MYD' not found (Errcode: 13)

but the file is exist.

tell me how i can get the data.

regards,
bala

Reply via email to