Use MySQL TLS Access to connect to a Mysql Server from your Smartphone and perform SQL queries. It is easy, you just have to provide the IP address of your MySQL server, the username and password of your account and you’re connected.

MySQL TLS Access provides two query levels: Basic and Advanced. In the Basic Query level you can perform queries like Select * from any table from your Databases. In Advanced query level you can perform different SQL queries like “Insert”, “Delete”, “Select from where” or “Update”.

With an unencrypted connection between your Smartphone (Client) and the MySQL server, someone with access to the network could watch all your traffic and inspect the data being sent or received between Smartphone and server. MySQL supports secure (encrypted) connections between clients and the server using the TLS (Transport Layer Security) protocol.

MySQL TLS Access app provides a secure connection between your Smartphone and Mysql Sever. In this case once the MySQL server has been correctly configured with security services [1], you must install in your Smartphone the Certification Authority (CA) certificate file used in your MySQL server.

if you want a secure (encrypted) connection between your mobile and the MySQL Server proceed as follow: