MariaDB won’t restart, no idea what this log is telling me
Following a bunch of automatic server updates MariaDB keeps crashing and will not restart. Pasted below are the last 100 lines of the mysqld log but I don’t know what I am looking for here… Then I try to restart mysql Any help would be greatly appreciated.
MySQL 1142 error, except it’s blank for the user name: SELECT command denied to user ”@’%’ for table `tablename’
What does this mean when the user name is blank with this typical error:
MariaDB general query log – ID meaning
I use MariaDB and I needed general query log for debugging my app DB statements. I wonder what ID column actually means? Is it connection ID?
Upgrading mariaDB from 10.3 to 10.11 InnoDB error
I tried updating my MariaDB server from 10.3 to 10.11.7 on my CentOS Stream virtual machine.
GROUP_CONCAT is not working with LIMIT in mysql but it does in mariadb
The following code works very well in mariadb but in mysql it does not work, what is the correct configuration for mysql or how could I solve it?