Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Przemek Berezowski | > | DB Version Manager | > | conf/configure.xml | > | Download | ||
|
Download |
<?xml version="1.0" encoding="UTF-8"?> <config> <profiles> <profile name="test"> <dsn>mysql:host=localhost;dbname=test</dsn> <dbUser>root</dbUser> <dbPass></dbPass> <sqlPath>C:\\sql\Test</sqlPath> <sqlUseTransactions>true</sqlUseTransactions> </profile> <profile name="dev"> <dsn>mysql:host=localhost;dbname=test2</dsn> <dbUser>root</dbUser> <dbPass></dbPass> <sqlPath>C:\\sql\Test</sqlPath> <sqlUseTransactions>true</sqlUseTransactions> </profile> </profiles> </config> |