Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CTIME = {}
- CTIME.Config = {}
- CTIME.mysql = CTIME.mysql or {}
- --[[-------------------------------------------------------------------------
- MySQL config
- ---------------------------------------------------------------------------]]
- // Enable MySQL?
- CTIME.mysql.EnableMySQL = true
- CTIME.mysql.Host = "localhost"
- CTIME.mysql.Username = "root"
- CTIME.mysql.Password = ""
- CTIME.mysql.Database_name = "database_name"
- CTIME.mysql.Database_port = 3306
- CTIME.mysql.reconnect = true -- Enable auto-connect when an error occurs while connecting to the database?
- --[[-------------------------------------------------------------------------
- ---------------------------------------------------------------------------]]
Add Comment
Please, Sign In to add comment