https://zhuanlan.zhihu.com/p/31529925 前言 经常使用命令行的小伙伴一定对 sudo 命令不陌生,它可以以特定用户身份执行特定的命令。很多时候我们也会用它来执行系统管理命令。 但是,每次以非... Read More | Share it now!
Monthly Archives: May 2019
DUMP LOAD data from mysql to mysql
The ‘mysqldump’ command is used to dump databases managed by MySQL. Let’s consider three the most useful cases of MySQL database dumping. Load table ... Read More | Share it now!
How to solve the problem” caching_sha2_password” problem
如果是mysql服务器版本大于8.0.4,默认使用caching_sha2_password授权插件,而不是5.6/5.7使用的mysql_native_password进行身份验证。下面方法更改root账户的远程登录验证插件为mysql_native_password$ docker exec... Read More | Share it now!