diff --git a/scripts/CopyDBoverServer.pl b/scripts/CopyDBoverServer.pl
index 56d379e819b49a3a9e8fcba3e92a981ee52c0181..d0c8f42052118d3ca2c1b67cfb8bd60eea66b740 100755
--- a/scripts/CopyDBoverServer.pl
+++ b/scripts/CopyDBoverServer.pl
@@ -43,7 +43,8 @@ Also it is best to run it on the same node as the destination MySQL instance, e.
 
 caa_stat mysql_3365
 
-... which will reveal that it's running on ecs2e (caa_stat alone will show all instances).
+... which will reveal that it's running on ecs2e (caa_stat alone will show all instances). 
+Note that this only works for Tru64 CAA instances, i.e. ecs2 & ecs4.
 \n\n";
 
 my $help = 0;
@@ -76,7 +77,7 @@ my %mysql_directory_per_svr = ('ecs1a:3306' => "/mysql1a/current/var",
 			       'ecs2:3364' => "/mysql/data_3364/databases",
 			       'ecs2:3365' => "/mysql/data_3365/databases",
 			       'ecs2:3366' => "/mysql/data_3366/databases",
-			       'ecs3:3307' => "/mysqld/mysql-4.1.10/data",
+			       'ecs3:3307' => "/mysql/current/var",
 			       'ecs3:3309' => "/mysqlh/current/var",
 			       'ecs3:3304' => "/mysql_archive/current/var",
 			       'ecs4:3350' => "/mysql-3350/databases",
@@ -88,8 +89,6 @@ my %mysql_directory_per_svr = ('ecs1a:3306' => "/mysql1a/current/var",
                                'ia64g:3306' => "/mysql/data_3306/databases",
                                'ia64h:3306' => "/mysql/data_3306/databases");
 
-# Change ecs3:3307 back to 'ecs3:3307' => "/mysqld/current/var", when link is fixed
-
 my $working_host = $ENV{'HOST'};
 my $generic_working_host = $working_host;
 $generic_working_host =~ s/(ecs[1234]).*/$1/;