yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

Add a way to programatically create connections. #81

Open aleon1220 opened 4 years ago

aleon1220 commented 4 years ago

Hi i have a python script that creates lots of MySQL containers with different ports in an EC2 instance. I would love to have a way to automatically create connections for those created containers.

Is there a way to programmatically create the connections?