In order to restore a particular table from an entire DB DUMP first we need to extract the content of that particular table from the entire DB dump. Note: Please be…
In order to restore a particular table from an entire DB DUMP first we need to extract the content of that particular table from the entire DB dump. Note: Please be…
Converting existing MySQL Database Tables from MyISAM to InnoDB can be done from PHPMyAdmin but if there are too many tables the following script may help you to convert all…
Setting Up MySQL Replication (Master-Slave) – PART 2 My Environment : MySQL Server 01 – Master : 192.168.10.10 MySQL Server 02 – Slave : 192.168.10.11 DB To Replicate – hdada Things to Remember : 1. MySQL…
Setting Up MySQL Replication (Master-Slave) – PART 1 My Environment : MySQL Server 01 – Master : 192.168.10.10 MySQL Server 02 – Slave : 192.168.10.11 DB To Replicate – hdada Things to Remember : 1. MySQL…
Copyright © 2019 | iamemhost.com . All rights reserved.