国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

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

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