mbdungo Posted April 25, 2014 Posted April 25, 2014 It looks like after this 'A Dns Entry For Professionalserver.tk Already Exists' problem, I don't have now a capacity to upload my "phpDolphin.sql" file using the import function available in MySQL database.. This is what happened after uploading that SQL file: Can somebody fix my new issue?This problem is not existed when I'm in Johnny server. Okay here is what happening when I Check DB:MySQL Databases Checking Databasembdungo_phpdolphin is now being checked.mbdungo_phpdolphin.adminError : Table 'mbdungo_phpdolphin.admin' doesn't existstatus : Operation failedCheck Complete
yashrs Posted April 25, 2014 Posted April 25, 2014 This is related to the SQL issues that Stevie has been having for the past two months. That error is from the SQL Query trying to create innodb tables. There's not much you can do about it except wait until it is fixed. Change the engine from innodb to MyISAM engine. Then it should be fine. 1
mbdungo Posted April 26, 2014 Author Posted April 26, 2014 This is related to the SQL issues that Stevie has been having for the past two months. That error is from the SQL Query trying to create innodb tables. There's not much you can do about it except wait until it is fixed. Change the engine from innodb to MyISAM engine. Then it should be fine. Problem solved! Thanks for your help..
Recommended Posts