Android Question question for configuration of JRDC

T.T Wang

Member
Licensed User
Longtime User
in the java server config.properties file:

#DATABASE CONFIGURATION
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
User=root
Password=Wang1415926
#Java server port
ServerPort=17178

JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8, I am confused by the key word "test", it means test dababase name in the MySQL server?

if I change it to other word, what will happen? built a new database?
 

Attachments

  • 1.png
    1.png
    55.1 KB · Views: 82

DonManfred

Expert
Licensed User
Longtime User
if I change it to other word, what will happen? built a new database?
No! jrdc2 does not create any database. It is YOU who need to define the Database. Use whatever tool you like.

Any further jrdc2 configure questions you should post in the b4j questionsforum as jrdc2 is a b4j solution. At least the configuration is only done on b4j side.
 
Upvote 0
Top