MYSQL Issues

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 = [email protected])

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:

As far as what I know accessing the database required a password.

Also please refer to this Knowledge Base article:

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

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.