Sign Up & Place Orders
You need to create an account, choose a plan that meets your requirements and budget based on the amount of storage, performance, and features you need, and place your order.
Express MySQL Plan
Basic MySQL Plan
Professional MySQL Plan
Advanced MySQL Plan
By taking these measures, you can reduce the risks associated with MySQL allowing remote connections from any host.
CREATE USER 'myuser'@'192.168.1.100' IDENTIFIED BY 'mypassword'; GRANT ALL PRIVILEGES ON mydatabase.* TO 'myuser'@'192.168.1.100';