Category Archives: mysql | mariadb

how to sort data in alias column on mysql

so i have been learning mysql syntax about a 5 days now and there is this LENGTH function in mysql that count string length in the column like this: SELECT id, LOWER(NAME) AS ‘Name Lower’, LENGTH(NAME) AS ‘Name Length’ FROM … Continue reading

Posted in mysql | mariadb | Leave a comment

failed to start mariadb 10.5 on Rocky Linux 8.9

so this is my first post in 2024, probably would write again regularly. today i try to install mariadb 10.5 on rocky linux 8.9 and it is sucessfully installed but it failed to start. this is the error message from … Continue reading

Posted in linux, my life, mysql | mariadb | Leave a comment