摘要:
*** is not in the sudoers file. This incident will be reported.” (用户不在sudoers文件中……) 处理这个问题很简单,但应该先理解其原理再操作 首先要明白root的密码一般用户是不应改知道的,但一般用户有时可能要用到root的一些 阅读全文
摘要:
以下语句可以进行SQL 语句执行时间分析,两个Go之间就是SQL查询语句 [sql] view plain copy use Work--数据库名 go set statistics profile on set statistics io on set statistics time on go 阅读全文