Skip to content
Snippets Groups Projects
Commit eea8819e authored by Steve Trevanion's avatar Steve Trevanion
Browse files

port option needed to apply patches on non-3306 servers

parent 6b4d4460
No related branches found
No related tags found
No related merge requests found
......@@ -481,6 +481,7 @@ while ( $sth->fetch() ) {
"--host=$opt_host",
"--user=$opt_user",
"--password=$opt_pass",
"--port=$opt_port",
"--database=$database",
"--verbose",
"--execute=source $path" );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment