MySQL Allow Remote Connections

mysql

MySQL Allow Remote Connections To allow remote connection from remote to MySQL database lets create new user “[email protected]” with password -PaSSworD from command prompt: mysql> CREATE USER ‘remote’@’10.110.2.25’ IDENTIFIED BY ‘PaSSworD’;   Grant all privilegies to user [email protected] with password… Continue Reading

How to Setup PowerDNS PowerAdmin Web GUI

How to Setup PowerDNS PowerAdmin

How to Setup PowerDNS PowerAdmin Web GUI   In this article i will show how to install PowerDNS PowerAdmin Web GUI. First I will show how to install PowerDNS on CentOS. Our PowerDNS setup will use MySQL database in backend.… Continue Reading