Skip to main content

OnlineSupport4u

Mysql Upgrade Process

By PrasadNaik
March 28, 2019

While upgrading mysql in server make sure you make a backup of existing mysql using commmand mysqldump --all-databases > all_databases.sql Once you have complete backup , You can proceed with with upgrade of mysql.

Read More

How to restart ipaliases in centos 7

By PrasadNaik
December 14, 2018

Please run the command given below to restart ipaliases in centos 7 server with cpanel /usr/local/cpanel/etc/init/scripts/centos/ipaliases restart  

Read More

/tmp is 100% due to Mysql

By PrasadNaik
September 21, 2018

Was having an issue where /tmp was getting 100% full every few minutes on investigation i see the files of 3Gb over there in /tmp #sql_436_0.MAD ddvps20 tmp]# ls -al total 3779332 drwxrwxrwt 12 root root 4096 Sep 21 10:24 . dr-xr-xr-x 21 root root 4096 Sep 21 09:17 .. drwxrwxrwt 2 root root 4096 […]

Read More

Install Imagemagick on easyapache4

By PrasadNaik
August 13, 2018

yum install ImageMagick-devel ImageMagick-c++-devel ImageMagick-perl /usr/bin/convert --version /opt/cpanel/ea-php56/root/usr/bin/pecl install imagick

Read More

[ERROR] Can’t init tc log Mariadb

By PrasadNaik
March 30, 2018

2018-03-30 2:06:19 139671858284288 [Note] InnoDB: Dumping buffer pool(s) not yet started 2018-03-30 2:06:19 139672598403328 [Note] Plugin ‘FEEDBACK’ is disabled. 2018-03-30 2:06:19 139672598403328 [Note] Recovering after a crash using tc.log 2018-03-30 2:06:19 139672598403328 [ERROR] Can’t init tc log 2018-03-30 2:06:19 139672598403328 [ERROR] Aborting Was getting above error in mysql errorlog The solution to this issue was […]

Read More

Column count of mysql.user is wrong

By PrasadNaik
March 26, 2018

Was getting below error while trying to create mysql user in cpanel Error from MySQL query :(XID 5yuvwf) The system received an error from the “MySQL” database “mysql”: 1805 (Column count of mysql.user is wrong. Expected 43, found 39. The table is probably corrupted): The migration used a “mysqldump –all-databases” so it included the “mysql” […]

Read More

The system could not create the user “triltch” because it conflicts with an unmanaged MySQL database user and an unmanaged PostgreSQL database user

By PrasadNaik
February 21, 2018

While creating a new account in server was getting below error The issue was due to mysql user already being present in server root@srv1 [~]# /scripts/wwwacct trill.com tritch hood773ud +===================================+ | New Account Info | +===================================+ | Domain: trill.com | UserName: tritch | PassWord: hood773ud +===================================+ This ok? yes Checking input data……Done Validating system setup……Done […]

Read More

Secure Connection Failed while accessing IPMI

By PrasadNaik
November 8, 2017

Secure Connection Failed An error occurred during a connection to 216.1x.1xx.xxx. You have received an invalid certificate. Please contact the server administrator or email correspondent and give them the following information: Your certificate contains the same serial number as another certificate issued by the certificate authority. Please get a new certificate containing a unique serial […]

Read More

Disable WordPress plugins from PHPmyadmin

By PrasadNaik
September 19, 2017

You can easily disable all WordPress plugins directly from your database. This is useful when you have problems with your WordPress installation, such as not being able to log in to the admin Dashboard, or having blank pages on the website. If you don’t know which is the database used by your WordPress website, you […]

Read More
1 9 10 11 15