InterviewSolution
Saved Bookmarks
| 1. |
Multiple MySQL servers can be run on the same machine.(a) True(b) FalseI have been asked this question in class test.This is a very interesting question from Using Backups for Data Recovery topic in division Database Maintenance, Backups and Replication of MySQL |
|
Answer» RIGHT choice is (b) False The best explanation: It is useful to run multiple SERVERS on the same machine under certain circumstances. A new MySQL RELEASE can ALSO be tested while leaving the CURRENT production server in place. |
|