Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
9c729b1f
Commit
9c729b1f
authored
Dec 24, 2009
by
Andreas Kusalananda Kähäri
Browse files
Correct documentation and comments.
parent
fc5f3114
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
misc-scripts/CopyDBoverServer.pl
misc-scripts/CopyDBoverServer.pl
+4
-7
No files found.
misc-scripts/CopyDBoverServer.pl
View file @
9c729b1f
...
...
@@ -107,13 +107,10 @@ Script restrictions:
1. You must run the script on the destination server.
2. The script will only allow copying databases between a preset set
of servers.
3. The script must be run as the 'mysqlens' Unix user. Talk to a
2. The script must be run as the 'mysqlens' Unix user. Talk to a
recent release coordinator for access.
4
. The script will only copy MYISAM tables. Databases with InnoDB
3
. The script will only copy MYISAM tables. Databases with InnoDB
tables will have to be copied manually using mysqldump. InnoDB
tables will make the script throw an error in the table checking
stage.
...
...
@@ -194,8 +191,8 @@ $run_hostname =~ s/\..+//; # Cut off everything but the first part.
##====================================================================##
## Read the configuration file line by line and try to validate all ##
## parts of each line. Store the validated in
the @todo list (a
##
## list of hashes) for later processing.
##
## parts of each line. Store the validated in
formation in the @todo
##
## list
(a list
of hashes) for later processing. ##
##====================================================================##
my
$in
=
IO::
File
->
new
(
'
<
'
.
$input_file
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment