Skip to content

Instantly share code, notes, and snippets.

@rwp0
Created July 6, 2022 09:32
Show Gist options
  • Save rwp0/0d30539d67b962b4c9cb413977b2ab27 to your computer and use it in GitHub Desktop.
Save rwp0/0d30539d67b962b4c9cb413977b2ab27 to your computer and use it in GitHub Desktop.
Creating MySQL login pathes
mysql_config_editor \
set \
--login-path="local" \
--host="localhost" \
--port="3306" \
--user="root" \
--password
# https://dev.mysql.com/doc/refman/8.0/en/mysql-config-editor.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment