Linux : perl error and Quick fix

I was running some perl related thing s on my server .

i got an error

could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.8/XML/SAX

After searching  i found this will fix the issue very quick .

Just run this command with root privillage and the nyou can continue your perl related stuff .

perl -MXML::SAX -e “XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()”

Continue reading Linux : perl error and Quick fix

Linux : Error: mysql: Got a packet bigger than ‘max_allowed_packet’ bytes

I a small user on mysql Database .Today i have to restore the Data only DB from old server to new server . i faced aerror

Error: mysql: Got a packet bigger than ‘max_allowed_packet’ bytes

Here is the way to fix this issue .

I am using CentOS

/etc/my.cnf Default file

[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql

Continue reading Linux : Error: mysql: Got a packet bigger than ‘max_allowed_packet’ bytes

linux : How do I enable EPEL (Extra Packages for Enterprise Linux) repo and install the packages under CentOS Linux?

How do I enable EPEL (Extra Packages for Enterprise Linux) repo and install the packages under RHEL / CentOS Linux?

EPEL (Extra Packages for Enterprise Linux) is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages that complement the Fedora-based Red Hat Enterprise Linux (RHEL) and its compatible

Continue reading linux : How do I enable EPEL (Extra Packages for Enterprise Linux) repo and install the packages under CentOS Linux?

Tips : How To Skip 60 seconds When Downloading DepositFiles

Here the steps: 1. After you click “Free Downloading” 2. After that, the Countdown begins 3. As soon as the countdown begins goto your browsers menu bar and click on VIEW >>PAGE STYLE>> NO STYLE 4. And then the Download Button will appear… click on it and start downloading….

NOTE:

This tips is using

Continue reading Tips : How To Skip 60 seconds When Downloading DepositFiles

AutoMySQLBackup: Regularly Backup Your MySQL

AutoMySQLBackup is one of the great tools to backup multiple databases, compress the backups, back up remote databases, and email the logs. AutoMySQL lets you take daily, weekly and monthly backups of your MySQL databases using mysqldump (MySQL function to backup the databases).

Install AutoMySQLBackup:

1. Install AutoMySQLBackup:

root@K:/home/kartook# apt-get install AutoMySQLBackup

2. Configure AutoMySQLBackup:

Continue reading AutoMySQLBackup: Regularly Backup Your MySQL