You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"# since mysql 5.6.x connections can be stored securely"
41
+
echo"# add your connection with"
42
+
echo"# mysql_config_editor set --login-path=automysqldump --host=localhost --user=root --password"
43
+
echo"# automysqldump is using the login-path "automysqldump" as default"
39
44
echo""
40
45
echo"# Username to access the MySQL server e.g. dbuser"
41
46
if isSet USERNAME;then
@@ -479,8 +484,7 @@ echo
479
484
ifecho$PATH| grep "${bindir}">/dev/null 2>&1;then
480
485
printf"if you are running automysqlbackup under the same user as you run this install script,\nyou should be able to access it by running 'automysqlbackup' from the command line.\n"
481
486
printf"if not, you have to check if 'echo \$PATH' has ${bindir} in it\n"
482
-
printf"\nSetup Complete!\n"
483
487
else
484
488
printf"if running under the current user, you have to use the full path ${bindir}/automysqlbackup since /usr/local/bin is not in 'echo \$PATH'\n"
0 commit comments