当前位置:网站首页>mysqldump: [Warning] Using a password on the command line interface can be insecure.
mysqldump: [Warning] Using a password on the command line interface can be insecure.
2022-07-19 03:14:00 【What are you doing? Go and study】
mysqldump: [Warning] Using a password on the command line interface can be insecure.
MySQL 5.6 Warning message command line interface can be insecure Repair

Enter the password on the command line , You'll be prompted with these security warnings .
Warning: Using a password on the command line interface can be insecure.
notes : mysql -u root -pPASSWORD or mysqldump -u root -pPASSWORD Will output such a warning message .
1、 in the light of mysql
mysql -u root -pPASSWORD Change to mysql -u root -p Just enter the password .
2、mysqldump It's a little bit more complicated , It's usually written in scripts Script .
resolvent :
about mysqldump How to avoid (Warning: Using a password on the command line interface can be insecure.) Warning messages ?
vim /etc/mysql/my.cnf
[mysqldump]
user=your_backup_user_name
password=your_backup_password
After modifying the configuration file , Just execute mysqldump Scripts will do . The backup script does not need to involve user name and password information
边栏推荐
- GraphQL初识
- [MCU simulation] (XX) org - set start address
- Mysql多表查询
- 樂視還有400多比特員工?過著沒有老板的神仙日子 官方出來回應了...
- 仿射变换实现
- 关于XML文件(六)-与JSON的区别
- Fiddler抓包
- 【剑指Offer】31-35题(判断一个序列是否是栈的出栈序列之一,层序打印二叉树以及分行打印、每行逆着打印),判断序列是否是二叉搜索树的后序遍历路径,二叉树找一条权值为K的路径,复制复杂链表
- Replacement operation not supported by ncnn partial operators
- Has DDD surpassed MVC
猜你喜欢

Visual analysis of ncnn param file and bin model

关于XML文件(六)-与JSON的区别

Graphql first acquaintance

Polynomial interpolation fitting (II)

JDBC连接Mysql数据库

Tools and methods - Excel plug-in xltools

zsh: command not found: mysql

RTX3090安装pytorch3D

By voting for the destruction of STI by Dao, seektiger is truly community driven

04_ Service registration Eureka
随机推荐
Yolov6 learning first chapter
无法访问此网站无法找到DNS地址DNS_PROBE_STARTED怎么办?
3. Asynctool framework principle source code analysis
[single chip microcomputer simulation] (10) instruction system - multiplication instruction and division of arithmetic operation instruction
Ncnn thread
4年开发二面美团最终败给:volatile关键字作用和原理这道面试题
工具及方法 - Excel插件XLTools
Code demonstration of fcos face detection model in openvino
需要慢一点点
Replacement operation not supported by ncnn partial operators
[single chip microcomputer simulation] (XI) instruction system logic operation instruction - logic and instruction anl, logic or instruction ORL
【单片机仿真】(四)寻址方式 — 寄存器寻址与直接寻址
First blog ----- self introduction
About XML file (VI) - the difference between JSON and XML file
【单片机仿真】(十九)介绍汇编、汇编指令、伪指令
OpenVINO中的FCOS人脸检测模型代码演示
Rewrite equals why rewrite hashcode
[MCU simulation] (XX) org - set start address
ncnn Mat矩阵类
MySQL multi table query