Constant #1064 error on everything I do in mySQL through phpMyAdmin

前端 未结 5 1318
情深已故
情深已故 2020-12-20 01:31

1064 - You have an error in your SQL syntax

I\'ve just done a fresh install of XAMPP and configured the usernames and passwords for ph

5条回答
  •  心在旅途
    2020-12-20 01:42

    What fixed it for me was:

    1. go to table operations (where u clone or rename a table)
    2. click on repair table (right side in table maintenance section)
    

    EDIT:

    actually what the problem is for me is lowercase table name and I used a uppercase select query ..

提交回复
热议问题