From: Dan F. <da...@ha...> - 2010-10-03 14:12:10
|
On 2010-10-03 09:12, Paweł Madej wrote: > Hello, > > Is it possible to reconfigure sqlgrey script to store default tables > in itself but allow to add table prefixes on my own? also it will be > helpfull to get db structure in attached file not auto create because > of permissions to db. I do not want to to give sqlgrey user permissions > to operate on creating tables indexes and so on. only plain usage on > previously created tables. > I dont remeber if theres an option for table prefixes. But as for the second part of your question, cant you just give permissions to create tables and indexes on first run? Then revoke these when tables have been created? - Dan |