July 12, 2021 in MySql, Php, Technology, Tips and Tricks
July 6, 2021 in MySql, Technology, Tips and Tricks
Developer Setup: Multiconnect on Minikube This document shows you how to set up a developer machine installation of the WhatsApp Business API client with Multiconnect on Minikube. Before you start any of these set ups, check our list of requirements. To set up a High Availability cluster, follow these steps: Create a biz directory for the setup scripts […]
July 5, 2021 in MySql, Only Happened In India, Php, Technology, Tips and Tricks
Server migration checklists Validation Checklist Set the hosts file to locally load services Check to see if all required services are functioning Check your site for 404 errors, 500 errors, PHP warnings, etc. Update all server software to the latest version Tune LAMP performance (Apache, MySQL, PHP) Test the cron Check email deliverability and email records […]
June 28, 2021 in MySql, Tips and Tricks, Ubuntu
Delete all of /var/log? If you delete everything in /var/log, you will most likely end up with tons of error messages in very little time, since there are folders in there which are expected to exist (e.g. exim4, apache2, apt, cups, mysql, samba and more). Plus: there are some services or applications that will not […]
June 5, 2021 in Learning, MySql, Technology, Tips and Tricks
1. What is clustering in MySQL? 2. What Is comment in MySQL? 3. Why clustering is used in MySQL? 4. How comment is useful in MySQL? 5. Column level, Table level, Database level comment.
May 31, 2021 in MySql, Tips and Tricks
*Mysqldump command for backup of databases, tables *Mysql command for restore database *How to take backup of mysql database?*How to restore mysql database from backup?*What command is used for MySQL database backup, MySQL database restore?
The most commonly used storage engine in MySQL are MyISAM and InnoDB. With these storage engine there are some advantages and disadvantages according to application needs. As you all know, the default storage engine chosen by MySQL database is MyISAM. The main difference between MyISAM and INNODB are : MyISAM does not support transactions by […]