Init initializes the default MySQL connection.
It checks if MySQL is enabled and selected as the default database.
If the connection is successful, it initializes the database and returns nil.
New creates and returns a new MySQL database connection with the given configuration.
Returns (*gorm.DB, error) where error is non-nil if the connection fails.