解决MySQL去除密码登录告警的问题
背景
MySQL在命令行输入密码时会提示mysql: [Warning] Using a password on the command line interface can be insecure.
,在某些时候会干扰取值。
解决方法:
使用mysql_config_editor
可以解决这一问题。
login-path是从MySQL5.6开始支持的特性,借助mysql_config_editor
工具可以将登陆MySQL的认证信息加密存放在.mylogin.cnf
文件。之后,MySQL客户端可以通过读取该加密信息进行登陆。
示例:
[root@localhost mysql]# mysql_config_editor set --login-path=db_admin --host=192.168.1.6 --user=root --password Enter password: # 输入密码
参数
–login-path=name 登陆信息名称 –host=name 登陆地址 –password 在登陆文件中添加密码(该密码会被mysql_config_editor自动加密) –user 用户名 –port=name 端口 –socket=name sock文件
查看
# 显示指定名称的登陆信息 mysql_config_editor print --login-path=test # 显示所有登陆信息 mysql_config_editor print --all
示例:
[root@localhost mysql]# mysql_config_editor print --all [db_admin] user = root password = ***** host = 192.168.1.6 [root@localhost mysql]# mysql_config_editor print --login-path=db_admin [db_admin] user = root password = ***** host = 192.168.1.6
删除配置
mysql_config_editor remove --login-path=test
登陆
root@localhost mysql]# mysql --login-path=db_admin Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 10222 Server version: 5.7.37-log MySQL Community Server (GPL) Copyright (c) 2000, 2022, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type "help;" or "\h" for help. Type "\c" to clear the current input statement. mysql>
到此这篇关于MySQL去除密码登录告警的文章就介绍到这了,更多相关MySQL密码登录告警内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!
X 关闭
X 关闭
- 15G资费不大降!三大运营商谁提供的5G网速最快?中国信通院给出答案
- 2联想拯救者Y70发布最新预告:售价2970元起 迄今最便宜的骁龙8+旗舰
- 3亚马逊开始大规模推广掌纹支付技术 顾客可使用“挥手付”结账
- 4现代和起亚上半年出口20万辆新能源汽车同比增长30.6%
- 5如何让居民5分钟使用到各种设施?沙特“线性城市”来了
- 6AMD实现连续8个季度的增长 季度营收首次突破60亿美元利润更是翻倍
- 7转转集团发布2022年二季度手机行情报告:二手市场“飘香”
- 8充电宝100Wh等于多少毫安?铁路旅客禁止、限制携带和托运物品目录
- 9好消息!京东与腾讯续签三年战略合作协议 加强技术创新与供应链服务
- 10名创优品拟通过香港IPO全球发售4100万股 全球发售所得款项有什么用处?