系统运维 导入数据库错误 #1046 – No database selected这个错误是因为没指定是在哪个数据库中创建导入的这些表。 因此,如果当前存在数据库,在这个数据库名后导 阅读更多… 由何星星,5年2017年8月23日 前
系统运维 phpMyAdmin 修改 WordPress 数据库表前缀1、配置文件 wp-config.php 中,例如将 $table_prefix = ‘wp_’; 阅读更多… 由何星星,5年2017年6月6日 前
系统运维 CentOS 6.8 配置 LNMP(Linux+Nginx+PHP5+MySQL)1、使用 yum 直接安装 Nginx [root@hexingxing ~]# yum insta 阅读更多… 由何星星,5年2017年5月25日 前
系统运维 WordPress 更换域名或 http to https 的 SQL 命令UPDATE wp_options SET option_value = replace( opti 阅读更多… 由何星星,5年2017年5月13日 前
系统运维 CentOS 安装和配置 phpMyAdmin一、安装 phpMyAdmin [root@hexingxing /]# yum install – 阅读更多… 由何星星,5年2017年5月13日 前