Hi Emanuel,
When it says 'wildcard' it really means 'SQL style wildcard'.
Like Marc quoted before, change your '*' to a '%'.
--Josh
----- Original Message ----- From: "Emanuel Dejanu" edejanu@route66.ro To: "'Marc Delisle'" DelislMa@CollegeSherbrooke.qc.ca; phpmyadmin-devel@lists.sourceforge.net Sent: Monday, March 18, 2002 10:29 AM Subject: RE: [Phpmyadmin-devel] 2.2.5-rc1 is one week old :)
Hi Marc,
First thanks for the response, second on phpmyadmin.sourceforge.net you can read:
Main changes/improvements for version 2.2.5:
Some improvements: stduser/stdpass are replaced by controluser/controlpass to avoid confusion with the term 'standard user' user management: support for wildcard databases 'relation' feature extended to PHP3 fulltext/partialtext support in vertical mode support for mysql safe_show_database japanese kanji encoding conversion optional support to let users change their password (in 2.2.5-cvs) new language: estonian do not display the true password after a password change support for the tabindex feature (on some browsers) to go directly to the next field when editing
--
read this "user management: support for wildcard databases". So how can I use wildcards?
Best regards,
Emanuel Dejanu
-----Original Message----- From: Marc Delisle [mailto:DelislMa@CollegeSherbrooke.qc.ca] Sent: 18 martie 2002 17:03 To: phpmyadmin-devel@lists.sourceforge.net Cc: edejanu@route66.ro Subject: Re: [Phpmyadmin-devel] 2.2.5-rc1 is one week old :)
Emanuel,
in the doc:
If set to a(an array of) database name(s), only this(these) database(s)
will
be shown to the user. Since phpMyAdmin 2.2.1, this/these database(s) name(s) may contain MySQL wilcards characters ("_" and "%"): if you want to use literal
instances
of these characters, escape them (ie use 'my_db' and not 'my_db').
Why are you using a '*' ?
Emanuel Dejanu a écrit :
But have you read my message?
----------------- MY OLD MESSAGE ---------------------------------- Hi,
The "user management: support for wildcard databases" do not work: I have:
$cfgServers[1]['only_db'] = array('rc*', 'dbroot*');
and the phpMyAdmin say no database.
What I do wrong?
So is ok to realse 2.2.5 with this bug?
Best regards,
-- Marc Delisle
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel