MariaDB 10.1.27 (do not update)

And 10.1.28 + 10.2.9 is now available :).

i noticed on 10.2.9 no new data entry is adding into the tables, i like to roll back.. any how to ? I changed the options.config to 10.1 but mysql wont start so i placed back 10.2

i like to roll back to 10.1.25
 
I believe you will need to re-install your MySQL/MariaDB server from a scratch if you want to downgrade:

1. create dumps of all DBs
2. rename original /var/lib/mysql to /var/lib/mysql.old (CentOS based) if you want to have it as backups
3. run /usr/local/directadmin/scripts/mysql.sh to get initial installation of MySQL/MariaDB
4. Update options.conf and run ./build mysql to install desired MySQL/MariaDB version
5. Import MySQL DBs.

related: https://mariadb.com/kb/en/library/downgrade-mariadb/
 
when i do this, i get 10.1.30

Im trying to roll back to 10.1.25, something seems to be wrong with .26, 28 and 10.2.*
 
when i do this, i get 10.1.30

Im trying to roll back to 10.1.25, something seems to be wrong with .26, 28 and 10.2.*

Uh i don't see official version higher then 10.1.28 at this time for the 10.1.xx

https://mariadb.org/category/announcement/
MariaDB 10.2.9, MariaDB 10.1.28 and MariaDB Connector/J Releases now available

If you mean
MariaDB 10.3.1 now available
that is Alpha new .... ;)
the 2nd alpha release in the MariaDB 10.3 series
 
Last edited:
With version 10.1.28, I got this bug:

InnoDB: Setting thread 25277 nice to 0 failed, current nice 12, errno 13

It took so long for restarting the service. Upgrading to 10.2.9, the problem is gone.
 
Back
Top