connect to an external database?

Fabian Faundez

How can I connect to a database that is not in my localhost?

Comments

1 comment

  • Comment author
    Chris Muench

    You can modify application/config/database.php by changing 127.0.0.1 to your host

    However you should make sure the database is in same network or it will be slow

    0

Please sign in to leave a comment.