PHPMyAdmin alert box - missing value in the form - all usual fields are filled out?

前端 未结 12 1148
猫巷女王i
猫巷女王i 2020-12-11 16:17

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

12条回答
  •  南方客
    南方客 (楼主)
    2020-12-11 16:34

    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.

提交回复
热议问题