H:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -u root -p Enter password: **** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 to server version: 5.0.15-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> drop database ssatm40; Query OK, 84 rows affected (4.72 sec) mysql> create database ssatm40; Query OK, 1 row affected (0.00 sec) mysql> exit Bye H:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -C --default-character-set=utf8 -u root -p ssatm40mysql -u root -p Enter password: **** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 8 to server version: 5.0.15-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> drop database ssatm40; Query OK, 315 rows affected (22.75 sec) mysql> create database ssatm40; Query OK, 1 row affected (0.00 sec) mysql> exit Bye H:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -C --default-character-set=utf8 -u root -p ssatm40