Hi!

I have installed many of mysql servers and phpMyAdmin clients.
And every time it worked together fine.

Now i have problem on RH70 with mysql and phpMyAdmin:

------------
Database pokus
Error
SQL-query:

Content-Type: application/octet-stream
MySQL said: Unknown database ' pokus'
Back
------------------

this error is writed when i manualy write sql command to create a new table
in standard database 'test'.

My sql command:

create table aaa (bbb text);

I am logged to phpMyAdmin as a 'root' user with all privileges trough
'advanced' authentification:

-------- begin cut config.inc.php --------
$cfgServers[1]['host'] = 'localhost';           // MySQL hostname
$cfgServers[1]['port'] = '';                    // MySQL port - leave blank
for default port
$cfgServers[1]['adv_auth'] = true;             // Use advanced
authentication?
$cfgServers[1]['stduser'] = 'root';             // MySQL standard user (only
needed with advanced auth)
$cfgServers[1]['stdpass'] = 'xxxx';          // MySQL standard password
(only needed with advanced auth)
$cfgServers[1]['user'] = 'root';                // MySQL user (only needed
with basic auth)
$cfgServers[1]['password'] = '';                // MySQL password (only
needed with basic auth)
$cfgServers[1]['only_db'] = '';                 // 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
-------- end cut config.inc.php ---------


other info:
[root@ns /root]# rpm -qa | grep mysql
mysql-3.23.32-1.7
mysqlclient9-3.23.22-3
mysql-server-3.23.32-1.7
php-mysql-4.0.4pl1-3
[root@ns /root]#

[root@ns /root]# uname -a
Linux ns.euronet.sk 2.2.17-14 #1 Mon Feb 5 16:02:20 EST 2001 i686 unknown
[root@ns /root]#

--- begin cut /var/log/mysqld.log: -----
010319 12:33:37       1 Connect    root@localhost on
                      1 Init DB    mysql
                      1 Query      SELECT User, Password, Select_priv FROM
user where User = 'root' AND Password = PASSWORD('xxxx')
                      1 Query      SELECT VERSION() AS version
                      1 Quit
--- end cut /var/log/mysqld.log -----



Any idea?

Thank You for help!


S pozdravem,
Michal Kolesar
+420 608 225025
[EMAIL PROTECTED]
http://www.egarden.cz
server of free unix services



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to