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

Can not connect to database #6

Closed greatghoul closed 10 years ago

greatghoul commented 10 years ago

frequently, the app can not connect to database.

yoichiro commented 10 years ago

@greatghoul Would you give me more detail situation against its problem? For example, the error message, the MySQL version you wanted to connect...

greatghoul commented 10 years ago
mysql  Ver 14.14 Distrib 5.5.37, for debian-linux-gnu (i686) using readline 6.2
Linux g2w 3.11.0-22-generic #38-Ubuntu SMP Thu May 15 20:49:06 UTC 2014 i686 i686 i686 GNU/Linux
Chromium 34.0.1847.116 Ubuntu 13.10

The applicaton keep on logging in, it restart the app. It happens randomly. If I restart the app, this may be ok, but not everytime, it works.

image

yoichiro commented 10 years ago

@greatghoul Hmm... I cannot confirm your detail situation... Would you like to run this app locally by registering from the local folder checked out from Github directly, and confirm the console log? If something log will be output, I want to know that.

greatghoul commented 10 years ago

I fork your code and run in locally, but the console log no errors. It's hard to find the reason, I will try to fix it and pull a request :)

I doubt that the connection is not closed successful after I directly close the app window without logout.

yoichiro commented 10 years ago

@greatghoul I have just released a new version 1.19.0. It includes the commit 6644f13d6bf2b76c36e2c0f1f19bd69b49564849 to handle the window close and then disconnect from MySQL server. You can try this version, so if this problem is occurred again, let me know that.

yoichiro commented 10 years ago

@greatghoul I could not receive any answer from you, and I could not reproduce this issue. Close this.