Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install mysql linux mint

# Make sure your system is up to date
sudo apt update

# Next, install the MySQL server (press "y" when prompted)
sudo apt install mysql-server

# Now, you can verify the installation and check the version
mysql --version

# The MySQL "service" should start automatically after it is installed,
# you can verify the status by using the following command:
sudo systemctl status mysql

# Next, run the mysql_secure_installation script (Follow the prompts to set up
# some variables and to set your secure password)
sudo mysql_secure_installation

# You should now be able to start MySQL from the commandline:
sudo mysql

# I hope that this helps, and, I wish you the best of luck with your project :)
Comment

PREVIOUS NEXT
Code Example
Shell :: unzip xz file linux 
Shell :: git merge continue 
Shell :: ubuntu install libc6-dev-i386 
Shell :: how to install arduino ide on ubuntu 
Shell :: git discard local changes 
Shell :: size of directory powershell 
Shell :: how to open bash_profile 
Shell :: grep docker logs 
Shell :: get wifi password windows 10 
Shell :: bash counter 
Shell :: ifconfig not found ubuntu 20.04 
Shell :: git list remote tags 
Shell :: upgrade beautifulsoup version 
Shell :: odd even in shell script 
Shell :: how to logout of git in terminal 
Shell :: install ngrok ubuntu 
Shell :: windows npm install permission denied 
Shell :: get kubernetes join command 
Shell :: uninstall vscode ubuntu 
Shell :: ubuntu 20.04 pip2 install 
Shell :: gnome alt tab do not show other workspace 
Shell :: download library to read text from a pdffile python 
Shell :: install xelatex ubuntu 
Shell :: get mac address ubuntu 
Shell :: linux command how much ram 
Shell :: kubectl connect eks 
Shell :: create branch with local changes 
Shell :: github ssh key ubuntu 
Shell :: install vscode ubuntu 20.04 
Shell :: apache google 2fa 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =