Mysql入门必备

标题Linux安装phpMyAdmin

官方下载最新版本后,上传到你的网站目录下,然后进行配置。只需几步即可搞定。

官方下载:http://www.phpmyadmin.net/home_page/downloads.php

a. config.sample.inc.php更名为config.inc.php;
b. 打开config.inc.php文件,进行以下修改;
// $cfg['Servers'][$i]['controluser'] = ‘pma’;
// $cfg['Servers'][$i]['controlpass'] = ‘pmapass’;
// $cfg['Servers'][$i]['pmadb'] = ‘phpmyadmin’;
// $cfg['Servers'][$i]['bookmarktable'] = ‘pma_bookmark’;
// $cfg['Servers'][$i]['relation'] = ‘pma_relation’;
// $cfg['Servers'][$i]['table_info'] = ‘pma_table_info’;
// $cfg['Servers'][$i]['table_coords'] = ‘pma_table_coords’;
// $cfg['Servers'][$i]['pdf_pages'] = ‘pma_pdf_pages’;
// $cfg['Servers'][$i]['column_info'] = ‘pma_column_info’;
// $cfg['Servers'][$i]['history'] = ‘pma_history’;
// $cfg['Servers'][$i]['designer_coords'] = ‘pma_designer_coords’;

去掉每行前面的//;
c.$cfg['blowfish_secret'] = ”|修改为 | $cfg['blowfish_secret'] = ‘http’;
d.$cfg['Servers'][$i]['controluser'] = ‘pma’;|把’pma’修改为你的帐号|<br />
e.$cfg['Servers'][$i]['controlpass'] = ‘pmapass’;
|把’pmapass设置为你的mysql登录密码|
f.$cfg['blowfish_secret'] = ” | 添加短语密码例如:$cfg['blowfish_secret'] = ‘onohot’|



相关课程

课时简介

课时发布人:admin

发布于:2013-01-08

785 0

课程创建人

最近最近学完的人( 全部1人 )

最近收藏该课时的人( 全部1人 )

立即注册
学习路上要有伙伴同行!
登录后可与26名学员及知识达人交流、学习。