/* Server parameters */$cfg['Servers'][$i]['host']='Put here mysql host template key';$cfg['Servers'][$i]['port']='Put here mysql port template key';/* Authentication type */$cfg['Servers'][$i]['auth_type']='cookie';$cfg['Servers'][$i]['user']='';$cfg['Servers'][$i]['connect_type']='tcp';$cfg['Servers'][$i]['compress']=false;/* Select mysqli if your server has it */$cfg['Servers'][$i]['extension']='mysql';$cfg['Servers'][$i]['AllowNoPassword']=false;/* rajk - for blobstreaming */$cfg['Servers'][$i]['bs_garbage_threshold']=50;$cfg['Servers'][$i]['bs_repository_threshold']='32M';$cfg['Servers'][$i]['bs_temp_blob_timeout']=600;$cfg['Servers'][$i]['bs_temp_log_threshold']='32M';$cfg['UploadDir']='';$cfg['SaveDir']='';?>