Hi,
I'm kinda new to the toolserver, I'm currently experimenting with the environment before I begin to write some code, and I have a problem with the database connection.
I readhttps://wiki.toolserver.org/view/Database_access from top to bottom, then tried a few queries from the wiki, only to get the following error:
ERROR 1045 (28000): Access denied for user 'strainu'@'damiana-bge0.esi.toolserver.org' (using password: YES)
I then tried to run the script from https://wiki.toolserver.org/view/Iterating_over_wikis
The output is as follows:
strainu@willow:~$ bash test.bash &> test.out strainu@willow:~$ cat test.out | wc -l 1492 strainu@willow:~$ cat test.out | grep ERROR | wc -l 726
So it would appear I can access only 1492 - 2*726 = 40 tables out of 746. I haven't touched .my.cnf in any way, so I'm guessing the password is correct.
Does anybody have any ideas/suggestions on what's going on?
Thanks, Strainu