getting sql error
This commit is contained in:
parent
b0beb7efeb
commit
0530fa9870
|
@ -13,7 +13,7 @@ class DatabaseConnection:
|
|||
user=username,
|
||||
password=password,
|
||||
database=database,
|
||||
charset='utf8'
|
||||
charset='utf8mb4',
|
||||
)
|
||||
conn = self.db_pool.connection()
|
||||
del conn
|
||||
|
|
Reference in New Issue