smurfpandey / mysqlweb

Web-based MySQL database browser. Based on pgweb https://github.com/sosedoff/pgweb
MIT License
34 stars 8 forks source link

multiple connection instance #21

Closed ghost closed 9 years ago

ghost commented 9 years ago

One might like to have connection to multiple host at a time

smurfpandey commented 9 years ago

I have thought about it. For now there is a workaround, you can run multiple instances of mysqlweb listening on different HTTP port using CLI options.

Check https://github.com/sosedoff/pgweb/wiki/Usage for more detail

smurfpandey commented 9 years ago

@migomhmi I have a solution for this, using way you can have multiple open connections to different hosts, but you will need to open them in different browsers ;)

smurfpandey commented 9 years ago

@migomhmi I have a solution as WIP. Hopefully by this weekend it will be ready. :)