ÿþ<?php $i=0; /* * First server */ $i++; /* Authentication type */ $cfg['Servers'][$i]['auth_type'] = 'cookie'; /* Server parameters */ $cfg['Servers'][$i]['host'] = 'localhost'; $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]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'pointer_dev09'; // use here your password $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['UploadDir'] = 'e:/'; $cfg['SaveDir'] = 'e:/'; ?> phpMyAdmin

Welcome to phpMyAdmin

Language

Log inphpMyAdmin documentation