Closed realrecordzLab closed 5 years ago
Hi there,
2nd/3rd argument should be username, password. Maybe try:
$dbh = R::setup('mysql:host=localhost;dbname=mydatabase;port=8889', 'root', 'root');
@gabordemooij I've solved the issue. Thanks for the help.
I'm facing an error when I try to setup a connection with the database.
here is the code that I use to setup the connection. It's correct, I followed the documentation. Is there a fix?