ادخل ازاى على phpMyAdmin و mysql فى نسخه سنتوس 5
بدون لوحه تحكم ﻻنى دورت كتير ومش لقيتهم وﻻ لقيت طريقه الدخول فى جوجل
بدون لوحه تحكم ﻻنى دورت كتير ومش لقيتهم وﻻ لقيت طريقه الدخول فى جوجل
[LEFT]riadh@wrall-sahra:~> su Passwort: wrall-sahra:/home/riadh # cd / wrall-sahra:/ # cd /srv/www/htdocs wrall-sahra:/srv/www/htdocs/phpmyadmin # vi config.inc.php [/LEFT]
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * phpMyAdmin sample configuration, you can use it as base for * manual configuration. For easier setup you can use scripts/setup.php * * All directives are explained in Documentation.html and on phpMyAdmin * wiki <http://wiki.cihar.com>. * * @version $Id: config.sample.inc.php 10142 2007-03-20 10:32:13Z cybot_tm $ */ /* * This is needed for ****ie based authentication to encrypt password in * ****ie */ [COLOR="Red"]$cfg['blowfish_secret'] = 'ba17c1ec07d61217'; /* YOU MUST FILL IN THIS FOR ****IE AUTH! */ [/COLOR] /* * Servers configuration */ $i = 0; /* * First server */ $i++; /* Authentication type */ [COLOR="Red"]$cfg['Servers'][$i]['auth_type'] = 'http';[/COLOR] /* 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'; /* User for advanced features */ [COLOR="Red"]$cfg['Servers'][$i]['controluser'] = 'root'[/COLOR]; $[COLOR="Red"]cfg['Servers'][$i]['controlpass'] = كلمة السر الخاصة بك ';[/COLOR] /* Advanced phpMyAdmin features */ // $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; // $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark'; // $cfg['Servers'][$i]['relation'] = 'pma_relation'; // $cfg['Servers'][$i]['table_info'] = 'pma_table_info'; "config.inc.php" 61L, 1762C
تعليق