Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

How to Allow MySQL remote connections in Ubuntu Server

CREATE USER 'username'@'%' IDENTIFIED BY 'new-password';
FLUSH PRIVILEGES;
Source by www.configserverfirewall.com #
 
PREVIOUS NEXT
Tagged: #How #Allow #MySQL #remote #connections #Ubuntu #Server
ADD COMMENT
Topic
Name
1+2 =