MySQLクライアントからデータベースに接続してあれこれしているときに何が起きているか覗き見してみました。 何かのヒントになるでしょうか。 bash-2.05b$ ./mysql -uhigpeon -phigepon -h 192.168.100.2 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 8 to server version: 4.1.16 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use test; Database changed mysql> select * from test; +------+------+ | hoge | hige | +----