数据库

位置:IT落伍者 >> 数据库 >> 浏览文章

WINDOWS主机mysql更改ROOT口令


发布日期:2022年12月21日
 
WINDOWS主机mysql更改ROOT口令
改ROOT口令

stop mysql //停MYSQ服务

CD 到mysql bin目录下mysqldnt skipgranttables //启动MYSQL

DOS下mysql mysql //登录到mysql库

update user set password =PASSWORD(fuck) where user=root

FLUSH PRIVILEGES;

建库

create database xx;

FLUSH PRIVILEGES;

建用户

insert into mysqluser(HostUserPasswordssl_cipherx_issuerx_subject) values(localhostusernamePASSWORD(password));

grant all privileges on xx* to username@localhost identified by password

FLUSH PRIVILEGES;

上一篇:NTFS格式大硬盘数据恢复特殊案例分析

下一篇:数据仓库建模技术(2)