MediaWiki
提供:株ドラゴンwiki
(版間での差分)
1行: | 1行: | ||
■MySQLをインストール | ■MySQLをインストール | ||
− | <./configure \ | + | <./configure \ |
− | + | < --prefix=/usr/local/mysql \ | |
--with-mysqld-user=mysql \ | --with-mysqld-user=mysql \ | ||
--with-charset=utf8 \ | --with-charset=utf8 \ |
2007年3月6日 (火) 01:18時点における版
■MySQLをインストール
<./configure \ < --prefix=/usr/local/mysql \
--with-mysqld-user=mysql \ --with-charset=utf8 \ --with-extra-charsets=all \ --localstatedir=/usr/local/mysql/var \ --enable-assembler \ --enable-thread-safe-client \ --with-openssl>