I have created a database that comprises 14 tables using the MySQL utility and phpMyAdmin. All is good when I work with the database outside of Wappler.
When I try to setup a database connection I get the error - SQLSTATE[HY000] [1045] Access denied for user x@localhost (using password: YES)
phpMyAdmin is showing the port to be 3306 and this is what I have used in the Server Connection (I have also tried 3308)
I have tried to connect to other databases on the same server and these connect OK.
I can’t understand why - but I have created a new empty database and user using the MySQL Wizard. Everything looks identical to before - but now it works…
I have exported and imported my tables so I am all set.