MovableType用のユーザアカウントを設定する

C:\>mysql -u root -p
Enter password: ********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.45-community MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> create database mt character set utf8;
Query OK, 1 row affected (0.01 sec)

mysql> grant all on mt.* to mt@localhost identified by 'Password';
Query OK, 0 rows affected (0.25 sec)