ndzlogo-1-1
0%
Loading ...

INDIA – HEADQUARTERS

INDIA

UNITED STATES

CANADA

InnoDB

  MyISAM and InnoDB are two most commonly used storage engines of MySQL database. However, MyISAM is the default storage engine chosen by MySQL database, when creating a new table. The default engine is MyISAM which is very fast but does not support higher level...

Remove e-mail accounts in plesk server

There might be instances when the removal of email accounts from frontend fails in plesk control panel. One of the following 2 methods can be used to resolve the issue: ♦ Remove the mail account via SSH. # /usr/local/psa/bin/mail –remove email@domain.tld ♦ If...

500 OOPS: cannot change directory:/home/$user

  In some cases you may get an error as 500 OOPS: cannot change directory:/home/$user when you try to connect to FTP, the error is coming up why because ‘selinux’ is enabled in the server. If you are getting the error as 500 OOPS: cannot change...

Enable Innodb in cPanel server

To Enable innodb in cpanel server♦ First check if Innodb is enabled or not. # mysqladmin variables | grep have_innodb ( To check Innodb enabled or not ) | have_innodb | No OR mysql> show engines; ♦ Edit the configuration file # vi /etc/my.cnf #skip-inndob ( comment...