|  |  | @@ -51,11 +51,11 @@ | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="form-group server"> | 
		
	
		
			
			|  |  |  | <label for="dbhost" class="form-label">数据库地址</label> | 
		
	
		
			
			|  |  |  | <input type="text" name="dbhost" id="dbhost" class="form-control" placeholder="localhost" required> | 
		
	
		
			
			|  |  |  | <input type="text" name="dbhost" id="dbhost" class="form-control" placeholder="localhost"> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="form-group server"> | 
		
	
		
			
			|  |  |  | <label for="dbuser" class="form-label">数据库账号</label> | 
		
	
		
			
			|  |  |  | <input type="text" name="dbuser" id="dbuser" class="form-control" placeholder="root" required> | 
		
	
		
			
			|  |  |  | <input type="text" name="dbuser" id="dbuser" class="form-control" placeholder="root"> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="form-group server"> | 
		
	
		
			
			|  |  |  | <label for="dbpwd" class="form-label">数据库密码</label> | 
		
	
	
		
			
				|  |  | 
 |