connect to an external database? Fabian Faundez October 14, 2019 12:52 1 comment How can I connect to a database that is not in my localhost? Comments 1 comment Sort by Date Votes Chris Muench October 14, 2019 13:12 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.
Comments
1 comment
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
Please sign in to leave a comment.