Mysql 运维:

贡献者:游客95961089 类别:代码 时间:2019-04-08 20:30:08 收藏数:14 评分:0
返回上页 举报此文章
请选择举报理由:




收藏到我的文章 改错字
mysql -uroot -p000000 -e "show variables like 'char%';"
mysql -uroot -p000000 -e "select sysdate();"
mysql -uroot -p000000 -e "select user();"
mysql -uroot -p000000 -e "show variables like '%storage_engine%';"
mysql -uroot -p000000 -e "show variables like 'have%'"
update user as u,local_user as lu set u.enabled=0 where u.id=lu.user_id and lu.name='neutron';
select enabled from user as u,local_user as lu where u.id=lu.user_id and lu.name='nova';
insert into mysql.user(host,user,password)values("localhost","examuser",password("000000"));
use mysql
select host,user,password from user;
grant select,delete,update,create on *.* to "examuser"@"localhost" identified by "000000";
select * from local_user order by id desc;
声明:以上文章均为用户自行添加,仅供打字交流使用,不代表本站观点,本站不承担任何法律责任,特此声明!如果有侵犯到您的权利,请及时联系我们删除。
文章热度:
文章难度:
文章质量:
说明:系统根据文章的热度、难度、质量自动认证,已认证的文章将参与打字排名!

本文打字排名TOP20

登录后可见

用户更多文章推荐