2010-04

MySQL

MySQLの操作

基本操作 show databases; データベースの一覧 use ;  データベースの選択 show tables;   テーブルの一覧alter table add カラムの追加 update set ="" where [カラム名