MySQL TLS Access on Windows Pc
Developed By: Luis Mengual
License: Free
Rating: 4,5/5 - 2 votes
Last Updated: February 26, 2025
App Details
Version |
3.0 |
Size |
1 MB |
Release Date |
January 30, 18 |
Category |
Communication Apps |
What's New: This new version incorporates the latest JDBC MySQL driver (mysql-connector-java-5.1.45-bin.jar).This version is compatible with old versions of MySQL Server... [see more]
|
Description from Developer: Use MySQL TLS Access to connect to a Mysql Server from your mobile and perform SQL queries. It is easy, you just have to provide the IP address of your MySQL server, the username a... [read more]
|
About this app
On this page you can download MySQL TLS Access and install on Windows PC. MySQL TLS Access is free Communication app, developed by Luis Mengual. Latest version of MySQL TLS Access is 3.0, was released on 2018-01-30 (updated on 2025-02-26). Estimated number of the downloads is more than 5. Overall rating of MySQL TLS Access is 4,5. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 2 users, 1 users had rated it 5*, 1 users had rated it 1*.
How to install MySQL TLS Access on Windows?
Instruction on how to install MySQL TLS Access on Windows 10 Windows 11 PC & Laptop
In this post, I am going to show you how to install MySQL TLS Access on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...
Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.
[Note] You can also download older versions of this app on bottom of this page.
Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.
If this doesn't work on your PC, or you cannot install, comment here and we will help you!
Step By Step Guide To Install MySQL TLS Access using BlueStacks
- Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
- Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
- Once installed, click "MySQL TLS Access" icon on the home screen to start using, it'll work like a charm :D
[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more
[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.
How to install MySQL TLS Access on Windows PC using NoxPlayer
- Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
- Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
- The installation process will take place quickly. After successful installation, you can find "MySQL TLS Access" on the home screen of NoxPlayer, just click to open it.
Discussion
(*) is required
Use MySQL TLS Access to connect to a Mysql Server from your mobile 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" "Update", etc..
With an unencrypted connection between your mobile (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 mobile and MySQL Server. In this case once the MySQL server has been correctly configured with security services, you must install in your Smartphone the Certification Authority (CA) certificate file used in your MySQL server.
Proceed as follows:
1. Copy the CA Certificate file in the storage phone (e.g., “CACertificate.crt”)
2. Navigate to Settings > Security> Credential Storage and select >Install from phone storage, select the file " CACertificate.crt" and install it.
3. Verify that the CA Certificate file has been correctly installed. In order to verify Navigate to Settings > Security> Credential Storage >Trusted Credentials.
We provide the CACertificate.pem, SR_Certificate.pem and SR_PrivateKey.pem files that you need. Also we provide the CACertificate.crt (The CA certificate in crt format) that you have to install in your mobile. In this link you can download Certificates and Keys files:
CERTIFICATES AND KEY FILES:
https://drive.google.com/folderview?id=0B8xK-sIfZogWdEJqcmNrb0lkQlE&usp=sharing
To start MySQL Server with Security Services you can use Worbench administrator Tool." We offer a video and screenshots which is described as the process is carried out. In this link you can see the video and screenshots:
MySQL SERVER SECURITY SETTINGS:
https://drive.google.com/folderview?id=0B8xK-sIfZogWeDZ3dEh6QVl1WkE&usp=sharing
We also provide a video as the process to install the CAcertificate.crt file in the mobile is carried out:
MOBILE SECURITY SETTINGS:
https://drive.google.com/folderview?id=0B8xK-sIfZogWRzdKaXlLXzJvTE0&usp=sharing
Finally, you can download videos and snapshots about MySQL TLS App
MySQL TLS ACCESS VIDEOS:
https://drive.google.com/folderview?id=0B8xK-sIfZogWQ083ZElJUHp5c1E&usp=sharing
You can found more information to configure MySQL Server with Security Services in this link:"
“Building MySQL with Support for Secure Connections”:
http://dev.mysql.com/doc/refman/5.7/en/building-with-secure-connection-support.html
MySQL TLS Access (v3.0) avoids using TLS handshakes cipher suites based on DH (Diffie-hellman) keys.
New OpenSSL versions has added protection for TLS clients by rejecting handshakes with 64 bit DH (Diffie-hellman) key length.
In this way MySQL TLS Access (v3.0) can connect with MySQL server versions before 5.7.11 using TLS.
App Web Site: https://sites.google.com/site/mysqltlsaccessapp
This new version incorporates the latest JDBC MySQL driver (mysql-connector-java-5.1.45-bin.jar).
This version is compatible with old versions of MySQL Server in which the default family Diffie helman
generates a short key. For this we force the cipher suite to TLS_RSA_WITH_AES_128_CBC_SHA.
This version generates a log file in case of error connection to MySQL server.
Bugs fixed