Bonjour,
Essaie de faire : /etc/init.d/mysqld start Dans le r�pertorie /etc/init.d, tu as tous les scripts qui peuvent �tre d�marr�s. Si tu les trouve, il faudra ensuite faire des liens symboliques dans le r�pertoire rc3.d et rc5.D (� minima). Par contre, si tu ne les trouve pas, il y a certainement un pb. Dis le nous. Florian Carr�re a �crit : > 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 > > > > > > > -- > Pensez � lire la FAQ de la liste avant de poser une question : > http://wiki.debian.net/?DebianFrench > > Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > ------------------------------ Patrice OLIVER Responsable R�seaux & S�curit� HOSPICES CIVILS DE BEAUNE BP 104 21203 BEAUNE Cedex T�l. 03 80 24 44 09 Fax 03 80 24 45 90 ------------------------------

