to install use the following command: sudo apt-get install mysql-server
(make sure internet is active)
to start using mysql use mysql -u root -p and enter password
to install mysql in windows download mysql software downlode now and install by simply clicking it
to uninstall mysql in ubantu use the command : sudo apt-get remove mysql-server
(make sure internet is active)
to start using mysql use mysql -u root -p and enter password
to install mysql in windows download mysql software downlode now and install by simply clicking it
to uninstall mysql in ubantu use the command : sudo apt-get remove mysql-server
Comments
Post a Comment