I have created a table on my website using myphpadmin. When I try to connect to that database i get an “Error code: 1045”. here’s what i did:
- New Base Database
- on Steps:
- Select Database, i selected “Connect to an existing database”, from the drop down, “MySQL”
- Set up MySQL Connection, i selected " Connect Directly".
- Set up JDBC Connection, I entered the database name, my domain IP as server, port 3306.
- Set up user authentication, I used my admin username and password. but when I press the test connection, that’s where the error appears.
What/where did I do wrong? thanks.