Home > Database > Mysql Tutorial > body text

Mysql入门系列:获得和安装samp_db样例数据库分发包_MySQL

WBOY
Release: 2016-06-01 13:55:58
Original
951 people have browsed it

  用来设置和访问samp_db 样例数据库的文件可在下列地址得到:

  http://www.mysql.com/Contrib/Examples/

  检索分发包文件samp_db . t a r. g z,进入想安装它的目录,用下列命令之一打开它:

  % tar zxf samp_db.tar.gz

  % gunzip

  在打开分发包时,它将创建一个名为samp_db 的目录,包含下列内容:

  ?创建和装载samp_db 数据库的文件。它们在第1章中使用。

  ?第6章所用的C 程序。

  ?第7章所用的Perl DBI 脚本和samp_db.cnf 选项文件。

  ?第8章所用的PHP 脚本和samp_db.inc 包含文件。

  samp_db 目录含有一个README 文件,应该参阅其有关使用分发包文件的说明。

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!