As a beginner I have a question about mysql.
I made a mysql in phpmyadmin.
sql1.Initialize2( "com.mysql.jdbc.Driver", "jdbc:mysql://localhost:3307/test?characterEncoding=utf8", Name, pass)
Works perfectly
Now I want a different server with a mysql contact
sql1.Initialize2( "com.mysql.jdbc.Driver", "jdbc:mysql://server.com/test", Name, pass)
error:
java.sql.SQLException: Access denied for user 'test'@'a83-160-43-246.adsl.xs4all.nl' (using password: YES)
question:
I can not access my server xs4all?
I can only go to the sql through php?
My network is not good?
I made a mysql in phpmyadmin.
sql1.Initialize2( "com.mysql.jdbc.Driver", "jdbc:mysql://localhost:3307/test?characterEncoding=utf8", Name, pass)
Works perfectly
Now I want a different server with a mysql contact
sql1.Initialize2( "com.mysql.jdbc.Driver", "jdbc:mysql://server.com/test", Name, pass)
error:
java.sql.SQLException: Access denied for user 'test'@'a83-160-43-246.adsl.xs4all.nl' (using password: YES)
question:
I can not access my server xs4all?
I can only go to the sql through php?
My network is not good?