Hi Team,
I am trying to configure the Webissues 1.0.5 in Windows 7 Apache, PHP, MySQL latest version.
On the Database Engine Configuration page
I have input the following:
Select the type of the database to use: MySQL
Connection Details
Host name: localhost
Database name: webissues
User name: root
Password: password
I am getting the below error, when proceeding to next page.
"Could not connect to database. Please check connection details and try again."
Please help me to fix this error.
Thanks
- Rajesh
- Log in to post comments
++
I could able to login to MySql with username as 'root' and password as 'password'
below info for reference...
------------------------------------------------------------------------------
Enter password: **********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 28
Server version: 5.6.10-log MySQL Community Server (GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> GRANT ALL PRIVILEGES ON webissues.* TO 'root'@'localhost' IDENTIFIED BY '
password';
Query OK, 0 rows affected (0.00 sec)
mysql>
----------------------------------------------------------------------
Please suggest some option.
Thanks
-Rajesh