easy way to deal with MYSQL server by using commands on terminal
- <SQL_easy> for normal user to deal with databases without writing sql syntax
- <SQL_easy> execute SQL syntax from server and give results
- <SQL_easy> not complete yet Soon i will add some Features such SQL Security by
encode passwords by some algorithms and filter the Query to prenvent SQL-injection
Python is required
To install it from Python's site OR sudo (apt-get|yum) install python for linux.
MySQLdb library for Python is required
To install it from MySQLdb for windows OR sudo (apt-get|yum) python-mysqldb* install for linux.
[SQL_easy][]
.
├── README.md
├── settings.py
├── hashes.py
├── structure.py
├── dealway.py
├── SQL_easy.py
└── /dump
*
{1} directories, {6} files
The first time you run application:
After set configuration settings.py and this is the main screen of app:
Application when it is running and showing databases on server:
After using you database and this is the secondary screen of app:



