Server-Sent Events(SSE)

Server-Sent Events(SSE) are used to implement real-time communication, where the server sends data to the client. In this article, we have discussed all the details of the SSE implementation. All the headers and options are covered in this article.

MySQL: Check Database and Table Size

This process will work in all cases, whether you are accessing your database through the command line or using any GUI tool (like MySQL Workbench or HeidiSQL). Because the size-related information is already saved in a specific MySQL table. Check the table named “TABLES” from the database “information_schema”, you will find all the information related to the sizes of the tables.