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
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
Hi Emanuel,
I thought this is a developer email list and not a list to ask "funny" questions next time please choose other means to ask such question!
thx a lot!
Thomas Baehr
In the doc: -------------- "Is it possible to let users create their own databases? Starting with 2.2.5, in the user management page, you can enter a wildcard database name for a user, and put the privileges you want. For example, adding SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER would let a user create/manage his/her database(s). " --------------
This is an improvement on the user management page, and a different issue.
The only_db wildcard support has been present since 2.2.1.
But in standard SQL a wildcard is not '*'.
Emanuel Dejanu a écrit :
Hi Marc,
First thanks for the response, second on phpmyadmin.sourceforge.net you can read:
Main changes/improvements for version 2.2.5: 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