Problem performance:
After loading the Testlink, after rebooting the system, the following prompt will appear when the Testlink permissions are not assigned:
1045-access denied for user ' testlink ' @ ' localhost ' (using password:yes) problem analysis: The cause of this problem is two a) user enters new user tes when installing Testlink Tlink First Letter capitalized (note that MySQL user is case-sensitive)
b) user in MySQL management replaced Testlink Password solution: For a) case, in the Testlink installation directory found config_db.inc.php this file, open and will define (' Db_user ',
' Testlink '); Change the red logo section to the appropriate user name (note case, no spaces)! For the case of B), locate the config_db.inc.php file in the Testlink installation directory, open and place the define (' Db_pass ',
' Testlink '), and change the red logo to the appropriate password! Note: My local db_user is "admin". I met the B) situation and changed the password.
Testlink machine restarts after access denied for user ' admin ' @ ' localhost ' (using Password:yes) resolved