ニュース

勉強のためにMySQLをインストールしてデータを投入してみたはいいものの…バンドルされている標準のmysqlコマンドラインクライアントは、 使いにくくありませんか? 飾りっ気のないプロンプトにパースが面倒なASCIIの罫線、 無いも同然なTabキー補完 ...
MySQLのパッケージにはMySQLサーバーであるmysqldの他に、 いくつかのクライアントプログラムが付いてき (依存関係でインストールされ) ます。 今回はついに50回を超えたにもかかわらずなかなか触れることのなかった、 標準でついてくるクライアント ...
It's rare to find a Linux enthusiast these days who hasn't heard of the MySQL relational database server from TcX DataKonsultAB, of 0. It's free, easy to install, works like a champ, and has had ...
I recently was talking to someone over IRC who was helping me with a PHP app that was giving me trouble. The extremely helpful individual asked me to let him know the value of a certain field in a ...
This is an asynchronous TCP proxy written in C++ using Boost.Asio. It forwards MySQL client connections to a real MySQL server and logs all SQL queries. Chosen DBMS: MySQL Chosen Networking Library: ...