Does anyone know how to find URI of a MySQL database through PhpMyAdmin?
It does.A MySQL database doesn't have any sort of URI - you simply connect to it via the hostname/IP Address using the port (normally 3306).
Could you explain your question in more detail?
I assume you're referring to below, but this is specific to PHP PDO, and is not a URI.It does.
Example: MySQL://database://name or smth
$pdo = new PDO('mysql:host=localhost;dbname=database;charset=utf8', 'username', 'password');
Ah okay, I am using a free MySQL host and I do not know how to get it. Im using pex for MySQL and its neededI assume you're referring to below, but this is specific to PHP PDO, and is not a URI.
Follow this then: https://github.com/PEXPlugins/PermissionsEx/wiki/Plugin-Configuration#sql-backend-configuration--topAh okay, I am using a free MySQL host and I do not know how to get it. Im using pex for MySQL and its needed
It worked but now the ranks dont show. The permission.yml is completely fine
