?
首先更改主機名和 hosts
安裝軟件包,設置啟動服務
設置數據庫密碼
上傳discuz論壇包
將discuz注冊的用戶名寫在mariadb數據庫中
解壓discuz包 ? unzip discuz包 -d /var/www/html
cd到upload下
cp -rf * /var/www/html
進入數據庫 ?mysql -uroot -p
create database discuz;
grant all on discuz.* to discuz@'localhost' identified by "000000";
exit
在進入
use discuz
exit
chown -R apache-apache /var/www/html
這樣論壇就搭建起來了
?