OVH Community, your new community space.

PhpMyAdmin non crea database: db_create.php: Missing parameter: new_db (Kimsufi)


sberla54
13.02.2011, 21.12
Ciao a tutti ragazzi,
ho acquistato da pochi giorni un dedicato Kimsufi con la distribuzione Release 2 e sto iniziando a prenderci le misure, cercando di rimettere online e far funzionare un mio sito, che avevo prima su un server condiviso di un altro hosting.

Sto cercando di non usare il forum per questioni tecniche legate all'amministrazione di un server Linux, che sto invece cercando su altri forum e in howto vari.

Sto avendo cmq un problemino con PhpMyAdmin: quando vado a creare un nuovo database ottengo questo errore: "db_create.php: Missing parameter: new_db (FAQ 2.8)".

La FAQ indicata e' questa: https://188.165.247.163/phpMyAdmin/D...singparameters
2.8 I get "Missing parameters" errors, what can I do?

Here are a few points to check:

* In config.inc.php, try to leave the $cfg['PmaAbsoluteUri'] directive empty. See also FAQ 4.7.
* Maybe you have a broken PHP installation or you need to upgrade your Zend Optimizer. See http://bugs.php.net/bug.php?id=31134.
* If you are using Hardened PHP with the ini directive varfilter.max_request_variables set to the default (200) or another low value, you could get this error if your table has a high number of columns. Adjust this setting accordingly. (Thanks to Klaus Dorninger for the hint).
* In the php.ini directive arg_separator.input, a value of ";" will cause this error. Replace it with "&;".
* If you are using Hardened-PHP, you might want to increase request limits.
* The directory specified in the php.ini directive session.save_path does not exist or is read-only.
Ho controllato cio' che consiglia e:
- Il parametro "$cfg['PmaAbsoluteUri']" in config.inc non esiste...che sia la causa del problema?
- Il parametro "arg_separator.input" in php.ini e' commentato, come di default.
- In php.ini ho impostato "session.save_path" come /home/mysql ma non e' servito a niente.

Per il momento ho risolto semplicemente creando la cartella dentro a /home/mysql a mano via ssh, ma mi tornava comodo avere funzionanete anche PhpMyAdmin, e sono curioso di capire la natura del problema.

Premetto che ho cercato un problema simile sul forum prima di postare ma non ho trovato nulla.

Ho trovato invece questo utile topic sull'import del database da shell, procedura che provero' sicuramente: http://forum.ovh.it/showthread.php?t=3102

Spero sappiate aiutarmi!
A presto!