documentation icon indicating copy to clipboard operation
documentation copied to clipboard

update mysql command to mariadb

Open Jcodeerd opened this issue 2 years ago • 4 comments

As seen on this screenshot, taken today, the mysql command will be deprecated when using MariaDB image

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

Jcodeerd avatar Sep 14 '23 21:09 Jcodeerd

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

Boy132 avatar Sep 15 '23 06:09 Boy132

AFAIK there's no specific date given yet, I've put it as v11.0.0+ for now

Jcodeerd avatar Sep 15 '23 19:09 Jcodeerd

Wy not put mariadb first? As that is what the default docs install.

QuintenQVD0 avatar Sep 17 '23 14:09 QuintenQVD0

Good point, I don't really think it matters (users should know whether they are using mariadb or mysqld), but I'll change it

Jcodeerd avatar Sep 20 '23 20:09 Jcodeerd