一台最小化安裝的centos 7.3虛擬機器
將http
下的server
下的root
的值修改為/var/wwwroot
在http
下的server
下新增index index.php index.html index.htm
訪問http://[centos_ip]/info.php
1.啟動mysql
systemctl start mariadb
systemctl enable mariadb
2.輸入以下命令,配置mysql
mysql_secure_installation
3.提示enter current password for root (enter for none):
敲擊回車
4.提示set root password? [y/n]
按y
,隨後設定密碼
5.提示remove anonymous users?
意思為是否刪除匿名使用者
6.提示disallow root login remotely?
意思為遠端禁止root登入嗎?
7.提示remove test database and access to it?
意思為刪除測試資料庫嗎?
8.提示reload privilege tables now?
9.登入mysql資料庫
mysql -uroot -p
create database wordpress;
訪問http://[centos_ip]/
按提示安裝即可
CentOS安裝配置yum
版本 centos 7 檢視是否存在yum rpm qa grep yum yum plugin fastestmirror 1.1.31 45.el7.noarch yum metadata parser 1.1.4 10.el7.x86 64 yum 3.4.3 158.el7.centos.n...
使用yum方式在centOS上安裝mysql
1.作業系統及mysql版本 1.1 作業系統版本 centos release 6.5 final 1.2 mysql版本 mysql 5.1.73 3.el6 5.x86 64 mysql libs 5.1.73 3.el6 5.x86 64 mysql server 5.1.73 3.el6 ...
centOS下yum安裝配置samba
注意 本文的原則是只將檔案共享應用於內網伺服器,並讓將要被共享的目錄擁有充分的讀寫許可權屬性,讀者可順著本文的思路完成基本配置流程,如需複雜讀寫許可權功能,請參考此文章http blog.csdn.net linglongwunv archive 2010 01 19 5213337.aspx。1 ...