Koa安装Swig
https://blog.csdn.net/qq_36718999/article/details/99580982
https://juejin.im/post/6844904079710224397
update mysql.user set authentication_string=password(‘123456’) where user=’root’ and Host = ‘localhost’;
update mysql.user set authentication_string=sha1(“123456”) where user=”root”;