摘要:
create table user_login_latest( id int(11) unsigned NOT NULL AUTO_INCREMENT, user_id int(11) not null COMMENT '用户id', user_name VARCHAR(36) not null C 阅读全文
摘要:
1、用system用户登录, 2、执行如下sql: alter user 用户名 identified by 新密码; 比如alter user scott identified by 123456; 或者 alter user scott identified by 'abcdef'; 阅读全文