add port in database configuration
This commit is contained in:
parent
7130479d23
commit
3a7027bd3e
@ -3,5 +3,6 @@ db_main = {
|
|||||||
'user' : 'root',
|
'user' : 'root',
|
||||||
'password' : '',
|
'password' : '',
|
||||||
'database' : 'your_db',
|
'database' : 'your_db',
|
||||||
|
'port' : 3306,
|
||||||
'autocommit' : True,
|
'autocommit' : True,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user