For some reason while using PHPMyAdmin and attempting to save a table, even though I\'ve entered all of the information I usually do I\'m getting an alert box popping up wit
You can also try USE databasename; at the top of your query. In some versions this error seem to happen even if you did select your database, USE databasename; will fix this bug in those situations.