
July 3, 2025
How to Create MySQL User
MySQL is a popular relational database management system, and in this post, I will show you how to create a MySQL user. When you first install MySQL on your computer, by default, it comes with a root user who has all privileges in the DBMS. It is...
Read
June 7, 2024
Simple HTTP Server With Python
A web server is software that processes, stores, and transfers data over the internet. The data transferred by a web server is just text that moves between the browser and the server. The text is then read by a browser to display the website. Today, web...
Read