yjulm Posted December 10, 2014 Posted December 10, 2014 How do I can't delete originally used to test the database, and also can't create table, nor to the table to add data, adding data or create table will prompt the error message. How to deal with. How to delete the old database! How do I can't delete originally used to test the database, and also can't create table, nor to the table to add data, adding data or create table will prompt the error message. How to deal with. How to delete the old database!
wolstech Posted December 10, 2014 Posted December 10, 2014 Sounds like innodb issues...ignore old database since there probably is no way to drop it. When creating tables, use myisam as the storage engine. Creating innodb tables and adding/editing data in innodb tables is currently broken.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now