girovagando per forum ho scoperto che dovevo copiare il file config.default.php nella cartella libreries e rinominarlo in config.inc.php
ho poi cambiato l'absoluteurl in http://myweb.altervista.org/phpMyAdmin/
ho lasciato l'hostname 'localhost', ho cambiato l'user, la password e in questi due:
Codice PHP:
/** * If set to a db-name, only this db is displayed in left frame
* It may also be an array of db-names, where sorting order is relevant. *
* @global string $cfg['Servers'][$i]['only_db']
*/ $cfg['Servers'][$i]['only_db'] = 'db';
Codice PHP:
/** * Database used for Relation, Bookmark and PDF Features
* (see scripts/create_tables.sql)
* - leave blank for no support
* DEFAULT: 'phpmyadmin' *
* @global string $cfg['Servers'][$i]['pmadb']
*/ $cfg['Servers'][$i]['pmadb'] = 'db';
ho messo il db che mi ha dato altervista..
però torna a comparire sempre lo stesso errore che ho scritto nel post prima..che altro devo fare ? <help!>