Question:
I need some help with a mysql database?
Betsy C
2007-09-02 11:50:47 UTC
I keep getting errors on it :

Warning: mysql_connect() [function.mysql-connect]: Access denied for user '123'@'localhost' (using password: YES) in /home/nicevill/public_html/includes/mysql.php on line 35
Database error: Link-ID == false, connect failed
MySQL Error: 0 ()
Session halted.
Four answers:
Cube Dweller
2007-09-02 11:57:51 UTC
That means the user '123' (without quotes) does not have access to the database server. You need to start MySQL Administrator, log in as root, and give the user 123 permissions to access the database server.



The user can have all the privileges in the world but if the user doesn't have permission to connect into the database server, those privileges don't matter. Another option to consider is the database server might not like all numeric usernames...try starting the username with a letter.
2007-09-02 14:40:56 UTC
Ok, there are two possibilities.



The first is that you are using the wrong password.



The second is that you are experiencing a bug I have come across several times on cPanel. It's very strange, but if you set up a user and you just click "all" for the privileges, for some reason it doesn't always work, even though it says so. So try clicking all the different permissions on, and see if that fixes it. It has fixed this problem for me several times on cPanel frontend servers.



(Cube Dweller thought of a third: all-numeric user name may not be usable. This is a strong possibility)



If neither of these fixes, contact your host's tech support, if you can get a civil word out of them.
echeverry
2016-11-14 05:19:30 UTC
maximum internet hosts worth their salt will assist you create MySQL databases for loose AND contain a front end on a thank you to do it. MySQL is honestly loose, and you are able to acquire it and create databases on your laptop, in case you prefer.
2007-09-03 07:11:18 UTC
May be you can contact a mysql expert. Check websites like http://askexpert.info/


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...