上一页 1 2 3 4 5 6 7 8 9 ··· 74 下一页

2020年7月19日

Mysql-show processlist

摘要: mysql> show processlist; Analyzing线程对MyISAM 表的统计信息做分析(例如, ANALYZE TABLE )。checking permissions线程检查服务器是否具有所需的权限来执行该语句。Checking table线程正在执行表检查操作。cleanin 阅读全文

posted @ 2020-07-19 03:03 遠離塵世の方舟 阅读(239) 评论(0) 推荐(0) 编辑

2020年7月15日

MySQL show full processlist 以及group_concat_max_len参数设置

摘要: 查询Mysql当前正在运行的SQL语句:show full processlist或者show processlist 结果都是从information_schema.processlist表取的结果,所以也可以主直接查询该表select info from information_schema.p 阅读全文

posted @ 2020-07-15 14:11 遠離塵世の方舟 阅读(417) 评论(0) 推荐(0) 编辑

Mysql 报错 [Server] Error in accept: Too many open files

摘要: 查看Mysql日志/var/log/mysqld.log,有如下报错: 2019-05-28T15:08:16.325376Z 0 [ERROR] [MY-010283] [Server] Error in accept: Too many open files Mysql版本: # mysql - 阅读全文

posted @ 2020-07-15 05:45 遠離塵世の方舟 阅读(1114) 评论(0) 推荐(0) 编辑

Mysql 将查询结果导出到文件

摘要: 1. 直接将结果输出到文件mysql -uroot -p -D database_name -e "select * from table" > /tmp/test111 2. 使用pager设置显示方式 如果select出来的结果集超过几个屏幕,那么前面的结果一晃而过无法看到。使用pager可以设 阅读全文

posted @ 2020-07-15 03:51 遠離塵世の方舟 阅读(2485) 评论(0) 推荐(0) 编辑

2020年6月25日

Installation failed with error code: (0x80070643)

摘要: 在服务器上安装xxx软件时报错,提示如下: Installation failed with error code: (0x80070643), "Fatal error during installation...". Solution: 1. 将当前登录帐号登录到Local Administra 阅读全文

posted @ 2020-06-25 06:53 遠離塵世の方舟 阅读(1744) 评论(0) 推荐(0) 编辑

2020年6月11日

Rename failed for user 'dbo' -MS SQL ERROR 15150

摘要: SQL SERVER 2016修改“User Mapping"时报错: TITLE: Microsoft SQL Server Management Studio Rename failed for User 'dbo'. (Microsoft.SqlServer.Smo) For help, cl 阅读全文

posted @ 2020-06-11 19:39 遠離塵世の方舟 阅读(1297) 评论(0) 推荐(0) 编辑

2020年6月4日

Windows Update Error 0x8024401c

摘要: Windows Update continous fails to search for Updates or cannot install them. The source of this problem could be various things as > Windows Registry 阅读全文

posted @ 2020-06-04 02:04 遠離塵世の方舟 阅读(1110) 评论(0) 推荐(0) 编辑

2020年6月1日

Rename a Computer that Hosts a Stand-Alone Instance of SQL Server

摘要: When you change the name of the computer that is running SQL Server, the new name is recognized during SQL Server startup. You do not have to run Setu 阅读全文

posted @ 2020-06-01 20:11 遠離塵世の方舟 阅读(269) 评论(0) 推荐(0) 编辑

Windows域成员机强制与PDC同步时间命令

摘要: 1. 把Windows Time服务的启动类型改成Manual(Automatic也行) 2. 以管理员权限运行cmd,输入w32tm /config /syncfromflags:DOMHIER /update进行更新配置 3. 运行w32tm /query /status查看同步状态 阅读全文

posted @ 2020-06-01 19:27 遠離塵世の方舟 阅读(866) 评论(0) 推荐(0) 编辑

2020年3月20日

Windows RDP “No Remote Desktop License Servers available” Error message fix

摘要: On a Server 2008 and 2012 RDS service that has been deployed and working for some time you begin to receive errors "The remote session was disconnecte 阅读全文

posted @ 2020-03-20 20:23 遠離塵世の方舟 阅读(634) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 74 下一页

导航