Skip to content
Snippets Groups Projects
Commit b830f3fd authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Comments and error messages were inconsistent with the way the file is...

Comments and error messages were inconsistent with the way the file is actually supposed to be formatted.
parent 078b034c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Copy mysql databases between different servers and run myisamchk on the indices
The input file should have the following format
source_server\tsource_database\tdestination_server\tdestination_database
source_server\\tsource_port\\tsource_db\\tdestination_server\\tdestination_port\\tdestination_db
e.g.
......@@ -122,7 +122,7 @@ join(", ", keys %mysql_directory_per_svr) ."\n";
warn "
The input file has the wrong format,
$line
source_server\\tsource_db\\tdestination_server\\tdestination_db
source_server\\tsource_port\\tsource_db\\tdestination_server\\tdestination_port\\tdestination_db
EXIT 1
";
exit 1;
......
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