Author: rodrigosprimo
Description:
I can connect to the English Wikipedia database running sql enwiki_p.
But when I try to connect to the Portuguese Wikipedia database, which is the one that I would like to use to fetch data, I get the following error:
rodrigoprimo@tools-login:~$ sql ptwiki_p
ERROR 1045 (28000): Access denied for user 'u10374'@'127.0.0.1' (using password: YES)
Thanks to YuviPanda I discovered that I can access the Portuguese Wikipedia database if I first connect to the English version with 'sql enwiki_p' followed by 'use ptwiki_p'. This workaround is enough for me. Anyway YuviPand asked me to open this bug report.
Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=69679