I have a 1 table database. but anything I do database realted gives this error:
SQLSTATE[HY000] [1045] Access denied for user ‘forge’@‘192.168.0.64’ (using password: NO) (SQL: select count(*) as aggregate from users
where email
= jdoe@jdoe.com )
See site here: http://web-contactsdb.epizy.com/contact-database-app/public/register
Hello there,
While I’m not sure but I think it has something to do with this:
neoraj3:
(using password: NO)
As far as what I know accessing the database required a password.
Also please refer to this Knowledge Base article:
Many websites use MySQL databases to store information and settings. However, there are some reasons why the connection to the database may fail. This article describes some commonly seen error messages when connecting to a database, as well as some...
1 Like
I figured it out. Silly me was using my default mysql pswd from my localhost env not the default Vpanel pswd in the .env file
Admin
Closed
June 2, 2020, 9:57pm
#4
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.