![]() |
help - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: help (/Thread-help--5250) |
help - zevs232 - 03-21-2017 05:46 AM Hi I have such a problem. I can not connect to its database when maybe knows what to do and what to do, I use XAMPP apps. MySQL connect fail: Access denied for user 'uo'@'localhost' (using password: YES) RE: help - Coruja - 03-21-2017 08:45 AM your problem is not on sphere-side, but on MySQL-side. Sphere is trying to connect on MySQL server, but the MySQL server is denying the access for your username (maybe because this MySQL user doesn't have enough privileges to read the database, or not allowed to use remote connections, etc) try search "MySQL access denied" on google and you will find some useful info to fix this RE: help - zottolo - 03-21-2017 03:04 PM i had the same problem before...i just forgot to enable my database remote access. so as coruja said it's a site sided problem, your credentials are correct but you don't have privileges to connect your database. Check your panel options RE: help - zevs232 - 03-23-2017 08:00 AM Maybe someone can help, do not really understand that they make to correctly work, thanks RE: help - Nahalis - 03-23-2017 11:28 PM Check in mysql your user privilege for "uo" (database user) and just give it full privilege power. Should fix the problem you had there. If not fixed yet than maybe you must check passwords for user and script lines maybe you typed wrong symbol or something in password field. Give us update did u fixed it. Sent from my HUAWEI GRA-L09 using Tapatalk |