MySQL

インデックステンプレートを保存できないエラー

MT管理のホームページに robots.txt を忘れてたので足そうとしたところ、保存時にこんなエラー。 「エラーが発生しました。」 「オブジェクトを保存できませんでした: Failed to execute INSERT INTO mt_template (template_blog_id, template_build_dynamic…

ServerMan@VPSにMySQL

MySQLのインストールメモ。 インストール # yum install mysql-server 設定の変更 # cat /etc/my.cnf[mysql] default-character-set=utf8 [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql # Default to using old password fo…

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 …

MySQLのインストール

MySQL Community Server をダウンロード ダウンロードサイト http://dev.mysql.com/downloads/ ファイル Windows (x86, 32-bit), MSI Installer Essentials - Recommended ウィザードに従ってTypicalインストール。特にハマリどころはなし。