I installed SugarCRM 5.5.1 CE with a Stack installer. I chose to install phpMyadmin aswell.
Now, when opening "http://localhost:80/phpMyadmin" the login screen opens. I type in the username and password but it pops back up like the username was wrong.
So then I open sugarcrm/config.php and use the following to login:
That has the same results. I cant log into the database via phpMyadmin. Iīve also checked the config.inc.php under the phpMyadmin folder. Iīm always using the same user and password but I canīt seem to log in.array (
'db_host_name' => 'localhost',
'db_host_instance' => 'SQLEXPRESS',
'db_user_name' => 'root',
'db_password' => '*******',
'db_name' => 'sugarcrm',
'db_type' => 'mysql',
),
Any help would be great.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks