mirror of
https://github.com/danog/telerpc.git
synced 2024-11-26 20:14:48 +01:00
4 lines
115 B
PHP
4 lines
115 B
PHP
|
<?php
|
||
|
|
||
|
return new PDO('mysql:unix_socket=/var/run/mysqld/mysqld.sock;dbname=rpc;charset=utf8mb4', 'user', 'pass');
|