<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- dist/examples/standalone_example.cpp	2017-05-10 12:14:59.000000000 -0400
+++ macports/examples/standalone_example.cpp	2018-03-03 01:00:15.000000000 -0500
@@ -66,17 +66,13 @@
 */
 #include "mysql_connection.h"
 #include "mysql_driver.h"
+#include "examples.h"
 
 #include &lt;cppconn/driver.h&gt;
 #include &lt;cppconn/exception.h&gt;
 #include &lt;cppconn/resultset.h&gt;
 #include &lt;cppconn/statement.h&gt;
 
-#define EXAMPLE_HOST "localhost"
-#define EXAMPLE_USER "root"
-#define EXAMPLE_PASS ""
-#define EXAMPLE_DB "test"
-
 using namespace std;
 
 /**
</pre></body></html>