digital_storm
09-04-2004, 05:20 AM
Hello
I have a major problem I cant connect to my database when I exporting my info to my new webhotell, everything is working perfectly on my local maskin and on my old webhotel. You maybe wonder why I should change if its working with my old webhotel....because they suck, no service etc.
I get this message when I try the get information from tables in my database:
Invalid authorization specification, message from server: "Access denied for user: 'jsptest@mydomain.se' (Using password: YES)" (jsptest=user mydomain.se= mydomain)
From the javaBeans the user are using this URL (in this case
databasnamn="jsptest_test"):
"jdbc:mysql://127.0.0.1/jsptest_test?user=" + anv + "&password=" + passw;"
and this url where the jdbc driver can be found:
driverName = "com.mysql.jdbc.Driver";
Do you know what can be the error I would be really glad!
Regards // D_S
I have a major problem I cant connect to my database when I exporting my info to my new webhotell, everything is working perfectly on my local maskin and on my old webhotel. You maybe wonder why I should change if its working with my old webhotel....because they suck, no service etc.
I get this message when I try the get information from tables in my database:
Invalid authorization specification, message from server: "Access denied for user: 'jsptest@mydomain.se' (Using password: YES)" (jsptest=user mydomain.se= mydomain)
From the javaBeans the user are using this URL (in this case
databasnamn="jsptest_test"):
"jdbc:mysql://127.0.0.1/jsptest_test?user=" + anv + "&password=" + passw;"
and this url where the jdbc driver can be found:
driverName = "com.mysql.jdbc.Driver";
Do you know what can be the error I would be really glad!
Regards // D_S