File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ out_welcome
50
50
# # Check for require bins
51
51
check_bins_and_setup_abs_path_vars mysql grep mysql_config_editor
52
52
53
- ${bin_mysql_config_editor} set --skip-warn --login-path=local --host=localhost --user=${db_user} --password=${db_pass} > /dev/null > 2>&1
53
+ ${bin_mysql_config_editor} set --skip-warn --login-path=local --host=localhost --user=${db_user} --password=${db_pass} > /dev/null 2>&1
54
54
55
55
${bin_mysql} --login-path=local -NBe " SHOW DATABASES;" | ${bin_grep} -v ' lost+found' | while read database ; do
56
56
${bin_mysql} --login-path=local -NBe " SHOW TABLE STATUS;" $database | while read name engine version rowformat rows avgrowlength datalength maxdatalength indexlength datafree autoincrement createtime updatetime checktime collation checksum createoptions comment ; do
You can’t perform that action at this time.
0 commit comments