Skip to content
Snippets Groups Projects
Commit d75b6ec2 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

faster start of mysql client

parent 1d11c7e5
No related branches found
No related tags found
No related merge requests found
...@@ -732,7 +732,7 @@ sub connect_db_interactive ...@@ -732,7 +732,7 @@ sub connect_db_interactive
my @cmd; my @cmd;
if ($action eq 'connect') if ($action eq 'connect')
{ {
@cmd= ('mysql', '--default-character-set=utf8', '-h', $h, '-u', $u, $db); @cmd= ('mysql', '--default-character-set=utf8', '-A', '-h', $h, '-u', $u, $db);
} }
elsif ($action eq 'backup') elsif ($action eq 'backup')
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment