摘要:
正常的做法: 以root用户登录mysql: grant all privileges on *.* to 创建的用户名@"%" identified by "密码"; flush privileges; 例如: mysql>grant all privileges on *.* to zhangs 阅读全文
摘要:
生成证书的时候报错: openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory openssl库位置不对 解决方法: 阅读全文