Archive
All posts
Lessons
Do Not Use phpMyAdmin
Web-based database management tools like phpMyAdmin are widely used due to their ease of use and accessibility. However, there are significant security and performance…
RedHat
Installing PostgreSQL on RHEL
Step-by-Step Guide Enable PostgreSQL to start on boot: If PostgreSQL is running, you should see an active (running) status.
RedHat
Installing MariaDB on RHEL
Step-by-Step Guide Add the following content to the file: Enable MariaDB to start on boot: This script will prompt you to set a root…
Debian
Installing PostgreSQL on Debian
Step-by-Step Guide If PostgreSQL is running, you should see an active (running) status. You will be prompted to enter the password for the new…
Debian
Installing MariaDB on Debian
Step-by-Step Guide This script will prompt you to set a root password, remove anonymous users, disallow root login remotely, remove test databases, and reload…