If you have the domain “yourdomain.com” then you can create ns1.yourdomain.com and ns2.yourdomain.com as your own private nameserver. This guide will show you how to register a new private nameservers...
To check if MySQL Server is installed, use the following command:
# rpm -qa | grep mysql
Check the output:
mysqlclient10-3.23.58-4.RHEL4.1
libdbi-dbd-mysql-0.6.5-10.RHEL4.1
mysql-4.1.20-1.RHEL4.1
mysql-devel-4.1.20-1.RHEL4.1
If mysql-server* package is not there, means you haven’t installed the mysql-server package.
To...
Webmin is a web-based interface for system administration for Unix/Linux. By using any modern web browser, you can setup user accounts, Apache, DNS, emailsĀ and so on without needed to...
In kloxo its very easy to setup DNS. Before you create your own nameserver, first you will have to decide what nameservers you want to set on your VPS or...
Just installed CentOS and tried to run the yum tool to install MySQL Server:
# yum install mysql-server
But I keep getting the same result, Here is the error:
# yum install mysql-server
Setting...
After a month of being offline caused by security breach at Kernel.org, they’re now back. However, they had to take some time to reconstruct the site in order to improve...
To check if MySQL Server is installed, use the following command:
# rpm -qa | grep mysql
Check the output:
mysqlclient10-3.23.58-4.RHEL4.1
libdbi-dbd-mysql-0.6.5-10.RHEL4.1
mysql-4.1.20-1.RHEL4.1
mysql-devel-4.1.20-1.RHEL4.1
If mysql-server* package is not there, means you haven’t installed the mysql-server package.
To...