connect to an external database? Fabian Faundez 14 de octubre de 2019 12:52 1 comentario How can I connect to a database that is not in my localhost? Comentarios 1 comentario Ordenar por Fecha Votos Chris Muench 14 de octubre de 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 Iniciar sesión para dejar un comentario.
Comentarios
1 comentario
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
Iniciar sesión para dejar un comentario.