Support the ongoing development of Laravel.io →
posted 10 years ago
Database

Sorry this is more like a question about forge, but I don't know where else might be a better place to ask this question. I'm really new to server management, and that's why I'm using forge. The problem I ran into is that my app's been using mysql 5.6 features (fulltext search wiht InnoDB), but forge installs mysql 5.5 by default. I don't really know how to upgrade mysql to 5.6. Can you guys please point me to the right direction? Can I still work with forge if I want mysql 5.6 or will I be better off without it?

Thanks so much!

Last updated 3 years ago.
0

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.

Last updated 3 years ago.
0

I upgraded my mysql-server this way, but i can't connect to the mysql server via ssh anymore.

Did you have similar issue?

Last updated 3 years ago.
0

Resolved the issue.

Last updated 3 years ago.
0

anjorinjnr said:

Resolved the issue.

How? :)

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

xw1992 xw1992 Joined 20 Jul 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.