done
This commit is contained in:
+2
-2
@@ -10,9 +10,9 @@ namespace Server
|
||||
{
|
||||
try
|
||||
{
|
||||
// Open the connection
|
||||
// open connection
|
||||
conn.Open();
|
||||
// Prepare the SQL query
|
||||
// prepare SQL query
|
||||
MySqlCommand cmd = new MySqlCommand();
|
||||
cmd.Connection = conn;
|
||||
cmd.CommandText = "CALL InitDB";
|
||||
|
||||
Reference in New Issue
Block a user