MySQL Backup and MySQL Restoreسُلَيْمَان بْن دَاوُوْدJan 5, 20251 min readMySQL Backup from Command lineRestore MySQL from command lineConnect to different host on different ports in a way similar to this way of logging in
MySQL Stored Procs/Stored Function/TriggersDemonstration of a Stored Procedure Demonstration of Stored Function Demonstration of a Trigger Sample PDF for Codes can be downloaded here
Useful SQL Queries in Wordpress1- Delete unapproved comment DELETE from wp_comments WHERE comment_approved IN ('0','trash','spam','post-trashed') 2- Delete all...
Comments