Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Mysql\bin>mysql -u root -p
password:
ここでパスワードを書き込んでください。
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4 to server version: 3.23.58-max-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database mt421com;
Query OK, 1 row affected (0.00 sec)
mysql>exit |