lnmp 安装笔记
mysql 安装
To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/local/webserver/mysql/bin/mysqladmin -u root password 'new-password' /usr/local/webserver/mysql/bin/mysqladmin -u root -h localhost password 'new-password' Alternatively you can run: /usr/local/webserver/mysql/bin/mysql_secure_installation which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers. See the manual for more instructions. You can start the MySQL daemon with: cd /usr/local/webserver/mysql ; /usr/local/webserver/mysql/bin/mysqld_safe & You can test the MySQL daemon with mysql-test-run.pl cd /usr/local/webserver/mysql/mysql-test ; perl mysql-test-run.pl Please report any problems with the /usr/local/webserver/mysql/scripts/mysqlbug script!
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步