search

Home  >  Q&A  >  body text

phpstudy v8 gets an error when opening the database, but phpstudy 2018 does not

QQ截图20210228125121.png

The website built by phpstudy v8, the website membership registration card is in the process of registration, but there is no problem with phpstudy 2018, please help.

QQ截图20210228125431.png

滴滴滴滴滴滴1425 days ago1277

reply all(1)I'll reply

  • 查无此人

    查无此人2021-03-15 10:09:33

    After MySQL 5.7.5, only_full_group_by becomes one of the default options of sql_mode, which may cause some sql statements to fail.

    In the configuration file my.ini, add sql_mode=, as follows:

    Then 'Save', and finally 'Restart MySQL service' (as shown below) can solve the problem Such questions.

    reply
    0
  • Cancelreply