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

后端 未结 4 1084
慢半拍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:10

    It works..... I try to grant this priviledge in root.

    1. log in as root
    2. GRANT EXECUTE ON PROCEDURE TestMediaControl.monthavrage TO 'jeinqa'@'localhost'
    3. flush privileges;

提交回复
热议问题