Hello,
I’m currently using a LIB which gets some rows from a database.
This is the config:
LibK.SQL = {}
--SQL Configuration
LibK.SQL.UseMysql = true
--MySQL Settings
LibK.SQL.Host = sql213.unaux.com
LibK.SQL.Port = 3306
LibK.SQL.User = *************
LibK.SQL.Password = **********
LibK.SQL.Database = *************
I can’t manage to have a connection, it says I can’t find the DB, which I created and the connection.
What is the port that this host uses?