On this case, I’m using MariaDB 10.11 (LTS), and we want to move Data Directory to /srv...
Tag - MySQL
What is the InnoDB buffer pool a.k.a Innodb_buffer_pool_size?
InnoDB is a widely used storage engine for MySQL, which is an open-source relational database...
Reset MySQL Root Password How to ( On Ubuntu Server OS )
F*ck you MySQL n MariaDB developers! You always change the way to change the root password...
1114 (HY000): The table is full, It’s Time to Clear...
While trying to import the database file, I get an error 1114 (HY000): The table is full. Is my...
Finding Record Between Two IP Addresses on MySQL Tables, Can You...
MySQL function INET_ATON(‘ip_address’) Converting IP Address to Big Integer. One sample of use:...