From e7f7de7388675c9f663b2a6e45ade426f7707e42 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 13 Jul 2025 10:32:25 +0200 Subject: comments on precompute --- scripts/precompute/list-traits-to-compute.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/precompute') diff --git a/scripts/precompute/list-traits-to-compute.scm b/scripts/precompute/list-traits-to-compute.scm index 9f900d1..102a6fa 100755 --- a/scripts/precompute/list-traits-to-compute.scm +++ b/scripts/precompute/list-traits-to-compute.scm @@ -15,6 +15,10 @@ You may want to forward a mysql port if there is no DB locally ssh -L 3306:127.0.0.1:3306 -f -N tux02.genenetwork.org +ignore IPv6 message: + + bind [::1]:3306: Cannot assign requested address + test connection with mysql client: mysql -uwebqtlout -pwebqtlout -A -h 127.0.0.1 -P 3306 db_webqtl -e "show tables;" -- cgit v1.2.3