AlcapDAQ  1
mysql.h
Go to the documentation of this file.
1 #ifndef mysql_h
2 #define mysql_h
3 
4 #define MYSQL_SERVER "mysql://dolphin.psi.ch/musun"
5 #define MYSQL_USER "webguest"
6 #define MYSQL_PASSWD ""
7 
8 #include "TSQLServer.h"
9 #include "TSQLResult.h"
10 #include "TSQLRow.h"
11 
12 #endif