摘要:
利用安全模式成功登陆,然后修改密码,等于给MySql设置了密码。登陆进去后,想查询所有存在的数据库测试下。得到的结果确实: ERROR 1820 (HY000): You must SET PASSWORD before executing this statement 非常诡异啊,明明用密码登陆进 阅读全文
摘要:
errno错误对照表: errno0 : Success errno1 : Operation not permitted errno2 : No such file or directory errno3 : No such process errno4 : Interrupted system call errno5 : Input/... 阅读全文
摘要:
首先, #创建(新)用户:create user username identified by password; username:新用户名的用户名password: 新用户的密码也可以不创建新用户,而仍然用以前的用户,如:继续用scott用户 #创建表空间:create tablespace t 阅读全文