Jump to content

Recommended Posts

Posted

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!

 

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...