mysql wildcard permissions

Monday, 10. 24. 2005  –  Category: all, vague

I just can’t get wildcard permissions to work with MySQL – I want user ti to be able to do anything he likes to any database matching /^ti_/. The test databases are configure out of box like this, but I can’t seem to do this with GRANT: mysql> grant all on "ti_%".* to ti@ti.jail.lemonia.org ; […]