Mysqli an PDO error not connecting
when i try to connect to dataabase using MYSQLI or PDO it tells me
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [1044] Access denied for user ' ' @ 'localhost' to database ' ' and i have check and confirm the username and password
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [1044] Access denied for user ' ' @ 'localhost' to database ' ' and i have check and confirm the username and password
Are you sure that the user is connected to the database? What command or script are you using to connect to the database?
Best Regards,
TJ Edens