fragen zu phpMyadmin

Space

New Member
Hallo zusammen,

habe phpmyadmin 2.11.3 installiert und bin mir nicht sicher ob es ok ist, den nämlich wenn sich User Zbs. User web1 einloggt ist bei den im DB Dropdown Menü folgendes zusehen "information_schema (17)" und seine Datenbenke die die im Confixx angelegt hat.

Ob das normal ist das mann dieses information_schema (17) zusehen ist bin mir nicht sicher.

sollte man DB importieren wollen aus einem .sql text somit wird dieser Fehler ausgegeben "Die Datei konnte nicht gelesen werden"
im mysqld.log ist kein Fehler zu sehen.

Wenn man die Konfiguration lädt ist alles Disebled das ist doch nicht normal?
Code:
Current configuration overview
Servers (1)
localhost (cookie) [1]
SQL files upload   -   disabled
Exported files on server  -  disabled
Charset conversion   -  disabled

config.inc.php
Code:
<?php
/*
 * Generated configuration file
 * Generated by: phpMyAdmin 2.11.3 setup script by Michal Čihař <michal@cihar.com>
 * Version: $Id: setup.php 10748 2007-10-10 07:30:59Z cybot_tm $
 * Date: Sun, 13 Jan 2008 17:05:41 GMT
 */

/* Servers configuration */
$i = 0;

/* Server localhost (cookie) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['LogoutURL'] = '0';

/* End of servers configuration */

$cfg['blowfish_secret'] = '1XXXXXXXXXXX';
$cfg['ForceSSL'] = false;
$cfg['ShowPhpInfo'] = false;
$cfg['ShowChgPassword'] = false;
$cfg['AllowArbitraryServer'] = false;
$cfg['LoginCookieRecall'] = 'something';
$cfg['LoginCookieValidity'] = 1800;
?>

Viele Grüße
Space
 
Back
Top