摘要: ./configure --prefix=/usr/local/php7 \--with-config-file-path=/usr/local/php7/etc \ --with-mysqli \--enable-fpm \--with-fpm-user=www-data \--with-fpm- 阅读全文
posted @ 2017-11-03 17:01 詹老师 阅读(1116) 评论(0) 推荐(0) 编辑
摘要: z,sz是Linux/Unix同Windows进行ZModem文件传输的命令行工具。优点就是不用再开一个sftp工具登录上去上传下载文件。 sz:将选定的文件发送(send)到本地机器rz:运行该命令会弹出一个文件选择窗口,从本地选择文件上传到Linux服务器 安装命令: yum install l 阅读全文
posted @ 2017-11-03 14:39 詹老师 阅读(5406) 评论(2) 推荐(1) 编辑
摘要: centos把http、mysql等加入开机启动 原创 2016年10月14日 22:48:36 标签: centos / 服务器 / mysql 2377 原创 2016年10月14日 22:48:36 标签: centos / 服务器 / mysql 2377 有时因为各种原因,需要重启服务器, 阅读全文
posted @ 2017-11-03 11:49 詹老师 阅读(215) 评论(0) 推荐(0) 编辑
摘要: MySQL忘记密码,或:root密码重置报错:mysqladmin: connect to server at 'localhost' failed的解决方案 MySQL root密码重置报错:mysqladmin: connect to server at 'localhost' failed的解 阅读全文
posted @ 2017-11-03 11:48 詹老师 阅读(388) 评论(0) 推荐(0) 编辑
摘要: centOS 6.5下升级mysql,从5.1升级到5.7 1、备份数据库,升级MySQL通常不会丢失数据,但保险起见,我们需要做这一步。输入命令: mysqldump -u xxx -h xxx -P 3306 -p --all-databases > databases.sql 2、 停止MyS 阅读全文
posted @ 2017-11-03 11:29 詹老师 阅读(126) 评论(0) 推荐(0) 编辑