MySQL Forums
Forum List  »  InnoDB

Re: Service (Windows) keeps crashing on Export
Posted by: Peter Brawley
Date: October 20, 2016 05:10PM

One of the basic rules of relational databases is, no back doors. Why in the world did you try to create a database using this backdoor method of creating a folder? Why not just write the sql cmd create database so-and-so!?

> Do you happen to know if it is possible to use mySQL without innodb ?

Probably possible for a limited subset of mysql capabilities, certainly not desirable.

> Do you happen to know if innodb cab be rebuilt ?

It can't rebuild missing or corrupted data.

If you have a full backup from just before this adventure, I think now would be the time to restore it.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Service (Windows) keeps crashing on Export
1088
October 20, 2016 05:10PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.