MySQL server is currently offline. Error: Too many connections at /usr/local/cpanel/Cpanel/Mysql.pm line 173.

phpMyAdmin and MySQL Databases in cPanel were displaying me the below error – ============================================================== The MySQL server is currently offline. Error while connecting to MySQL: (XID 98u48v) Database Connect Error: Too many connections Error while connecting to MySQL: (XID 98u48v) Database Connect Error: Too many connections at /usr/local/cpanel/Cpanel/Mysql.pm line 173. ============================================================== Sites on server were …

MySQL server is currently offline. Error: Too many connections at /usr/local/cpanel/Cpanel/Mysql.pm line 173. Read More »

Install PHP-SSH2 extension in cPanel

PHP SSH2 extension to be loaded into the cPanel server as this module is not available inside EasyApache. We need to install it separately and integrate to the current configuration using below steps – 1. Download and install libssh2 from this website, http://www.libssh2.org/snapshots/ $ cd /usr/local/src $ wget http://www.libssh2.org/snapshots/libssh2…319.tar.gz $ tar -xzf libssh2-1.4.0-20120319.tar.gz $ cd …

Install PHP-SSH2 extension in cPanel Read More »

Error: Website not found. If the website was recently renamed or moved please edit the install to save the new location (Files & Tables tab.

[ad_1] I was getting below error when opening installatron for all installs – Error message – Error: Website not found. If the website was recently renamed or moved please edit the install to save the new location (Files & Tables tab). 1. Remove the installatron installation and then import the site back into installatron. 2. …

Error: Website not found. If the website was recently renamed or moved please edit the install to save the new location (Files & Tables tab. Read More »

ERROR :Tablespace for table exist. Please DISCARD the tablespace before IMPORTANT

[ad_1] While creating the table from cPanel >> PHPMyAdmin>> SQL, I was getting below error – ERROR 1050 (42S01): Table ‘`database_name`.`table_name`’ already exists ERROR 1813 (HY000) at line 25: Tablespace for table ‘ ‘`database_name`.`table_name`’ exists. Please DISCARD the tablespace before IMPORT. Below was the query which I was trying to fire while creating the table …

ERROR :Tablespace for table exist. Please DISCARD the tablespace before IMPORTANT Read More »

Auto Index is disabled for the directory, access denied : 403 forbidden.

While accessing the directories of website (http://webiste_name/directory_name) getting 403 forbidden error with below error logs – Auto Index is disabled for [/home/cPanel_username/public_html/directory], access denied 1. ‘.htaccess’ issue –      # Don’t show directory listings for URLs which map to a directory.        Options -Indexes I’ve commented the above code in the .htaccess …

Auto Index is disabled for the directory, access denied : 403 forbidden. Read More »

A DNS entry for ‘domain_name’ already exists. You must remove this DNS entry from all servers in the DNS cluster to proceed.

[ad_1] While adding addon domain under cPanel, I was getting error as below – A DNS entry for ‘domain_name’ already exists. You must remove this DNS entry from all servers in the DNS cluster to proceed. 1. Please make sure the domain which you are trying to add the addon domain should not present as …

A DNS entry for ‘domain_name’ already exists. You must remove this DNS entry from all servers in the DNS cluster to proceed. Read More »

#1227 – Access denied; you need (at least one of) the SUPER privilege(s) for this operation.

[ad_1] While running one query from cPanel >> PhpMyAdmin, I was getting this error message – #1227 – Access denied; you need (at least one of) the SUPER privilege(s) for this operation 1. Please make sure you have root access with all the privileges. 2. If you’ve root access then please make below changes in …

#1227 – Access denied; you need (at least one of) the SUPER privilege(s) for this operation. Read More »