[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache



re B'jour :p

Je me suis installé un serveur web (apache + php4+mysql+phpmyadmin)

Mais j'ai un problème ! Je n'arrive pas à me connecter sur phpmyadmin ! j'ai cette erreur :

------------------------------

/**Error*/

/MySQL said:
/

/Can't connect to MySQL server on '192.168.169.199' (111)

/-----------------------------------------


Voici le début de mon fichier /config.inc.php/ de phpmyadmin :

-------------------------------------------/

/$cfgPmaAbsoluteUri = 'http://192.168.169.199/phpmyadmin/';


/**
* Server(s) configuration
*/
// The $cfgServers array starts with $cfgServers[1].  Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$cfgServers[1]['host']          = '192.168.169.199'; // MySQL hostname
$cfgServers[1]['port']          = '';          // MySQL port - leave blank for default port
$cfgServers[1]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfgServers[1]['connect_type']  = 'tcp';    // How to connect to MySQL server ('tcp' or 'socket')
$cfgServers[1]['stduser']       = '';          // MySQL standard user settings (this user must have read-only
$cfgServers[1]['stdpass']       = '';          //   access to the "mysql/user" and "mysql/db" tables)
$cfgServers[1]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfgServers[1]['user']          = 'root';      // MySQL user
$cfgServers[1]['password']      = '';          // MySQL password (only needed with 'config' auth)/

/-------------------------------------------------

De plus je n'arrive pas à lancer les commande mysql type : /mysql restart, mysql start / / il me met que ces commandes sont inconnues :-(
merci d'avance

flo







Reply to: