Hello, I just switched to a new web host and they are using mysql 3.2. When I first logged in to the admin panel for the site it told me I had to set a password for the mysql database, so I did. When I took a php page I had on my old host and try to connect to the new mysql database on the new host it told me, ERROR: Access denied for user: 'ceaadmin@virt24r.secure-wi.com' (Using password: YES).
This script has worked on other servers, I do not know if it is the way I am logging in or if it is the server. If I connect to the db without a pw it will connect fine. When I fill out my form and I click submit, nothing is submitted to the database, no success message comes up and no error message comes up. When I connect to phpmyadmin it requires the pw and logs me in fine. I can create new table just fine, but if I try to import a a csv file to the table it tells me ERROR: Access denied for user: 'ceaadmin@virt24r.secure-wi.com' (Using password: YES). Does anyone know what I might be doing wrong?