Hi, I'm developing a Windows application that should exhange data with a remote mySQL database (hosted by heliohost). Hereafter, my operations are reported: - I've created a new mySQL database from the cPanel: DBxyz - I've created a new mySQL account for the created database: USERxyz - I've enabled remote connections from any IP address (I've used the wildcard %) - I've configure the mySQL ODBC driver on my PC (I've used he MYSQL COnnector/ODBC Data source) I've found issues on this last point. Connection with the server is established successfully but the only available database is information_schema. The datbaase DBxyz I've created is not present (see attachment). Can anyone help me?