Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
Category: VPS Setup
apt update && apt install mysql-server
mysql_secure_installation
My$qlUbunt!
remove test DBs) and start withsystemctl start mysql
ufw allow 3306/tcp
ufw allow from 192.168.1.100 to any port 3306
ufw enable
) Test withmysql -u root -p
netstat -tulnp | grep 3306