Host:
127.0.0.1
Port:
3306
Database:
bunny
Username:
root
Password:
(empty)
Charset:
utf8mb4
π PHP Connection Code:
$conn = new mysqli('127.0.0.1', 'root', '', 'bunny', 3306);
$conn->set_charset('utf8mb4');
π Connection String:
mysql://root@127.0.0.1:3306/bunny