Project

General

Profile

« Previous | Next » 

Revision 1c7c3662

Added by Alex Theys almost 12 years ago

AT: couldn't branch this folder so I am committing to trunk

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmDestinations.java
47 47
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
48 48
		String cdmServer = "localhost";
49 49
		String cdmDB = "palmae_2011_07_17"; 
50
		String cdmUserName = "edit";
50
		String cdmUserName = "root";
51 51
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
52 52
	}
53 53
	

Also available in: Unified diff