System tasks
主題:
Admin
說明:
This is to record some system tasks.
php configuration
> vi /etc/php.ini (under RCS control, e.g. memory_limit)
> sudo /sbin/service httpd restart
apache/httpd configuration
> vi /etc/httpd/conf/httpd.conf (under RCS control)
> sudo /sbin/service httpd restart
mySQL
> mysqldump -u root -p drupal_tzuchi --no-data=true --add-drop-table=false

