Phpmyadmin Connection string

Hello,

I would like to connect a database from phpnyadmin. I would like to use the SQL Database Connector API, but I can’t find the Connection String on phpmyadmin.

If anyone knows where I can find this, could they point me in the right direction. Thank you for your help!

Man… Google is your friend! :wink:
mysql - How to find connection string from a phpMyAdmin database? - Stack Overflow

Capture d’écran 2024-04-22 à 15.14.26

I did my research on my friend Google but I always get the same error. I was inspired by this request:
mysql://username:password@servername:PORT/db_name

That’s your connection string then. If it doesn’t work, the string is wrong ideally.

Have you tested on something like BeaverDB or MariaDB?