INFINITY -数学とかプログラミングとか-

統計とプログラムを使って役に立たせたい

TeX用コマンド入力を支援するための辞書をご利用ください。
sanctuary's blogは,適当なことが書いてあります。

mysql-5.5.11-win32.msiをダウン(http://www-jp.mysql.com/downloads/mirror.php?id=402098#mirrors)して、インストール(http://www.dbonline.jp/mysqlinstall/install/index4.html)。

以前にインストールされていると、ゴミ(c:\program files\mysql等)があるので、それらを削除しておく必要がある。
http://www.techmaru.net/wordpress/2011/02/23/
そうでないと、最後のexeuteのとこで、応答なしになる。


で、それか、executeできたら、

>mysqladmin -u root password (設定するpassword)

>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.5.11 MySQL Community Server (GPL)

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

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


mysql>

となって、mysqlにログインできた。


mysql> show databases;

                                          • +
Database
                                          • +
information_schema
mysql
performance_schema
test
                                          • +

4 rows in set (0.01 sec)

mysql>