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