Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/Database/MySQLclient
- Timestamp:
- 02/01/13 14:48:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/Database/MySQLclient
v3 v4 15 15 const char* server = "192.168.1.106"; 16 16 const char* user = "pi"; 17 // const char* password = "mysql848";18 17 const char* password = "raspberry"; 19 18 const char* database = "test";