phpmyadmin 是一个以PHP为基础,以Web-Base方式架构在网站主机上的MySQL的资料库管理工具。 可以管理整个MySQL服务器(需要超级用户),也可以管理单个数据库。为了实现后一种,你将需要合理设置MySQL用户,他只能对允许的数据库进行读/写。那要等到你看过MySQL手册中相关的部分。 安装与配置 1、官方下载站点 http://www.phpmyadmin.net/目前最新版本是2.9.1.1 。 站点上提供了不同的程序压缩方式供我们下载,这里我选择 b...
phpmyadmin http://flurdy.com/docs/postfix/#conf_data phpmyadmin is an excellent MySQL administration gui. I use it to manage my mail settings, and can be used when setting up the MySQL database as well. # cd into web root where phpmyadmin is installed, e.g. /var/www # Again in Ubuntu a soft link is needed to /usr/share # this time however the apt-get has done it for you. (c...
解压后得到一个phpmyadmin的目录(你可以改名) 找到目录里的config.inc.php文件,打开 找到 $cfg['PmaAbsoluteUri'] 修改你将上传到空间的phpmyadmin的网址 如:$cfg['PmaAbsoluteUri'] = 'http://your.domain.com/phpmyadmin/'; 还有下面的 $cfg['Servers'][$i]['host'] = 'localhost';(通常用默认,也有例外) $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)? 在自己...
本帖最后由 liyihongcug 于 2011-06-14 18:59 编辑 摘要:在安装fedora的时候,把基本该选择的组件都选上,其中就有Appache,mysql,和php,但是在我们管了数据库的时候,还是有个图形界面比较方便,我们自己安装phpmyadmin好了,安装很简单的. phpnMyAdmi是一种MySQL的管理工具,它直接从web上去管理MySQL. 假设你的web(网页... 在安装fedora的时候,把基本该选择的组件都选上,其中就有Appache,mysql,和php,但是在我们管了数据库的时候,...
1. 下载 http://www.phpmyadmin.net/home_page/downloads.php 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/86696/showart_1943376.html