Sébastien VIGNERON via slurm-users
unread,Mar 5, 2025, 11:48:10 AM3/5/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Steven Jones, slurm...@lists.schedmd.com, Christopher Samuel
Hi,
Check your /etc/hosts file for localhost definition. I would guess it is not only 127.0.0.1.
I think you have IPv6 ::1 address too.
If so, try connect using 172.0.0.1 and add a GRANT with the same password for 'slurm'@'::1';
That will allow connections using IPv4 and IPv6 loopback address.
Cordialement / Best regards,
Sébastien VIGNERON
CRIANN,
Ingénieur / Engineer
Technopôle du Madrillet
745, avenue de l'Université
76800 Saint-Etienne du Rouvray - France
tél.☎️
+33 2 32 91 42 91
fax.
+33 2 32 91 42 92
http://www.criann.fr
mailto:
sebastien...@criann.fr
support:
sup...@criann.fr
> Le 5 mars 2025 à 03:04, Steven Jones via slurm-users <
slurm...@lists.schedmd.com> a écrit :
>
> I had already tried that but here it is, looks OK to me.
>
> ======
> [root@vuwunicoslurmd3 slurm]# mysql -h 127.0.0.1 -u slurm -p
> Enter password:
> Welcome to the MariaDB monitor. Commands end with ; or \g.
> Your MariaDB connection id is 12583
> Server version: 10.11.10-MariaDB MariaDB Server
>
> Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
>
> Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
>
> MariaDB [(none)]> show databases;
> +--------------------+
> | Database |
> +--------------------+
> | information_schema |
> | slurm_acct_db |
> +--------------------+
> 2 rows in set (0.000 sec)
>
> MariaDB [(none)]>
> ========
>
> regards
> Steven