Re: RE: creating a database without being an administrator

2002-08-16 Thread Egor Egorov
Josh, Friday, August 16, 2002, 12:18:46 AM, you wrote: JZ> is there a way to give certain users rights to create and drop mysql JZ> databases JZ> without being administrators? JZ> I'd like to create a new database every time a user runs my code on a JZ> new set of data. To create and drop datab

RE: creating a database without being an administrator

2002-08-15 Thread Josh Zwicker
is there a way to give certain users rights to create and drop mysql databases without being administrators? I'd like to create a new database every time a user runs my code on a new set of data. thanks Josh - Before po

Re: Creating a database

2002-08-13 Thread Jonathan Duncan
Andrew, What you have done is correct. A database is merely a container. A container which is empty until you fill it will tables and then populate those tables with data. Regards, Jonathan Duncan Andrew Conkling <[EMAIL PROTECTED]> said: > I am trying to host a message board through a se