How to know my mySQL credentials

Hello, I followed a tutorial to make a system of member area, and so I would like to connect it with my database, I would like to know how to see all mySql ids :
First code

$pdo = new PDO('mysql:dbname= ;host= , ‘login’, 'password ');

You can create a database, username and password on our panel :slight_smile:

So what’s my login please ?

And what’s the host ?

I take it you didn’t read anything then? :frowning:

localhost is always the host.

Sorry i didn’t read all the tutorial, im going for this

1 Like

Ace let us know how you get on :slight_smile: