Last modified: 2014-08-26 14:41:07 UTC
(Split out from comment #1 of bug #54330.) Some recently created user and tool accounts seem to not be able to connect to the Labs replica servers: | scfc@tools-login:~$ sudo mysql --defaults-file=/home/shiladsen/replica.my.cnf -hdewiki.labsdb dewiki_p | ERROR 1045 (28000): Access denied for user 'u10339'@'127.0.0.1' (using password: YES) | scfc@tools-login:~$ sudo mysql --defaults-file=/data/project/directory/replica.my.cnf -hdewiki.labsdb dewiki_p | ERROR 1045 (28000): Access denied for user 's52281'@'127.0.0.1' (using password: YES) | scfc@tools-login:~$ Control: | scfc@tools-login:~$ mysql --defaults-file=replica.my.cnf -hdewiki.labsdb dewiki_p | Reading table information for completion of table and column names | You can turn off this feature to get a quicker startup with -A | Welcome to the MariaDB monitor. Commands end with ; or \g. | Your MariaDB connection id is 2076066 | Server version: 10.0.13-MariaDB Source distribution | Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others. | Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. | MariaDB [dewiki_p]> Bye | scfc@tools-login:~$
*** This bug has been marked as a duplicate of bug 69701 ***