The basic method to backup databases is to use the mysqldump utility.
mysqldump
Usage of this utility is as follows:
mysqldump DB_NAME > DB_NAME.sql
This would dump the database DB_NAME to the file DB_NAME.sql with no compression.
For this suggestion:Run OPTIMIZE TABLE to defragment tables for better performanceRun this...
User the below code to clear Error Log:Replace User with Username:Code:for i in `find...
The php.ini file and changing PHP Settings The php.ini file is a special file for PHP and...
1. Create php.ini file inside your public_html folder, OR the folder in which you have...
1: Create .htaccess file inside your public_html folder, OR the folder in which you have...
Copyright © 2024 ARYAN ICT Solutions, LLC.. All Rights Reserved.