1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 20:14:48 +01:00
telerpc/db_example.php

4 lines
115 B
PHP
Raw Normal View History

2022-02-23 12:37:06 +01:00
<?php
return new PDO('mysql:unix_socket=/var/run/mysqld/mysqld.sock;dbname=rpc;charset=utf8mb4', 'user', 'pass');