SQL Help
#7

PHP код:
<?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 setup/
 *
 * All directives are explained in documentation in the doc/ folder
 * or at <http://docs.phpmyadmin.net/>.
 *
 * @package PhpMyAdmin
 */
/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 */
$cfg['blowfish_secret'] = 'a8b7c6d'/* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
/*
 * Servers configuration
 */
$i 0;
/*
 * First server
 */
$i++;
/* Authentication type */
$cfg['Servers'][$i]['verbose'] = 'mysql wampserver';
//$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
/* Server parameters */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysql if your server does not have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
/*
 * phpMyAdmin configuration storage settings.
 */
 
// No warning on  pmadb tables
$cfg['PmaNoRelation_DisableWarning'] = true;
?>
Reply


Messages In This Thread
SQL Help - by ManGoe - 31.12.2014, 01:58
Re: SQL Help - by ManGoe - 31.12.2014, 07:38
Re: SQL Help - by amirab - 31.12.2014, 07:47
Re: SQL Help - by BroZeus - 31.12.2014, 07:49
Re: SQL Help - by Lordzy - 31.12.2014, 07:50
Re: SQL Help - by ManGoe - 31.12.2014, 08:27
Re: SQL Help - by ManGoe - 31.12.2014, 08:35
Re: SQL Help - by ManGoe - 31.12.2014, 09:22
Re: SQL Help - by Vince - 31.12.2014, 11:49
Re: SQL Help - by ManGoe - 31.12.2014, 12:55

Forum Jump:


Users browsing this thread: 2 Guest(s)