prepering for a new build as i fix the mysql connector error
This commit is contained in:
@@ -60,7 +60,8 @@ class DatabaseManager:
|
|||||||
database=self.database,
|
database=self.database,
|
||||||
user=self.user,
|
user=self.user,
|
||||||
password=self.password,
|
password=self.password,
|
||||||
connection_timeout=5
|
connection_timeout=5,
|
||||||
|
use_pure=True
|
||||||
)
|
)
|
||||||
if test_conn.is_connected():
|
if test_conn.is_connected():
|
||||||
test_conn.close()
|
test_conn.close()
|
||||||
@@ -78,7 +79,8 @@ class DatabaseManager:
|
|||||||
database=self.database,
|
database=self.database,
|
||||||
user=self.user,
|
user=self.user,
|
||||||
password=self.password,
|
password=self.password,
|
||||||
connection_timeout=5
|
connection_timeout=5,
|
||||||
|
use_pure=True
|
||||||
)
|
)
|
||||||
return self.connection
|
return self.connection
|
||||||
except Error as e:
|
except Error as e:
|
||||||
|
|||||||
BIN
dist/DatabaseApp.exe
vendored
BIN
dist/DatabaseApp.exe
vendored
Binary file not shown.
Reference in New Issue
Block a user