Salve, hoi installato phptriad sul mio pc ma quando entro in phpmyadmin, cliccando su:
server choice
localhost-db (root)
"go" mi da l'errore:
Error
MySQL said:
Can't connect to MySQL server on 'localhost' (10061)
i settaggi:
$cfgServers[1]['host'] = 'localhost'; // 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'] = 'u'; // MySQL standard user settings (this user must have read-only
$cfgServers[1]['stdpass'] = 'u'; // 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'] = 'password'; // MySQL password (only needed with 'config' auth)
$cfgServers[1]['only_db'] = 'db'; // If set to a db-name, only this db is displayed at left frame
// It may also be an array of db-names
$cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
$cfgServers[1]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support
$cfgServers[1]['bookmarktable'] = ''; // Bookmark table - leave blank for no bookmark support
Grazie.