‘mysql‘ => [ ‘read‘ => [ ‘host‘ =>[ ‘10.100.20.112‘, ‘10.100.20.113‘, ] ], ‘write‘ => [ ‘host‘ => ‘10.100.20.111‘, ], ‘driver‘ => ‘mysql‘, ‘database‘ => ‘laravel‘, ‘username‘ => ‘root‘, ‘password‘ => ‘111111‘, ‘charset‘ => ‘utf8‘, ‘collation‘ => ‘utf8_unicode_ci‘, ‘prefix‘ => ‘‘, ]
原文地址:http://jinjiang2009.blog.51cto.com/6625258/1792045