Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Access denied for user 'admin'@'localhost'
#4
Hi,

Di you verified that the user admin has access to the database? I would suggest setting up a separate user for the database and grant him the rights to the database only.

To change the settings go to the directory conf within your LetoDMS installation and find settings.xml. In there, find the database section.

PHP Code:
<database
      ADOdbPath 
"adodbpath"
      
dbDriver "mysql"
      
dbHostname "localhost"
      
dbDatabase "nameofdatabase"
      
dbUser "dbuser"
      
dbPass "dbuserpassword"
    


Ensure that dbDriver, dbHostname, dbDatabase, dbUser and dbPass are filled out with the informations matching your database.

Save the file and try to access your installation again. I'm not sure if AdoDb needs the port configured or if it finds the database itself.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: