Skip to content

blog about everything

Recent Posts

  • Running old Supermicro (x9 or older) IPMI KVM console
  • Downgrading Mysql 8 to MariaDB10 on DirectAdmin
  • Updating SuperMicro motherboard BIOS via IPMI using FreeDos bootable ISO
  • My $100 per month charity donation project
  • Flashing Yi 1080p Home Camera with custom firmware 2020 edition (ALLWINNER Chipset)

Categories

  • Everything Else
  • Tech Stuff
  • Uncategorized

Archives

  • February 2025
  • August 2024
  • May 2021
  • January 2021
  • October 2020
  • August 2020
  • July 2020
  • August 2019
  • June 2019
  • February 2019

 

  • about this blog

Month: August 2024

Downgrading Mysql 8 to MariaDB10 on DirectAdmin

In order to have a smooth downgrade on the DA server. You will need to perform the following

Stop mysql;

service mysqld stop

mv /var/lib/mysql /var/lib/mysql.bak

Edit my.cnf, comment out
mysql_native_password=ON

Run

da build mysql

Posted on 2024-08-152024-08-15Categories Tech StuffLeave a comment on Downgrading Mysql 8 to MariaDB10 on DirectAdmin
Proudly powered by WordPress