FlexibleLogin
FlexibleLogin copied to clipboard
I can not connect to the database on sql.
I can not connect to the database on sql.
Database configuration
sqlConfiguration { # Database name database=flexiblelogin # Password in order to login password="passwordsql" # Path where the database is located. This can be a file path (h2/SQLite) or an IP/Domain (MySQL/MariaDB) path="localhost" # Port for example MySQL connections port=3306 # SQL server type. You can choose between h2, SQLite and MySQL/MariaDB type=MySQL # It's strongly recommended to enable SSL and setup a SSL certificate if the MySQL/MariaDB server isn't running on the same machine useSSL=false # Username to login the database system username="root" }
Where is the database error?