摘要:
1,进入mysql,终端中输入 mysql -u 用户名 -p 。enter键后,提示输入密码。 2,执行grant all privileges on xxxdb.* to usertest@"%" identified by "passdtest"; 增加用户usertest,密码为passdt 阅读全文
摘要:
1,我是用的ubuntu16.04 32位系统编译内核linux-3.0.1出现如下错误:Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373./ 阅读全文