documentation
documentation copied to clipboard
update mysql command to mariadb
As seen on this screenshot, taken today, the mysql command will be deprecated when using MariaDB
I do have a few questions though,
- Do I also have to change the references from "MySQL" to "MariaDB" in the guides?
- Should I also change the command for the legacy installation guide? panel/0.7/getting_started.md
As we support both mysql and mariadb I would say it's better to add both commands. Similar to how nginx & apache commands are separated. Something like:
# If using MySQL
mysql -u root -p
# If using MariaDB (version x+ [whatever version they will rename it])
mariadb -u root -p
- Do I also have to change the references from "MySQL" to "MariaDB" in the guides?
- Should I also change the command for the legacy installation guide? panel/0.7/getting_started.md
No and no
AFAIK there's no specific date given yet, I've put it as v11.0.0+ for now
Wy not put mariadb first? As that is what the default docs install.
Good point, I don't really think it matters (users should know whether they are using mariadb or mysqld), but I'll change it