Hello.
IBDATA and log files were deleted accidently..
i tried to recover but i couldnt because mysql was restarted several times before that. i couldnt recover it..
i had to manually delete all the tables using innodb because they were showing " IN USE " at the moment.
im currently using DB governor with Mariadb 10.3 .. i have to turn on Innodb again now.. but having many issues..
some of them are :
[ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
mainly when someone tries to install something in innodb it says
[ERROR] InnoDB: Cannot create file xxxx/xxxxx/xxx.ibd already exists.
[ERROR] InnoDB: Cannot rename because the target file already exists.
some sort of these problems. i cannot explain more because its been many days i cleared the Error logs as well..
is there a way to fix these things ?
or is there a way to reinstall mariadb 10.3 ??
im currently using innodb=OFF in my.cnf .. and all the tables remaining are on MYISAM only in the mysql. but user folder contains .ibd and .frm files as well.
i will be waiting for your reply..
Regards
Steps to reproduce:
A- Deleted all the Innodb Tables from Phpmyadmin via mysql command line.
B- shifted the Mysql to only allow MYISAM turning Skip-innodb
IBDATA and log files were deleted accidently..
i tried to recover but i couldnt because mysql was restarted several times before that. i couldnt recover it..
i had to manually delete all the tables using innodb because they were showing " IN USE " at the moment.
im currently using DB governor with Mariadb 10.3 .. i have to turn on Innodb again now.. but having many issues..
some of them are :
[ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
mainly when someone tries to install something in innodb it says
[ERROR] InnoDB: Cannot create file xxxx/xxxxx/xxx.ibd already exists.
[ERROR] InnoDB: Cannot rename because the target file already exists.
some sort of these problems. i cannot explain more because its been many days i cleared the Error logs as well..
is there a way to fix these things ?
or is there a way to reinstall mariadb 10.3 ??
im currently using innodb=OFF in my.cnf .. and all the tables remaining are on MYISAM only in the mysql. but user folder contains .ibd and .frm files as well.
i will be waiting for your reply..
Regards
Steps to reproduce:
A- Deleted all the Innodb Tables from Phpmyadmin via mysql command line.
B- shifted the Mysql to only allow MYISAM turning Skip-innodb