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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -