| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Derick H Siddoway | Date: | July 15 1999 11:29pm |
| Subject: | Re: Can databases be stored in multiple directories? | ||
| View as plain text | |||
>I am new to mysql but this seems very restrictive. Does this mean that >anybody with access to mysql on a particular machine, has access to all >user's databases on that machine? Nope. Access to each database is dealt with inside the database engine, rather than by external conditions such as file permissions. -- derick
