Mysql: execute command denied to user ''@'localhost' for routine error

后端 未结 4 1072
慢半拍i
慢半拍i 2021-01-03 18:21

i got some problem during open my old website. My dataTable show:

DataTables warning: JSON data from server could not be parsed. This is caused by a JSON for         


        
4条回答
  •  自闭症患者
    2021-01-03 19:15

    I have encountered this in phpMyAdmin, a few hours ago, when executing a stored procedure with what I thought would be detected as a syntax error.

    I was missing a comma between a field name, and a calculated field, and this gave me the same error message.

提交回复
热议问题