Added MySQL Test Connection Feature
This commit is contained in:
parent
8e1af27309
commit
b0084cf9ae
13 changed files with 87 additions and 55 deletions
6
commands/sql_test.h
Normal file
6
commands/sql_test.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _SQL_TEST_H_
|
||||
#define _SQL_TEST_H_
|
||||
|
||||
void testSQLConnection();
|
||||
|
||||
#endif
|
||||
Reference in a new issue