Class MySQLDbFixture
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.AbstractDatabaseFixture
-
- jetbrains.buildServer.serverSide.db.MySQLDbFixture
-
- All Implemented Interfaces:
DatabaseFixture
public class MySQLDbFixture extends AbstractDatabaseFixture
- Author:
- Pavel.Sher Date: 24.10.2006
-
-
Constructor Summary
Constructors Constructor Description MySQLDbFixture(File dataDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseSettings
getDatabaseSettings()
For default init run the following SQL: create database buildserver default character set utf8; grant all privileges on buildserver.* to test@localhost identified by 'test';-
Methods inherited from class jetbrains.buildServer.serverSide.db.AbstractDatabaseFixture
performDvmsSpecificCleanup
-
-
-
-
Constructor Detail
-
MySQLDbFixture
public MySQLDbFixture(@NotNull File dataDir)
-
-
Method Detail
-
getDatabaseSettings
public DatabaseSettings getDatabaseSettings()
For default init run the following SQL: create database buildserver default character set utf8; grant all privileges on buildserver.* to test@localhost identified by 'test';- Returns:
-
-