Updating some revs

This commit is contained in:
WolverinDEV 2020-04-03 13:50:19 +02:00
parent 0bfcb27002
commit fab6aa9095

View File

@ -20,7 +20,6 @@ using namespace sql::mysql;
MySQLManager::MySQLManager() : SqlManager(SqlType::TYPE_MYSQL) {}
MySQLManager::~MySQLManager() {}
//Property info: https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-configuration-properties.html
//mysql://[host][:port]/[database][?propertyName1=propertyValue1[&propertyName2=propertyValue2]...]