Class MySQLChecker
- java.lang.Object
-
- com.atlassian.confluence.setup.dbcheck.MySQLChecker
-
@Internal public class MySQLChecker extends Object
Verifies that the MySQL database has been correctly configured- Since:
- 5.6
-
-
Constructor Summary
Constructors Constructor Description MySQLChecker(SingleConnectionProvider databaseHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
verifyDatabaseSetup(Properties databaseProperties)
-
-
-
Constructor Detail
-
MySQLChecker
public MySQLChecker(SingleConnectionProvider databaseHelper)
-
-
Method Detail
-
verifyDatabaseSetup
public void verifyDatabaseSetup(Properties databaseProperties) throws com.atlassian.config.bootstrap.BootstrapException
- Throws:
com.atlassian.config.bootstrap.BootstrapException
-
-