摘要:
rewrite ^/$ $scheme://www.xxx.com$request_uri permanent;rewrite ^/.*\.html$ $scheme://www.xxx.com$request_uri permanent; 阅读全文
摘要:
原文链接:http://www.cnblogs.com/Tempted/p/9857711.html 1.停止数据库,并在mysql配置文件my.cnf中添加skip-grant-tables参数到[mysqld]配置块中 2. 执行 systemctl start mysqld 3. 执行 mys 阅读全文