How do you install mysql server in Linux using apt-get command?
Here is a tutorial to learn how to install mysql server using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install mysql server -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of mysql server if it is running already.
Result of the Command Execution shown below:
r o o t @ h i o x : ~ a p t g e t i n s t a l l m y s q l s e r v e r y