______________________________________________________________________
Top - Requirements - Introduction - Installation -
Configuration
Transformations - FAQ - Developers - Credits - Translators
______________________________________________________________________
phpMyAdmin 2.6.0 Documentation
* SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/
]
* Local documents:
+ Version history: ChangeLog
+ General notes: README
+ License: LICENSE
* Documentation version: $Id: Documentation.html,v 2.86 2004/09/27
17:46:02 lem9 Exp $
Requirements
* php 4.1.0 or later (*)
If you want to display inline thumbnails of JPEGs with the
original aspect ratio, you also need GD2 support in PHP.
* MySQL 3.23.32 or newer (details);
* a web-browser (doh!).
Introduction
phpMyAdmin can manage a whole MySQL server (needs a super-user) as
well as a single database. To accomplish the latter you'll need a
properly set up MySQL user who can read/write only the desired
database. It's up to you to look up the appropriate part in the MySQL
manual.
Currently phpMyAdmin can:
* create and drop databases
* create, copy, drop, rename and alter tables
* do table maintenance
* delete, edit and add fields
* execute any SQL-statement, even batch-queries
* manage keys on fields
* load text files into tables
* create (*) and read dumps of tables
* export (*) data to CSV, XML and Latex formats
* administer multiple servers
* manage MySQL users and privileges
* check referential integrity in MyISAM tables
* using Query-by-example (QBE), create complex queries automatically
connecting required tables
* create PDF graphics of your Database layout
* search globally in a database or a subset of it
* transform stored data into any format using a set of predefined
functions, like displaying BLOB-data as image or download-link or
...
* support InnoDB tables and foreign keys (see FAQ 3.6)
* support mysqli, the improved MySQL extension (see FAQ 1.17)
* communicate in 47 different languages
(*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats)
dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support
(--with-zlib) and/or Bzip2 support (--with-bz2).
Installation
NOTE: phpMyAdmin does not apply any special security methods to the
MySQL database server. It is still the system administrator's job to
grant permissions on the MySQL databases properly. phpMyAdmin's
"Privileges" page can be used for this.
Warning for Mac users:if you are on a MacOS version before OS X,
StuffIt unstuffs with Mac formats.
So you'll have to resave as in BBEdit to Unix style ALL phpMyAdmin
scripts before uploading them to your server, as PHP seems not to like
Mac-style end of lines character ("\r").
Quick Install
1. Untar or unzip the distribution (be sure to unzip the
subdirectories): tar -xzvf phpMyAdmin_x.x.x.tar.gz in your
webserver's document root. If you don't have direct access to your
document root, put the files in a directory on your local machine,
and, after step 3, transfer the directory on your web server
using, for example, ftp.
2. Ensure that all the scripts have the appropriate owner (if PHP is
running in safe mode, having some scripts with an owner different
from the owner of other scripts will be a problem). See FAQ 4.2
for suggestions.
3. Open the file config.inc.php in your favorite editor and change
the values for host, user, password and authentication mode to fit
your environment. Here, "host" means the MySQL server. Also insert
the correct value for $cfg['PmaAbsoluteUri']. Have a look at
Configuration section for an explanation of all values.
4. It is recommended that you protect the directory in which you
installed phpMyAdmin (unless it's on a closed intranet, or you
wish to use HTTP or cookie authentication), for example with
HTTP-AUTH (in a .htaccess file). See the multi-user sub-section of
the FAQ for additional information, especially FAQ 4.4.
5. Open the file <www.your-host.com>/<your-install-dir>/index.php in
your browser. phpMyAdmin should now display a welcome screen and
your databases, or a login dialog if using HTTP or cookie
authentication mode.
Linked-tables infrastructure
For a whole set of new features (bookmarks, comments, SQL-history,
PDF-generation, field contents transformation, etc.) you need to
create a set of special tables. Those tables can be located in your
own database, or in a central database for a multi-user installation
(this database would then be accessed by the controluser, so no other
user should have rights to it).
Please look at your scripts/ directory, where you should find a file
called create_tables.sql. (If you are using a Windows server, pay
special attention to FAQ 1.23).
If your MySQL server's version is 4.1.2 or later, please use
create_tables_mysql_4_1_2+.sql instead, for a new installation.
If you already had this infrastructure and upgraded to MySQL 4.1.2 or
later, please use upgrade_tables_mysql_4_1_2+.sql.
You can use your phpMyAdmin to create the tables for you. Please be
aware that you may need special (administrator) privileges to create
the database and tables, and that the script may need some tuning,
depending on the database name.
After having imported the create_tables.sql file, you should specify
the table names in your config.inc.php file. The directives used for
that can be found in the Configuration section. You will also need to
have a controluser with the proper rights to those tables (see section
Using authentication modes below).
Upgrading from an older version
* You can safely copy your older config.inc.php over a new one, if
you can live with default values for possible new parameters (you
can check release notes to see what new features were added). This
compatibility will stay for long time, current version supports
importing config files from 2.2 and maybe even older (nobody has
tried that).
Using authentication modes
* HTTP and cookie authentication modes are recommended in a
multi-user environment where you want to give users access to
their own database and don't want them to play around with others.
Nevertheless be aware that MS Internet Explorer seems to be really
buggy about cookies, at least till version 6. And PHP 4.1.1 is
also a bit buggy in this area!
Even in a single-user environment, you might prefer to use HTTP or
cookie mode so that your user/password pair are not in clear in
the configuration file.
* HTTP and cookie authentication modes are more secure: the MySQL
password does not need to be set in the phpMyAdmin configuration
file (except for the "controluser" -see the Configuration
section).
However, keep in mind that the password travels in plain text,
unless you are using the HTTPS protocol.
In cookie mode, the password is stored, encrypted with the
blowfish algorithm, in a temporary cookie.
* For 'HTTP' and 'cookie' modes, phpMyAdmin needs a controluser that
has only the SELECT privilege on the mysql.user (all columns
except "Password"), mysql.db (all columns), mysql.host (all
columns) and mysql.table
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
[文件数据]phpMyAdmin 2.6.0 For Linux_phpmyadmin-2.6.0.zip源码PHP项目源代码下[文件数据]phpMyAdmin 2.6.0 For Linux_phpmyadmin-2.6.0.zip源码PHP项目源代码下 1.适合个人搭建网站项目参考 2.适合学生毕业设计搭建网站参考 3.适合小公司搭建网站项目参考
资源推荐
资源详情
资源评论
收起资源包目录
[文件数据]phpMyAdmin 2.6.0 For Linux_phpmyadmin-2.6.0.zip源码PHP项目源代码下 (533个子文件)
RELEASE-DATE-2.6.0 29B
ChangeLog 253KB
CREDITS 173B
docs.css 3KB
arrow_rtl.gif 91B
arrow_rtl.gif 91B
arrow_ltr.gif 88B
arrow_ltr.gif 88B
Documentation.html 162KB
translators.html 42KB
INSTALL 183B
functions.js 35KB
tbl_change.js 10KB
left.js 7KB
user_password.js 6KB
dom-drag.js 4KB
server_privileges.js 3KB
indexes.js 2KB
LICENSE 15KB
display_tbl.lib.php 100KB
server_privileges.php 94KB
common.lib.php 86KB
sqlparser.lib.php 82KB
fpdf.php 77KB
thai-utf-8.inc.php 61KB
greek-utf-8.inc.php 58KB
bulgarian-utf-8.inc.php 56KB
georgian-utf-8.inc.php 54KB
russian-utf-8.inc.php 54KB
ukrainian-utf-8.inc.php 53KB
serbian_cyrillic-utf-8.inc.php 52KB
pdf_schema.php 51KB
hindi-utf-8.inc.php 49KB
arabic-utf-8.inc.php 48KB
persian-utf-8.inc.php 46KB
japanese-utf-8.inc.php 44KB
hebrew-utf-8.inc.php 44KB
left.php 43KB
brazilian_portuguese-utf-8.inc.php 43KB
brazilian_portuguese-iso-8859-1.inc.php 43KB
croatian-utf-8.inc.php 42KB
tbl_change.php 42KB
croatian-windows-1250.inc.php 42KB
croatian-iso-8859-2.inc.php 42KB
korean-utf-8.inc.php 42KB
afrikaans-utf-8.inc.php 42KB
afrikaans-iso-8859-1.inc.php 42KB
finnish-utf-8.inc.php 42KB
malay-utf-8.inc.php 41KB
malay-iso-8859-1.inc.php 41KB
db_details_structure.php 41KB
finnish-iso-8859-1.inc.php 41KB
german-utf-8.inc.php 41KB
persian-windows-1256.inc.php 41KB
galician-utf-8.inc.php 41KB
greek-iso-8859-7.inc.php 41KB
spanish-utf-8.inc.php 41KB
german-iso-8859-1.inc.php 41KB
french-utf-8.inc.php 41KB
azerbaijani-utf-8.inc.php 41KB
galician-iso-8859-1.inc.php 41KB
spanish-iso-8859-1.inc.php 40KB
portuguese-utf-8.inc.php 40KB
hungarian-utf-8.inc.php 40KB
albanian-utf-8.inc.php 40KB
basque-utf-8.inc.php 40KB
basque-iso-8859-1.inc.php 40KB
french-iso-8859-1.inc.php 40KB
portuguese-iso-8859-1.inc.php 40KB
azerbaijani-iso-8859-9.inc.php 40KB
italian-utf-8.inc.php 40KB
lithuanian-utf-8.inc.php 40KB
italian-iso-8859-1.inc.php 40KB
turkish-utf-8.inc.php 40KB
polish-utf-8.inc.php 39KB
indonesian-utf-8.inc.php 39KB
indonesian-iso-8859-1.inc.php 39KB
dutch-utf-8.inc.php 39KB
hebrew-iso-8859-8-i.inc.php 39KB
catalan-utf-8.inc.php 39KB
dutch-iso-8859-1.inc.php 39KB
czech-utf-8.inc.php 39KB
bulgarian-windows-1251.inc.php 39KB
bulgarian-koi8-r.inc.php 39KB
slovak-utf-8.inc.php 39KB
albanian-iso-8859-1.inc.php 39KB
latvian-utf-8.inc.php 39KB
catalan-iso-8859-1.inc.php 39KB
korean-euc-kr.inc.php 38KB
hungarian-iso-8859-2.inc.php 38KB
lithuanian-windows-1257.inc.php 38KB
display_export.lib.php 38KB
polish-iso-8859-2.inc.php 38KB
romanian-utf-8.inc.php 38KB
romanian-iso-8859-1.inc.php 38KB
ukrainian-windows-1251.inc.php 38KB
slovenian-utf-8.inc.php 38KB
bosnian-utf-8.inc.php 38KB
russian-cp-866.inc.php 38KB
swedish-utf-8.inc.php 38KB
共 533 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
yxkfw
- 粉丝: 81
- 资源: 2万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功