connect to an external database?

Fabian Faundez

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

Comentarios

1 comentario

  • 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

Iniciar sesión para dejar un comentario.