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

MS Azure connection problems #63

Closed chepele closed 5 years ago

chepele commented 6 years ago

Hi Yoichiro,

Have porblems with connection on azure.com as I've tested the connection to the base and it is ok, but your application wrote me -188 (TIME that the Connection timed up). Could you please advise what to do?

Thank you in advance.

yoichiro commented 6 years ago

@chepele If you can access to your database with the mysql client command, you should be able to access to the same database with this app, I guess.

yoichiro commented 5 years ago

@chepele I have fixed this issue on the version 4.7.0. Actually, the previous version cannot connect to the Azure MySQL server, because the MySQL Protocol version 10 was not supported. In the new version, I implemented the request/response for Auth Switch (Azure MySQL server requests the negotiation).