Warning: mysql_real_escape_string(): Access denied for user 'root'@'localhost' (using password: NO) …/public_html/checklogin.php

后端 未结 3 1836
太阳男子
太阳男子 2021-01-29 14:07

Thank you guys for the wonderful job you are doing. I just uploaded my website on the the remote server and it brought me back this error message.

Warning: mysq         


        
3条回答
  •  半阙折子戏
    2021-01-29 14:59

    Or you don't have remote acces privileges on you mysql servers user. Simply change localhost to % will grant root access to public network. Don't forget to flush privileges.

提交回复
热议问题