Grocery crud installation and codeigniter main.php file not working

317 views Asked by At

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!

2

There are 2 answers

1
AudioBubble On

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.

1
FlyBot On

Database name must be set in the config/database.php