Presentation is loading. Please wait.

Presentation is loading. Please wait.

Mysql_config_editor www.mysqlblogger.net. How to add a new user mysql_config_editor set --login-path=prod --host=localhost --user=root --password.

Similar presentations


Presentation on theme: "Mysql_config_editor www.mysqlblogger.net. How to add a new user mysql_config_editor set --login-path=prod --host=localhost --user=root --password."— Presentation transcript:

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


Download ppt "Mysql_config_editor www.mysqlblogger.net. How to add a new user mysql_config_editor set --login-path=prod --host=localhost --user=root --password."

Similar presentations


Ads by Google