MySQL Workbench
Posted: 10 September 2020, 23:14
BGA admins, can we please get remote access to the studio database? I want to use MySQL Workbench or some desktop tool. Going through phpMyAdmin web interface is incredibly painful because it is very slow and doesn't have the features of a nice desktop tool.
Basically, would need to open remote TCP connections (port 3306 or some non-standard port) and add grants for each developer account so we can login from any host (e.g., GRANT ... TO 'devuser'@'%' IDENTIFIED BY 'devpassword')
Basically, would need to open remote TCP connections (port 3306 or some non-standard port) and add grants for each developer account so we can login from any host (e.g., GRANT ... TO 'devuser'@'%' IDENTIFIED BY 'devpassword')