php - Setting up a MySQL cluster with Laravel -
I have a MySQL cluster that has 2 servers, replication between each other.
I would like to setup the database connection of Larwell, so it uses both servers, randomly selects the connection per user, so the load is balanced I use the well known with the query builder I am doing
Is there an out-of-box way to combine Laravel and MySQL clusters?
Comments
Post a Comment