Please help! I'm trying to install grocery crud using codeigniter and I'm using wamp. I can't seem to correct this error:
A Database Error Occurred
Unable to select the specified database: archives_collection
Filename: C:\wamp\www\archives_collection\system\database\DB_driver.php
Line Number: 140
The installation documentation says to check the user and password but everything's inputted correctly. However, I'm still getting that error. Thanks in advanced!
That error happens when it cant find the specific database name, you have to check the database connection and make sure they are correct.. also make sure you have the right permissions for that user.