Archives: Juli, 2008

SCHAPPY — 21. Juli 2008, 17:50

Tortoise SVN+SSH w/ Subclipse

In Windows don’t forget to set the environment variable „SVN_SSH=C:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe“. Restart eclipse and it should work.

SCHAPPY — 20. Juli 2008, 23:41

MySQL-Queries Across Various Servers

Imagine you have two or more isolated MySQL serves instances and you want to execute queries across different server instances. One possible way is to query each sevrer individually, gather the result and combine the results on the client. Another more comfortable way is to execute the query across a single prepared server instance which […]