ラベル index の投稿を表示しています。 すべての投稿を表示
ラベル index の投稿を表示しています。 すべての投稿を表示

2009年9月27日日曜日

Apacheでファイル一覧を表示させない

# vi /etc/httpd/conf/httpd.conf

Options Indexes FollowSymLinks

Options -Indexes FollowSymLinks

# /etc/init.d/httpd restart

2009年5月2日土曜日

MySQLにインデックス作成

create index インデックス名 on テーブル名 (フィールド名);