D dxoa Verified User Joined Oct 26, 2020 Messages 18 Sep 14, 2022 #1 How to install mysql 5.7 directly with DirectAdmin? Auto-install it is MariADB 10.6
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,468 Location UA Sep 15, 2022 #2 If you are talking about fresh DA install - you can run it in interactive mode: wget https://download.directadmin.com/setup.sh chmod +x setup.sh export DA_INTERACTIVE_CUSTOMBUILD=yes ./setup.sh KEY-KEY-KEY
If you are talking about fresh DA install - you can run it in interactive mode: wget https://download.directadmin.com/setup.sh chmod +x setup.sh export DA_INTERACTIVE_CUSTOMBUILD=yes ./setup.sh KEY-KEY-KEY
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 9,088 Location LT, EU Sep 15, 2022 #3 Alternatively, it can be done this way: https://docs.directadmin.com/gettin...ning-the-installation-with-predefined-options Code: export mysql_inst=mysql export mysql=5.7 bash <(curl -fsSL https://download.directadmin.com/setup.sh) 'Provided license key should go here' Please note AlmaLinux/RockyLinux 8/9 supports MySQL 8.0 only.
Alternatively, it can be done this way: https://docs.directadmin.com/gettin...ning-the-installation-with-predefined-options Code: export mysql_inst=mysql export mysql=5.7 bash <(curl -fsSL https://download.directadmin.com/setup.sh) 'Provided license key should go here' Please note AlmaLinux/RockyLinux 8/9 supports MySQL 8.0 only.
D dxoa Verified User Joined Oct 26, 2020 Messages 18 Sep 15, 2022 #4 export DA_SKIP_MYSQL_INSTALL=true Install centos 7. I use this script to first skip it...