Requires Python, Packages:
- pip install mysql-connector-python
- pip install socket
- pip install colorama
Open the python file, input your desired mysql database details, host, port, username, password, database. And you will be connected.
Any SQL Command or "SHOW TABLES" will show all the tables in the database. or "EXIT" will disconnect from the currently connected database.