MySQL出现"Table 'performance_schema.session_status' doesn't exist"
MySQL升级到5.7提示"Table 'performance_schema.session_status' doesn't exist"解决办法mysql_upgrade -u root -p --force
阅读全文
MySQL升级到5.7提示"Table 'performance_schema.session_status' doesn't exist"解决办法mysql_upgrade -u root -p --force
阅读全文
Microsoft 安全公告 MS17-010 - 严重Windows XP SP2 64位 KB4012598https://dl.t2.re/Others/MS17-010/WindowsXP_SP2_X64-KB4012598_f24d8723f246145524b9030e4752c96430981211.exeWindows XP SP3 32位 KB4012598https://...
阅读全文
建议Win7以上系统及时打好补丁1、修改Windows远程连接端口(建议尽快修改)通过修改注册表Windows端口或使用第三方安全软件(如:服务器安全狗、云锁)修改Windows默认远程端口3389为其它端口或通过服务器安全狗、云锁自带的防火墙进行防护修改Windows服务器远程桌面(RDP)端口2、禁止Windows共享/禁用445端口(2003适用)如截图,在网卡设置中,去掉2个组件3、...
阅读全文
修改注册表[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions]
“NoCommandBar”=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Toolbars...
阅读全文
CentOS编辑/etc/sysconfig/i18n 文件,内容修改为LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"保存,重启系统生效,也可以编辑/etc/profile在文件末尾加入export LANG="en_US.UTF-8断开SSH重连生效Debianapt-get install -...
阅读全文