demojoel Posted July 15, 2012 Posted July 15, 2012 Is it possible to link 2 servers to 1 database? If so how?
Callum Posted July 15, 2012 Posted July 15, 2012 The newer SQL functions (prefixed with 'db') allow you to specify remote databases. Therefore you can remotely link as many servers as you like, to a single database.
rolling11 Posted July 18, 2012 Posted July 18, 2012 The newer SQL functions (prefixed with 'db') allow you to specify remote databases. Therefore you can remotely link as many servers as you like, to a single database. he also asked "HOW" Callum
Jaysds1 Posted July 22, 2012 Posted July 22, 2012 The newer SQL functions (prefixed with 'db') allow you to specify remote databases. Therefore you can remotely link as many servers as you like, to a single database. he also asked "HOW" Callum , well, Depends which type of database you want to link your 2 servers to. SQL --Local Database or MySQL --Online Database
robhol Posted July 22, 2012 Posted July 22, 2012 The newer SQL functions (prefixed with 'db') allow you to specify remote databases. Therefore you can remotely link as many servers as you like, to a single database. he also asked "HOW" Callum , well, Depends which type of database you want to link your 2 servers to. SQL --Local Database or MySQL --Online Database The local database you're thinking about is SQLite. SQL is the name of the "language". And MySQL can just as easily be local.
Recommended Posts