swoole_mysql->connect

�첽���ӵ�MySQL��������

function swoole_mysql->connect(array $serverConfig, callable $callback);

����������

$server = array(
    'host' => '192.168.56.102',
    'user' => 'test',
    'password' => 'test',
    'database' => 'test',
);

�ص�����

function onConnect(swoole_mysql $db, bool $result);