I stalled PhpMyAdmin on my web site. MySql seems to be running but I get all kind of warnings:
[color=blue]Warning: Undefined index: scheme in /users/curvedspaces.com/bardencomputers/phpMyAdmin/main.php3 on line 23
Warning: Cannot add header information - headers already sent by (output started at /users/curvedspaces.com/bardencomputers/phpMyAdmin/main.php3:23) in /users/curvedspaces.com/bardencomputers/phpMyAdmin/main.php3 on line 25
Warning: Cannot add header information - headers already sent by (output started at /users/curvedspaces.com/bardencomputers/phpMyAdmin/main.php3:23) in /users/curvedspaces.com/bardencomputers/phpMyAdmin/libraries/ob.lib.php3 on line 65
Warning: Cannot add header information - headers already sent by (output started at /users/curvedspaces.com/bardencomputers/phpMyAdmin/main.php3:23) in /users/curvedspaces.com/bardencomputers/phpMyAdmin/header.inc.php3 on line 27
Warning: Cannot add header information - headers already sent by (output started at /users/curvedspaces.com/bardencomputers/phpMyAdmin/main.php3:23) in /users/curvedspaces.com/bardencomputers/phpMyAdmin/header.inc.php3 on line 28
Warning: Cannot add header information - headers already sent by (output started at /users/curvedspaces.com/bardencomputers/phpMyAdmin/main.php3:23) in /users/curvedspaces.com/bardencomputers/phpMyAdmin/header.inc.php3 on line 29
Warning: Cannot add header information - headers already sent by (output started at /users/curvedspaces.com/bardencomputers/phpMyAdmin/main.php3:23) in /users/curvedspaces.com/bardencomputers/phpMyAdmin/header.inc.php3 on line 30
Warning: Cannot add header information - headers already sent by (output started at /users/curvedspaces.com/bardencomputers/phpMyAdmin/main.php3:23) in /users/curvedspaces.com/bardencomputers/phpMyAdmin/header.inc.php3 on line 32
Welcome to phpMyAdmin 2.4.0-rc1
MySQL 3.23.55 running on localhost as nac41379@localhost[/color]
I think I configered my config.inc.php3 correctly but who knows I sure don't
One other thing I can't create a datadase in the create text box I keep getting `DB?nac41379` when the name of the data base is:
`DB_nac41379`
I configered $cfg['Servers'][$i]['only_db'] = " DB\_nac41379" right I think in my config.inc.php3 file............ Help!!!! :(
I'm new to all this but, I'm trying any help anyone can give me will be geatly appreciated!!!!!

worked out the warnings problem
worked out the warnings problem, but still have the database problem need help.
I can't create a datadase in the create text box I keep getting `DB?nac41379` when the name of the data base is:
`DB_nac41379`
I configered $cfg['Servers'][$i]['only_db'] = " DB\_nac41379" right I think in my config.inc.php3 file............ Help!!!! :(
I'm new to all this but, I'm trying any help anyone can give me will be geatly appreciated!!!!!
Re: worked out the warnings problem
Freddie wrote: I can't create a datadase in the create text box I keep getting `DB?nac41379` when the name of the data base is:
`DB_nac41379`
I configered $cfg['Servers'][$i]['only_db'] = " DB\_nac41379" right I think in my config.inc.php3 file............ Help!!!! :(
I'm new to all this but, I'm trying any help anyone can give me will be geatly appreciated!!!!!
I'm not sure what you're trying to do here. Are you using the "Create new database" form in phpMyAdmin and getting an error?
Or do you already have a database and you are trying to access it with phpMyAdmin. If this is the case and your database is named "DB_nac41379" then your config file should have:
$cfg['Servers'][$i]['only_db'] = "DB_nac41379"you don't need to escape underscores.