Level 75
Make sure the information is correct in the env file, the host should have given you the mysql credentials.
Make sure laravel is setup correctly, see deployment chapter.
Hello everyone,
I just dropped all the files from my Laravel project into my project's "www" folder via FileZila. I did not find any tutorial explaining how to make Laravel work on OVH. My first question is how do I link the db I imported from phpmyadmin into ovh? I did put this into my .env file :
DB_CONNECTION=mysql DB_HOST=my_server_address DB_PORT=3306 DB_DATABASE=mydatabasename DB_USERNAME=myusername DB_PASSWORD=mypassword
That just what I need ?
Cordially.
Please or to participate in this conversation.