How do I create a new MySQL user and grant permissions in AWS RDS cloud service from the Linux command line?
[continue reading…]
MariaDB
How do I install Adminer on Ubuntu 20.04 LTS for database management over the web?
[continue reading…]
[continue reading…]
I am a new to MariaDB server and CentOS 8 sysadmin. How do I install MariaDB on CentOS 8 Linux server using the yum command?
[continue reading…]
[continue reading…]
How do I set up a LAMP stack on RHEL 8 cloud server or VPS or bare metal server? How can I install Linux, Apache, MySQL/MariaDB, PHP (LAMP) stack On RHEL (Red Hat Enterprise Linux) 8?
[continue reading…]
[continue reading…]
I am a new MariaDB user and RHEL 8 system adminstrator. How do I install MariaDB on RHEL 8 server using the yum command?
[continue reading…]
[continue reading…]
I am trying to login to my mysql/mysqld server using the following Unix command:
$ mysql -u foo -h 172.16.5.100 -p dbnmame
But greeted with the following error on screen:
ERROR 1129 (HY000): Host ‘172.16.5.100’ is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’
How do I fix this problem on a Linux or Unix-like system?
[continue reading…]
$ mysql -u foo -h 172.16.5.100 -p dbnmame
But greeted with the following error on screen:
ERROR 1129 (HY000): Host ‘172.16.5.100’ is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’
How do I fix this problem on a Linux or Unix-like system?
[continue reading…]