One of my Grass users is running into a consistent problem with a Mysql database login.
After running db.connect and db.login from a mapset, some maps (stored in other mapsets) retain blank usernames. Opening the other mapsets and running the db.connect / db.login does not fix the problem - in other words, for some reason Grass is failing to store the new login details.
At the moment, I just want to know the file location for the login details, so I can run a hard-code fix!
It's a hidden file in the user account called .grasslogin6
Frank
Am Mittwoch, 28. November 2007 01:24:36 schrieb Richard Chirgwin:
All,
One of my Grass users is running into a consistent problem with a Mysql
database login.
After running db.connect and db.login from a mapset, some maps (stored
in other mapsets) retain blank usernames. Opening the other mapsets and
running the db.connect / db.login does not fix the problem - in other
words, for some reason Grass is failing to store the new login details.
At the moment, I just want to know the file location for the login
details, so I can run a hard-code fix!