Installation
Possible Causes The database could have become corrupted. There is not enough space available for the SQL Server to recover the database during startup. The database cannot be opened due to [...]
DO NOT INSTALL GIT ON WHM SERVER! Because it’s already installed, It’s just not in path and you can’t use it. There are two ways of doing this: 1. WHM/root way that will make gi [...]
Create a repo file under /etc/yum.repos.d/. sudo nano /etc/yum.repos.d/mariadb.repo And put the following text into the file. # MariaDB 10.1 CentOS repository # http://downloads.mariadb.org/ma [...]
# -*- mode: ruby -*- Vagrant.configure("2") do |config| config.vm.box = "centos/7" config.vm.box_check_update = true # Any Port you want to forward config.vm.network "forwarded_port", [...]
This is a common error we have seen several time. "Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made ava [...]
1. Installing Maria DB Server: # yum -y install mariadb-server mariadb Then we create the system startup links for MySQL (so that MySQL starts automatically whenever the system boots) and start [...]
Step 1: Download Webmin RPM # cd /opt # wget http://www.webmin.com/jcameron-key.asc # wget http://prdownloads.sourceforge.net/webadmin/webmin-1.680-1.noarch.rpm Step 2: Install Webmin Using rpm [...]
Step1. Type “CMD.EXE” in the start menu search bar, then right click the cmd.exe link and select “Run as Administrator” Step2: In the command window, type: netsh and press enter. St [...]
From a command shell, you will run the following commands: sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart N [...]
Fixing Error 2738 on Windows 7 32-bit Step 1: Open a command line window as Administrator, by clicking Start, typing cmd in the search box Step 2: Right-click on the cmd.exe program and choose [...]