lamp一键安装包的一些注意点

官网地址:https://lnmp.org/

默认的网站根路径:/home/wwwroot/default

默认禁止的函数:disable_functions = passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server

默认sql密码为你在安装过程中输入的密码或者为空

mysql -uroot -p000000
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.5.60-log Source distribution

Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

默认的php配置文件路径: /usr/local/php/etc/php.ini

默认的软件安装路径:/usr/local

猜你喜欢

转载自www.cnblogs.com/tide-sec/p/9181754.html
今日推荐