• 0
Sign in to follow this  
Followers 0

Question

При входе на сервер нет окна регистрации и мод unknown

посмотрел mysql.log и вот что там

[20:53:30] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'gs61951'@'51.210.223.180' (using password: YES)

Ошибка при подключении к Базе Данных (код ошибки: 1045)


 

Вот сам mysql_connect

   NumServer = DS_TEST_SERVER_MODE; // НЕ ТРОГАТЬ
        /*mysql = mysql_connect("localhost",
                                "",
                                "",
                                "", 3306, true, 4);*
        mysql = mysql_connect("127.0.0.1",
                                "gs61951",
                                "gs61951",
                                "Tvxq9rOp4W", 3306, true, 4); // ОСНОВНОЙ
 

Edited by Fenix2282Q

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

пароль неверный

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0