Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MySQLi connection problem
08-14-2012, 09:21 AM,
#1
MySQLi connection problem
i repeated the installation process for 6 hours ... and i still get this error message

i have checked that
MySQLi is enable on my server
MySQL user and password are correct


error message

Warning: mysqli_connect() [function.mysqli-connect]: (42000/1044): Access denied for user 'takecom_weberp'@'localhost' to database 'UOAT' in /home/takecom/public_html/weberp/includes/ConnectDB_mysqli.inc on line 17

Warning: mysqli_set_charset() expects parameter 1 to be mysqli, boolean given in /home/takecom/public_html/weberp/includes/ConnectDB_mysqli.inc on line 23
Connect failed: Access denied for user 'takecom_weberp'@'localhost' to database 'UOAT'
Fatal error: Call to undefined function _() in /home/takecom/public_html/weberp/includes/ConnectDB_mysqli.inc on line 30


can someone please help


thanks
M
Reply
08-14-2012, 11:24 PM,
#2
RE: MySQLi connection problem
Hi,

The error shows that the user: takecom_weberp cannot access database UOAT.

You can type this in command line to check if your password is right:

shell> mysql -utakecom_weberp -p UOAT then press Enter.

I think you'll find the same reminder.

Thanks and best regards!

Exson
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)