亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

An error warning appears when phpstudy enters the database
Hirtdye
Hirtdye 2017-10-11 17:12:35
0
2
1625

QQ截圖20171011170842.png

Hirtdye
Hirtdye

reply all(2)
nearest

Solution:

mysql> set global read_only=0;
(Turn off the read-only attribute of the new main library)

flush privileges;

set global read_only=1;(Read and write attributes)

flush privileges;

If it fails:

Check my.ini, open it to see if there is skip-grant-tables, delete it if there is.

If it still doesn’t work:

Uninstall cleanly and reinstall.

Day

Baidu said that at this time we only need to flush privileges and it will be OK. You'd better look at the log or Baidu, there should be a detailed answer. This has nothing to do with phpStudy, it is mainly a problem with MySql execution.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template