Skip to content

Remote MySQL tool. Requires pymysql and python-osc.

Notifications You must be signed in to change notification settings

zappfinger/remySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

remySQL

Remote MySQL tool. Requires pymysql. Python3.4+

You might ask: why is this needed? MySQL allows one to connect remotely. Yes, but not in all cases...

(make sure you have installed pymysql and python-osc via pip)

1> Install remySQLSrv.py and DBClassMySQL.py on the machine where MySQL resides

2> Modify DBClassMySQL.py (db name, login and password) and enter the IP address of the client machine, then run remySQLSrv.py

3> on the client machine install remySQLClient.py, enter the IP address of the MySQL server and run it

4> Enter a SQL command in the format 'SQL@select * from table'

As an alternative, you can import remySQLClient in your program and call its methods...

About

Remote MySQL tool. Requires pymysql and python-osc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages