Run MySQL From Command Line In Windows

MySQL is a cross-platform database that can be also run and used in Windows operating systems. We can use the Windows MySQL command line server and client via the command line interfaces like MS-DOS or PowerShell. In this tutorial, we examine how to run MySQL via the command line interface in Windows. Run MySQL Database … Read more

How to Check/Display MySQL Version?

How to Check/Display MySQL Version?

MySQL is a very popular RDMS that is very actively used and developed. MySQL is created in 1995 and after that time a lot of versions are released. MySQL’s current major version is 8 and there are minor version numbers that are added after the major version like 10.3 etc. In this tutorial, we will … Read more