I was trying to establish a DSN using myodbc 5.1 to a live website's mysql database.
I could finally get the DSN connection to successfully connect to the remote MySQL server using the hostname, username and password only . It succeeded, but when I use the database name in the DSN configuration it fails to connect the username to the database. although the entries are all correct and I tried to create different users for that database.
The connection succeeded with all the users, it fails only when you input the database name even though they are all users of that specific database.
I could finally get the DSN connection to successfully connect to the remote MySQL server using the hostname, username and password only . It succeeded, but when I use the database name in the DSN configuration it fails to connect the username to the database. although the entries are all correct and I tried to create different users for that database.
The connection succeeded with all the users, it fails only when you input the database name even though they are all users of that specific database.
Comment