mysqlの設定

|

Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html

[mysqld]
skip-innodb
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
language=/usr/share/mysql/japanese/
default-character-set=ujis
set-variable = key_buffer=256M
set-variable = max_connections=256
set-variable = sort_buffer=3M
set-variable = record_buffer=1M
set-variable = table_cache=256

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

カテゴリ

このブログ記事について

このページは、adminが2005年8月28日 09:46に書いたブログ記事です。

ひとつ前のブログ記事は「Bind - lame server resolving をログから消すには」です。

次のブログ記事は「Mysqlバイナリのインストール」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。