Linux伺服器 XAMPP快速配置

2021-09-02 07:22:01 字數 1755 閱讀 4375

wget 位址

wget

2、授權

chmod 777 ./xampp-linux-x64-7.2.12-0-installer.run
3、執行

./xampp-linux-x64-7.2.12-0-installer.run

安裝過程中,遇到選項,全部選y

4、安裝步驟完成

啟動

/opt/lampp/lampp start

關閉/opt/lampp/lampp stop

重啟/opt/lampp/lampp restart

關閉ftp

/opt/lampp/lampp stopftp

5、配置密碼

/opt/lampp/lampp security
依次填寫即可

設定xampp的密碼: 

xampp: quick security check…

xampp: your xampp pages are not secured by a password.

xampp: do you want to set a password? [yes] yew

xampp: do you want to set a password? [yes] yes

xampp: password:

xampp: password (again):

使用者名稱預設是:xampp

設定phpmyadmin的密碼:

xampp: the mysql/phpmyadmin user pma has no password set!!!

xampp: do you want to set a password? [yes] yes

xampp: password:

xampp: password (again):

xampp: setting new mysql pma password.

xampp: setting phpmyadmin』s pma password to the new one.

設定mysql的root賬戶:

xampp: mysql has no root passwort set!!!

xampp: do you want to set a password? [yes] yes

xampp: write the password somewhere down to make sure you won』t forget it!!!

xampp: password:

xampp: password (again):

xampp: setting new mysql root password.

xampp: change phpmyadmin』s authentication method.

設定ftp密碼:

xampp: the ftp password for user 『daemon』 is still set to 『xampp』.

xampp: do you want to change the password? [yes] yes

xampp: password:

xampp: password (again):

本文參考: 

linux快速部署mysql伺服器

email sery 163.com email 1 建立使用者mysql useradd mysql 3 進入目錄 usr local 解壓檔案mysql standard 5.0.18 linux i686 glibc23.tar.gz。tar zxvf mysql standard 5.0.1...

伺服器安裝Linux伺服器

新辦公需要搭建一台伺服器,之前也沒有怎麼搞過,不過有一些了解,於是和同事一起嘗試安裝一下伺服器。本人使用ultraiso燒錄u盤,系統檔案是centos 6.6 x86 64 bin 1.ios,使用urtraiso開啟iso檔案,然後如下圖 接著就可以寫入,u盤會被格式化的,注意備份,等待寫入就可...

Linux平台下快速搭建FTP伺服器

一般在各種linux的發行版中,預設帶有的ftp軟體是vsftp,從各個linux發行版對vsftp的認可可以看出,vsftp應該是一款不錯的ftp軟體。1 檢查安裝vsftpd軟體 使用如下命令 rpm qa grep vsftpd 可以檢測出是否安裝了vsftpd軟體,如果沒有安裝,使用yum命...