Business Blogs
Database Blogs
How to Change a MySQL Data Directory to a New Location on CentOS 7
Step 1 — Moving the MySQL Data Directory To prepare for moving MySQL’s data directory, let’s verify the current location...
Read MoreChange Document Root to /home
Step 1:- create new user in /home (With Strong Password) create public_html folder set 755 permission from new user...
Read MoreIF FTP Dosnt Work through PHP SCRIPT but Does Work through command line THEN follow the steps
run through root login Check your status by running: getsebool httpd_can_network_connect If you get: httpd_can_network_connect --> off This may be your...
Read MoreMount External Hard Drive in linux
On Server Login as root mount /dev/sdb1 /msbt_bkup_usb/ Before Command Run NAME ...
Read MoreIF Sever Doesnt Shutdown Properly
To Start mysql from one server to another ON 172.16.0.240 SERVER ... Application (Give Same IP in BLOG) SET ENFORCE [root@msbtedevweb22 ~]# setenforce 0 [root@msbtedevweb22...
Read MoreHow to install PHP 7.X in to CentOS 7.X
Step 1 : sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm Step 2 : sudo rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm Step 3 : sudo yum install...
Read More