Download presentation
Presentation is loading. Please wait.
Published byBernice Hamilton Modified over 9 years ago
1
Mysql_config_editor www.mysqlblogger.net
2
How to add a new user mysql_config_editor set --login-path=prod --host=localhost --user=root --password
3
Different options you can provide host (No default value) login-path client user (No default value) socket (No default value) port (No default value)
4
Example with the port mysql_config_editor set --login-path=prod --host=localhost -- port=3306 --user=root --password
5
Reset existing password [root@server2 ~]# mysql_config_editor set --login-path=prod -- host=localhost --user=root --password Enter password: WARNING : 'prod' path already exists and will be overwritten. Continue? (Press y|Y for Yes, any other key for No) : y
6
WHEN YOU LOGIN USING MYSQL CLIENT mysql --login-path=prod
7
WHEN YOU USE MYSQLDUMP mysqldump --login-path=prod -d employees --single-transaction > dumpfile.out
8
HOW TO REMOVE ? mysql_config_editor remove --login-path=PROD
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.