Category: MySQL
-
Install MySQL On Ubuntu
MySQL was created by a Swedish company and is a widely used open-source relational database management system for use in web applications. To start with the install, type the following in a terminal window sudo apt-get install mysql-server You will be asked to provide an administrative password for MySQL use and then it will ask…