Re: create db in separate directory

2001-03-27 Thread Thomas Mayerhofer
hy, ive alway the problem with several users on a web-server: each user should have the possibility to create a database - this is ok - the databases are in ./mysql/var . If a user creates a database all files are owned by the user root - and so the owner of the db has no rights to copy the dbfi

Re: create db in separate directory

2001-03-21 Thread Eric Fitzgerald
rrero" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 4:06 PM Subject: create db in separate directory > I'm working on a web-hosting site where we'll be giving users a MySQL > database. We wanted to store the database in the user'

create db in separate directory

2001-03-21 Thread Andre Guerrero
I'm working on a web-hosting site where we'll be giving users a MySQL database. We wanted to store the database in the user's own directory, where we'll be enforcing size quotas. So far though, I haven't been able to find a way to create a database in a directory other than MySQL/data. I've see