Ecdube
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[GDB on FreeBSD]]
http://mail.smb.net/~kuji/ec/eccube-2.3.2/html/install/in...
*ec-cube [#dd07ad8c]
http://www.ec-cube.net/product/flow.php
hotshot:root {108} % mysqladmin -u root -h localhost pass...
hotshot:root {109} % mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.1.29-rc-log FreeBSD port: mysql-server-...
Type 'help;' or '\h' for help. Type '\c' to clear the buf...
mysql> DELETE FROM mysql.user WHERE user!='root' OR host!...
Query OK, 4 rows affected (0.02 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
mysql> GRANT ALL PRIVILEGES ON eccube_db.* TO eccube_db_u...
Query OK, 0 rows affected (0.00 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
mysql> CREATE DATABASE eccube_db
-> ;
Query OK, 1 row affected (0.00 sec)
.htaccess: php_value not allowed here
http://blog.goo.ne.jp/59099/e/6e26d8b8753960412f33b66d646...
Fatal error: Call to undefined function session_set_save_...
**PHP(php.ini)の設定例 [#yd62de89]
php.iniという設定ファイルの内容を変更します。
EC-CUBE2.0の推奨設定で文字コードをEUC-JPで動かす場合の一...
mbstring.language Japanese
auto_detect_line_endings on
output_handler mb_output_handler
mbstring.internal_encoding UTF-8
mbstring.encoding_translation on
mbstring.detect_order auto
mbstring.substitute_character none
magic_quotes_gpc off
変更後はApacheを再起動します。
終了行:
[[GDB on FreeBSD]]
http://mail.smb.net/~kuji/ec/eccube-2.3.2/html/install/in...
*ec-cube [#dd07ad8c]
http://www.ec-cube.net/product/flow.php
hotshot:root {108} % mysqladmin -u root -h localhost pass...
hotshot:root {109} % mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.1.29-rc-log FreeBSD port: mysql-server-...
Type 'help;' or '\h' for help. Type '\c' to clear the buf...
mysql> DELETE FROM mysql.user WHERE user!='root' OR host!...
Query OK, 4 rows affected (0.02 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
mysql> GRANT ALL PRIVILEGES ON eccube_db.* TO eccube_db_u...
Query OK, 0 rows affected (0.00 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
mysql> CREATE DATABASE eccube_db
-> ;
Query OK, 1 row affected (0.00 sec)
.htaccess: php_value not allowed here
http://blog.goo.ne.jp/59099/e/6e26d8b8753960412f33b66d646...
Fatal error: Call to undefined function session_set_save_...
**PHP(php.ini)の設定例 [#yd62de89]
php.iniという設定ファイルの内容を変更します。
EC-CUBE2.0の推奨設定で文字コードをEUC-JPで動かす場合の一...
mbstring.language Japanese
auto_detect_line_endings on
output_handler mb_output_handler
mbstring.internal_encoding UTF-8
mbstring.encoding_translation on
mbstring.detect_order auto
mbstring.substitute_character none
magic_quotes_gpc off
変更後はApacheを再起動します。
ページ名: