Movable Type for AWS

http://takeyuweb.hatenablog.com/entry/mt6ami

ファイル位置

Movable Type本体:/app/movabletype
データフォルダ:/data/file/static

再起動

$ sudo service movabletype restart

登録されている。起動ファイルは以下にあり。
/etc/init.d/movabletype

mysql

ログインしてみる。

$ mysql -u sixapart -p movabletype

/data/conf/mt-config.cgi
に接続情報がある。

テーブル。

mt_accesstoken
mt_asset
mt_asset_meta
mt_association
mt_author
mt_author_meta
mt_author_summary
mt_blog
mt_blog_meta
mt_category
mt_category_meta
mt_comment
mt_comment_meta
mt_config
mt_entry
mt_entry_meta
mt_entry_rev
mt_entry_summary
mt_failedlogin
mt_field
mt_fileinfo
mt_filter
mt_formatted_text
mt_ipbanlist
mt_log
mt_notification
mt_objectasset
mt_objectscore
mt_objecttag
mt_permission
mt_placement
mt_plugindata
mt_role
mt_session
mt_tag
mt_tbping
mt_tbping_meta
mt_template
mt_template_meta
mt_template_rev
mt_templatemap
mt_touch
mt_trackback
mt_ts_error
mt_ts_exitstatus
mt_ts_funcmap 
mt_ts_job
大量。。