PhpMyAdmin

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第4行: 第4行:
  
 
==安装指南==
 
==安装指南==
创建 config.inc.php文件,包含以下内容:
+
phpMyAdmin 2.9.0 及其版本
 +
vi /libraries/config.default.php
 +
$cfg['Servers'][$i]['host']          = 'localhost'; // MySQL hostname or IP address
 +
$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
 +
$cfg['Servers'][$i]['auth_type']    = 'config';    // Authentication method (config, http or cookie based)?
 +
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
 +
$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
 +
..
 +
修改相关属性.
 +
 
 +
以前版本需要创建 config.inc.php文件,包含以下内容:
 
  <?php
 
  <?php
 
  $cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';
 
  $cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';

2006年8月29日 (二) 22:15的版本

Phpmyadmin-logo.gif

phpMyAdmin 是一个用PHP编写的,可以通过互联网控制和操作MySQL。通过phpMyAdmin可以完全对数据库进行操作,例如建立、复制/删除数据等等。

安装指南

phpMyAdmin 2.9.0 及其版本

vi /libraries/config.default.php
$cfg['Servers'][$i]['host']          = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = ;          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = ;          // MySQL password (only needed
..

修改相关属性.

以前版本需要创建 config.inc.php文件,包含以下内容:

<?php
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['auth_type'] = ; 
$cfg['Servers'][$i]['user'] = 'root'; 
$cfg['Servers'][$i]['password'] = 'huihoo'; 
$cfg['blowfish_secret'] = ; 
?> 

相关链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱