How to configure XAMPP under Linux-deppin (full)

Source: Internet
Author: User
Tags save file

Method of configuring XAMPP under Linux-deppin (All) 1, first download XAMPP Linux version from official website
https://www.apachefriends.org/download.html

Run

[email protected]:/$ sudo ./xampp-linux.run

Tutorial Address (I extract from this, but also very detailed)

https://www.2cto.com/kf/201711/695460.html
一般情况下你的lamp文件一般安装在opt目录下面如果不在可以输入代码寻找    $ find -name lampp
Start XAMPP
sudo /opt/lampp/lampp start
Close XAMPP
sudo /opt/lampp/lampp stop
Shortcut configuration Open Xampp
输入命令:vim ~/.bash_profile
Edit the personal terminal configuration file and enter the following content
alias xpst="sudo /opt/lampp/lampp start"alias xpsp="sudo /opt/lampp/lampp stop"alias xprs="sudo /opt/lampp/lampp restart"
Then: Wq Save file Run file
. ~/.bash_profile
How to configure passwords under Deppin
教程地址:https://www.cnblogs.com/ygyg/p/5395207.html环境安装完了,但是MySQL的密码是多少,ftp的账号密码也是多少?我们不知道,这个默认为空,还需要我们自己设置。【要先在文本上面写好先在复制安全点,不然密码设置成什么自己都不记得了】输入命令sudo /opt/lampp/lampp security
: He will ask you in turn
1、先输入xampp控制面板的密码(用户名是xampp);2、输入phpmyadmin的密码(用户名是pma)3、输入mysql的密码(用户名是root)4、输入ftp密码(用户名是daemon,默认端口21) 9、在浏览器输入服务器的ip访问看一下成功了没有?由于服务器设置了xampp不允许远程访问,所以远程不能访问需要修改conf文件vi /opt/lampp/etc/extra/httpd-xampp.conf将   Require local  改成  Require  all granted /opt/lampp/lampp restart 重启xampp到此xampp安装完成
Start XAMPP
# xpst-------------------------------或者sudo /opt/lampp/lampp start
Close XAMPP
# xpsp-------------------------------或者sudo /opt/lampp/lampp stop

How to configure XAMPP under Linux-deppin (full)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.