Found the answer myself... Just run this command after you SSH in the server:
sudo apt-get install mysql-server-5.6
The Forge recipe "install mysql 5.6" will not work, because when the command is executed, some interaction is expected, eg. you will be asked whether or not you really want to upgrade and you will also be asked to specify a password for root user.
I upgraded my mysql-server this way, but i can't connect to the mysql server via ssh anymore.
Did you have similar issue?
anjorinjnr said:
Resolved the issue.
How? :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community