Changes between Version 1 and Version 2 of jazz/11-09-01
- Timestamp:
- Sep 1, 2011, 8:48:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/11-09-01
v1 v2 18 18 /var/www$ echo "create user 'fenguser'@'localhost' identified by '${fengsqlpassword}'" | mysql -u root -p 19 19 Enter password: 20 /var/www$ echo "grant all on fengdb.* to 'fenguser'@'localhost';" | mysql -u root -p 21 Enter password: 20 22 /var/www$ sudo /etc/init.d/apache2 restart 21 23 }}} 24 * 接著連線至 http://${YOUR_IP}/fengoffice 進行設定,就可以登入了~