When you use these connection properties in a standalone application: #Configure the database connection here jdbc.Driver=com.mysql.jdbc.Driver jdbc.URL=jdbc:mysql://192.168.4.10/ jdbc.Schema=db_name jdbc.User=db_user jdbc.Password=db_password
will you then have access to the INFORMATION_SCHEMA tables? Also, have you tried using jdbc.URL=jdbc:mysql://192.168.4.10/[db_name] I'm not sure, jOOQ will work correctly if no database is specified in the connection URL
