Home > Database > Mysql Tutorial > MySQL文件系统先睹为快(3)_MySQL

MySQL文件系统先睹为快(3)_MySQL

WBOY
Release: 2016-06-01 13:52:28
Original
741 people have browsed it

  六、写权限?

  在开发的第二阶段,会有措施执行SQL 语句。现在的思路是:

  采用目录:

  /mountpoint/database/.command/

  然后执行命令,把SQL 语句作为目录建立。

  或者建立目录把SQL 语句作为文件放入这个目录。


  两个方案都有优点,第一个方案可以重新使用SQL 语句,但是这样的目录名实在不敢令人苟同。第二个方案采用信号量文件,语句执行完毕就删除这个文件,没有任务使用时,目录也被删除。对于那些慢速的查询响应,可以选择timeout 的时间。


七、权限管理

  在权限管理方面,可以使用Unix 的权限管理方式,这样的方案看来是最好的。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template