hello
i have strange probelm here
i have several mysql databases which currently are not showing
nor via mysql command lines neither in mysql directory
here is information
mysql is mounted as separate partition in
when i go to that directory and tried to see databses nothing is there
Quote:
root@AQUILA:/var/lib/mysql# ls -la
total 0
root@AQUILA:/var/lib/mysql#
|
but at the same time as i know some databases name like asterisk
if i try to cd there the directory is there
Quote:
root@AQUILA:/var/lib/mysql# cd asterisk
root@AQUILA:/var/lib/mysql/asterisk# ls
AddressBookEmail.frm callout_calls_OLD.MYI DynConf.MYD Modems.MYD raja_ivr_train_schedule.frm sms_send.frm
AddressBookEmail.MYD callout_log.frm DynConf.MYI Modems.MYI raja_ivr_train_schedule.MYD sms_send.MYD
AddressBookEmail.MYI callout_log.MYD extensions.frm modules.frm raja_ivr_train_schedule.MYI sms_send.MYI
AddressBookFAX.frm callout_log.MYI extensions.MYD
|
also when i use locate command it shows the path
Quote:
locate admin.frm
/var/lib/mysql/asterisk/admin.frm
|
so what can be wrong ?permissions ? i guess its the same reason why databases are not showing in mysql command line also as follow
Quote:
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
+--------------------+
1 row in set (0.04 sec)
|
thank you