Database Server

The category contains database server applications like mysql, postgresql, mssql, etc.

How to enable MySQL event scheduler using command line

The management of events, or tasks that run on a timetable, is handled by the MySQL Event Scheduler. The MySQL…

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 fix MySQL 1030 Got error 28 from storage engine error

While performing various MySQL database operations like create, backup, etc., you may run into the below error message 1030 Got…

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 »

MySQL ERROR 1381 (HY000): You are not using binary logging [Resolved]

The following MySQL error might occur if you are using MySQL replication and binary logs. mysql> show binary logs; ERROR…

Read More »

MySQL replication problem: ‘show master status’ shows ‘Empty set (0.00 sec)’

In MySQL replication, you setup master and slave MySQL server. On master server, while checking the master status, you might…

Read More »
Back to top button