Backup MySQL db and web directory to FTP server – Shell Script
This shell script will create the backup of a database, archive the mention web directory, archive the backup directory then upload it on ftp server
This shell script will create the backup of a database, archive the mention web directory, archive the backup directory then upload it on ftp server
It the issue in new version, follow just few steps, to resolve this issue 1. check your php version i. php -v (if you using command line) ii. Or use this code to check from web ( …
Now a days, its easy to change table prefix of any WordPress site by using phpMyAdmin By default WordPress table prefix is starting with wp_ , and we recommend, it should be different on every WordPress domain,if you are installing…