MySQL Console Chrome application has been released!

Today, I have released a new Chrome app named “MySQL Console”. If you’re using Chrome Web browser, you can install this application from the following URL:

mysql_440

MySQL Console - Chrome WebStore

Basically, you’ll use “mysql” command to execute queries and retrieve the result from/to MySQL server in development. In order to use the mysql command, you need to install MySQL server to your PC, or need to logged in to other server which has the mysql command with SSH or etc.

This MySQL Console application can communicate to all MySQL Server directly, because this application has an ability to talk MySQL Client/Server protocol. You are able to send your query and receive the result from/to MySQL server only using this application without installing other any applications and logging in to other any servers.

screenshot

Especially, if you use Windows or Chrome OS, this application will be a powerful tool for you.

Currently, this application has the following functions:

  • Connect and logged in to MySQL servers which can access from your PC (to localhost, in same network, and etc.).

  • Select DB, and execute queries.

  • Full-screen supports.

  • Multi-window supports. Each window has one connection.

  • Query history supports. Currently, this application keeps 100 executed queries.

Also, the current version has the following limitations:

  • Only plain communication and plain password. SSL connection not supported.

  • Stored procedures not supported.

  • Local files not supported.

  • This application talks with protocol 10. Therefore, MySQL Server 4.1 or higher supported.

  • UTF-8 is used in this application.

Feel free to let me know your feedbacks.

このエントリーをはてなブックマークに追加

関連記事

2023年のRemap

Remapにファームウェアビルド機能を追加しました

Google I/O 2023でのウェブ関連のトピック

2022年を振り返って

現在のRemapと今後のRemapについて