摘要:
参考链接:https://www.cnblogs.com/dim2046/p/5913701.html 阅读全文
摘要:
编译出错 configure: error: APR-util not found. Please read the documentation 解决办法 wget http://apache.freelamp.com/apr/apr-1.4.2.tar.gz 下载apr ./configure – 阅读全文
摘要:
使用MSSQL同步 数据库同步做后后测试:先在同步那台服务器(服务器A)数据库里修改里面数据库,然后再去被同步那台服务器(服务器B)看下数据有没被同步过去 发布数据库快照遇到错误:对路径“xxxxx”访问被拒绝的解决方法 打开SQL Server 配置管理器 -> 在左边栏选择”SQL Server 阅读全文
摘要:
在给mysql数据库备份时,报错: mysqldump: Got error: 145: Table '.\shengdaxcom\pre_forum_thread' is marked as crashed and should be repaired when using LOCK TABLES 阅读全文
摘要:
使用windows server 2008 R2 的任务计划程序需要启动服务 Task Scheduler 服务, windows server 2008 R2 默认状态下Task Scheduler 服务是禁止的并且不可切换启动类型, 解决方法:修改注册表HKEY_LOCAL_MACHINE\SY 阅读全文
摘要:
源:http://www.111cn.net/database/mysql/37700.htm 先重启服务器可解决大部分问题 错误编号:2003 问题分析: 无法连接到 mysql 服务器,可能的情况为: 1、mysql 服务没有启动,一般是在异常的情况下 mysql 无法启动导致的,比如无可用的磁 阅读全文
摘要:
vmware虚拟机centos网络配置错误,执行/etc/init.d/network start 或 restart 提示Device eth0 has different MAC address than expected, ignoring 解决方法: 执行:grep -rHi eth0 /e 阅读全文