办公任务系统
行业管理经验者研发品牌
办公任务分配系统,无需安装,能上网,就能轻松管理!
登录/注册
MySQL 8.0中可以通过以下步骤跳过密码认证:
$ mysql -u root -p
mysql> use mysql
mysql> update user set authentication_string=password('mypass') where user='root';
mysql> flush privileges;
mysql> quit
$ mysql -u root
本文链接:http://task.lmcjl.com/news/10279.html