phpMyadmin installation and configuration
Related Posts
Mysql Innodb: InnoDB: ERROR: the age of the last checkpoint is InnoDB: which exceeds the log group capacity
STEP 01) Change the following in /etc/my.cnf [mysqld] innodb_log_buffer_size = 32M innodb_buffer_pool_size = 2G innodb_log_file_size…
Don’t wrap long lines in linux terminal
printf '\033[?7l' ls -l /a/folder/that/contains/files/with/long/names printf '\033[?7h'