MySQLデータ
[[http://hondana.org/ 本棚.org]]のMySQLデータを公開してます データマイニングとかにご利用下さい テキストファイルで80MB以上あるので注意して下さい ダウンロード [[http://hondana.org/recent.txt]] [[[最新版]]] [[http://hondana.org/20110323.txt]] [[http://hondana.org/20101013.txt]] データ読み込み方法 % [[[mysql -u username]]] mysql> [[[create database hondana;]]] % [[[mysql -u username hondana < 20101013.txt]]] % [[[mysql -u username]]] mysql> [[[use hondana;]]] Database changed mysql> [[[show tables;]]] [[http://gyazo.com/e5e357abfe91f478beb41d2886e7801c.png]] (ユーザ名とかデータベース名とかは任意) Rubyで操作する [[sample.rb]] テーブルの中身はほぼ自明なので省略

Search: