mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Use travis as user instead root within DSN
This commit is contained in:
		@ -3,7 +3,7 @@
 | 
				
			|||||||
return array(
 | 
					return array(
 | 
				
			||||||
	'mysql' => array(
 | 
						'mysql' => array(
 | 
				
			||||||
		'dsn' => 'mysql:host=127.0.0.1;dbname=yiitest',
 | 
							'dsn' => 'mysql:host=127.0.0.1;dbname=yiitest',
 | 
				
			||||||
		'username' => 'root',
 | 
							'username' => 'travis',
 | 
				
			||||||
		'password' => '',
 | 
							'password' => '',
 | 
				
			||||||
		'fixture' => __DIR__ . '/mysql.sql',
 | 
							'fixture' => __DIR__ . '/mysql.sql',
 | 
				
			||||||
	),
 | 
						),
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user