demojoel Posted July 15, 2012 Share Posted July 15, 2012 Is it possible to link 2 servers to 1 database? If so how? Link to comment
Callum Posted July 15, 2012 Share 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. Link to comment
rolling11 Posted July 18, 2012 Share 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 Link to comment
Jaysds1 Posted July 22, 2012 Share 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 Link to comment
robhol Posted July 22, 2012 Share 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. Link to comment
Recommended Posts