How to add a DNS zone in PDNS?

To add the DNS zone in PDNS, you will need to login to the link below :- https://dns.ipserverone.com/ Then follow the following steps :- Search for your domain :- Click on the edit button (icon next to delete image) Edit the DNS records Click on “Commit Changes”

How To Setup SpamExperts DNS Records in CloudFlare

1. Login to your Cloudflare and select DNS.   2. Remove all pre-existing MX records.   3.  Add the following MX records for SpamExperts: Name : [domain.com] antispam-01.small-dns.com.  – 10 Priority antispam-02.small-dns.com.  – 20 Priority antispam-03.small-dns.com.  – 30 Priority antispam-04.small-dns.com.  – 40 Priority   4. Add an SPF record to allow the mail server to

How to Use Google Public DNS on PC

Google Public DNS is the preferred DNS and is known for being fast, accurate and no restriction. Step 1 – Navigate to Control Panel  >>  Network and Internet  >> Network and Sharing Center  >>  Change Adapter Settings. Step 2 – Select the connection that you want to configure Google Public DNS. For example: – To

How To Use Custom Domain With Blogger?

If you are a blogger who wants his own domain and continue to use Blogger’s own blogging engine, you may do so by following the guide below. Step 1 – Login into your Blogger account. Step 2 – Click on “Settings” and then “Basic”. Step 3 – Click on “Add a custom domain” under “Blog

Optimising MySQL databases in DirectAdmin

Should you encounter slow loading webpages, it may be helpful to attempt optimising the database of the webpage.  Doing so may help improve the loading speed of the webpage. This tutorial will cover how to optimise your database for systems running DirectAdmin. Database Optimisation in DirectAdmin 1. Login to Directadmin. 2. Click MySQL Management. 3.

Example for JSP MySQL connection

 JavaServer Pages (JSP) is a Java standard technology that enables you to write dynamic, data-driven pages for your Java web applications.  Below is the example of  MySQL database access using JSP. <%@ page import = “java.sql.*”%>Obtaining a Connection <% Connection conn=null; ResultSet result=null; Statement stmt=null; ResultSetMetaData rsmd=null; try { Class c=Class.forName(“com.mysql.jdbc.Driver”); } catch(Exception e){ out.write(“Error!!!!!!”

How To Enable MySQL Query Log

It is best to enable MySQL query log so that you can backtrack your codes and steps for troubleshooting purposes. To do so, you will need to edit your MySQL configuration file. Step 1 – Login into your web server via SSH. Step 2 – Edit your MySQL configuration file by running the following commands.

Install phpMyAdmin on WebsitePanel

phpMyAdmin is a software tool used for administrating SQL databases over the Web, providing various functionalities such as the ability to execute SQL statements as well database management operations. 1. Download the installation package from here. 2. Unzip the package and extract the phpmyadmin folder into your domain root folder C:\inetpub\wwwroot\ 3. Access phpMyAdmin from your

How to Upgrade MySQL Version with DirectAdmin CustomBuild

If your server has DirectAdmin installed as the control panel with the CustomBuild plugin, MySQL can be updated with the following steps:   1. Navigate to the custombuild folder # cd /usr/local/DirectAdmin/custombuild   2. Edit the options.conf as below: # mysql=5.1 # mysql_inst=yes # mysql_backup=yes **MySQL: possible values are 5.0, 5.1, 5.3, 5.5, 5.6