I have recently inherited responsibility for my companies database. Right before I did, the previous admin "moved" the database. Before everything was fine and the InnoDB engine was being used by several tables. Now it is simply gone. Not disabled but gone. The ENGINES table does not have it listed.
All research that I've done that says to uncomment lines in the my.cnf are useless because my my.cnf is just:
[client]
port=14789
[mysqld]
datadir = /var/db/mysql2
port = 14789
user=mysql
skip-name-resolve
safe-show-database
socket = /tmp/mysql.sock
server-id=1310838193
log-bin=/var/db/mysql/mysql-bin
log-error=mysql-bin.err
binlog_do_db=hawk
Any one ever come across InnoDB disappearing and any advice on getting it back.
Thank you,
All research that I've done that says to uncomment lines in the my.cnf are useless because my my.cnf is just:
[client]
port=14789
[mysqld]
datadir = /var/db/mysql2
port = 14789
user=mysql
skip-name-resolve
safe-show-database
socket = /tmp/mysql.sock
server-id=1310838193
log-bin=/var/db/mysql/mysql-bin
log-error=mysql-bin.err
binlog_do_db=hawk
Any one ever come across InnoDB disappearing and any advice on getting it back.
Thank you,