Configurazione phpmyadmin e attivazione mysql
So che è un argomento dibattutissimo, ma anch'io dopo aver installato Mysql, non riesco a farlo partire.
Credo che il problema sia che non ho ben capito da dove devo accedere al database...
Ho anche installato phpmyadmin e niente...
Se provo ad entrare: censuarto per sicurezza
makpaolo
mi restituisce una pagina vuota senza nessun errore...
Riporto la configurazione:
$cfgServers[1]['host'] = 'localhost'; // MySQL hostname
$cfgServers[1]['port'] = ''; // MySQL port - leave blank for default port
$cfgServers[1]['adv_auth'] = false; // Use advanced authentication?
$cfgServers[1]['stduser'] = 'root'; // MySQL standard user (only needed with advanced auth)
$cfgServers[1]['stdpass'] = ''; // MySQL standard password (only needed with advanced auth)
$cfgServers[1]['user'] = ''; // MySQL user (only needed with basic auth)
$cfgServers[1]['password'] = 'QUI HO INSERITO LA MIA PASSWORD'; // MySQL password (only needed with basic auth)
$cfgServers[1]['only_db'] = 'my_lottambulo'; // If set to a db-name, only this db is accessible
$cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
Sono in fase di ristrutturazione totale del sito e voglio usare PHPNUKE, ma nel frattempo i 30 giorni (della installazione forzata di Mysql) passano inesorabilemente... :crycry: