Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to set database configration in Codelgniter

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 90
    Comment on it

    Hello Guys,

    If you are looking set database configuration in Codelgniter. Please follow the below step for the same::

    1) Open the file application/config/database.php and complete the below information:
    $db['default']['hostname'] = 'localhost';
    $db['default']['username'] = 'root';
    $db['default']['password'] = '';
    $db['default']['database'] = 'test';
    

    This will set your database configration in Codelgniter.

    Let me know if anyone have any question or issue regarding this.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: