Misc Server Apps

The category contains misc server applications like database, web, application, dns, etc servers.

[How To] Enable MySQL Event Scheduler status

The event scheduler in MySQL needs to be enabled for some applications to work flawlessly. In this case, a small…

Read More »

[How To] Allow htaccess override in Apache

The htaccess override is by default disabled in the Apache Webserver. If you wish to enable htaccess override then small…

Read More »

[Solved] Another mysqld server running on port: 3306

MySQL is one of the most widely used open source relational database management tool (RDMS) based on structured query language…

Read More »

[How To] Automatically start Tomcat Service on boot in RHEL/CentOS/Ubuntu

The Apache Tomcat is widely use as an Web Application server. Sometimes, naive users are not aware how to start…

Read More »

MySQL Got error 28 from storage engine [Resolved]

The MySQL database backup can be taken using mysqldump command from command line in a Linux server. Sometimes, the following…

Read More »

[How To] Reset MySQL root password

MySQL root password is important if you want to access phpMyAdmin, secure MySQL command prompt access, etc. In case one…

Read More »
Back to top button