Sometimes when you Import database using phpMyAdmin,generally you are importing a written text file with a .sql extension. In this example, the database we are trying to import is known as wordpress_3 . When using phpMyAdmin to import such a file,receive an error message similar to: In this situation, my cPanel login name is kashifta. […]
How to enable FTP over SSL/TLS (FTPS) {Cpanel/Whm}
SFTP is only available to cPanel users for secure connection you can use FTP over SSL/TLS. To enable TLS Encryption Support from WHM Go to: Main >> Service Configuration >> FTP Server Configuration Set TLS Encryption Support to optional On the FTP client use server type as follows: Host: domain or Ip Port : 21 Server Type […]
FTP: Getting Started Guide
What is FTP: FTP stands for File Transfer Protocol,and is used to upload and download from your web hosting service account. FTP is a good way to exchange your files to the server because you can move all your files at once to the directory on your server instead of uploading one file at a […]
How to set passive mode in Filezilla FTP client
If you experience issues using FileZilla, it is possible that a firewall program on your system is disrupting with the connection. Modifying the “transfer mode” in the FileZilla configurations will usually fix this. […]
How to view php settings using a phpinfo page
PHP has many variables that you are able to upgrade as required. For example, you may need to upgrade your php memory_limit to avoid certain programs from running out of memory. To be able to modify these settings, you must first be able to check what they are. To do that, you will need to […]
How to make php.ini file recursive
The PHP settings defined in your php.ini file are not recursive.it means that they do not modify settings in any sub directories of the current directory . For example. […]
Changing the maximum upload size in php.ini
There are a few typical errors that happen in WordPress platforms and other PHP-based applications that use the php.ini for certain configurations. One of the most typical of these configurations is the maximum upload file size (“upload_max_filesize”). This is a setting generally discovered within a file known as php.ini. […]
MySQL Error:Access denied for user ‘root@localhost’
Access denied error occurs normally when you are not using the correct password and you have to reset the password if not sure. You can reset the password by following the steps listed below. […]
Error : No web page was found for the web address: “..databases/phpMyAdmin/export.php”
Yesterday,I published a post covering; How to fix the missing database in cPanel.Now here I am going to cover another MySQL error,Which you may get when trying to export database. Actual error is: Just follow the steps below to fix the error: Make sure the file export.php is actually there. If the file is present […]
How to fix the missing Databases in cPanel
Recently we have talk a lot about MySQL error on this blog and we actually want to continue talking with you about this. After upgrading our cPanel, many of our customers indicated that databases were missing from their cPanels,In this case you may find the databases under /var/lib/mysql directory via shell, but missing in cPanel interface. There […]