phpmysqladmin2.26 Installation Method ...

Source: Internet
Author: User
MySQL up http://www.dev-club.com/club/bbs/list.asp?boardid=31&page=5&t=1690132&tp=%5B%u539F%u521B% 5dwin98/me%u5b89%u88c5apache+mysql+php%u5b89%u88c5%u6700%u7ec8%u6280%u5de7 ...

1. Of course, unzip the file in D: Inside (is the directory where the whole station), in order to facilitate the use of my folder name changed sqladmin ... (this as you like)
2. Enter folder open: config.inc.php
Then modify a little something. As follows!
$cfgServers [$i] [' host '] = ' localhost '; MySQL hostname
$cfgServers [$i] [' port '] = ' 3306 '; MySQL Port-leave blank for default port
$cfgServers [$i] [' socket '] = '; Path to the Socket-leave blank for default socket
$cfgServers [$i] [' connect_type '] = ' TCP '; How to connect to MySQL server (' TCP ' or ' socket ')
$cfgServers [$i] [' controluser '] = '; MySQL Control user Settings
(This user must have Read-only
$cfgServers [$i] [' controlpass '] = '; Access to the "Mysql/user"
and "mysql/db" tables)
$cfgServers [$i] [' auth_type '] = ' config '; authentication method (config, HTTP or cookie based)?
$cfgServers [$i] [' user '] = ' root '; MySQL User
$cfgServers [$i] [' password '] = ' Fill in the password set by your SQL ' here;//MySQL password (only needed
With ' config ' Auth_type)
$cfgServers [$i] [' only_db '] = '; If set to a db-name
This db is displayed
At left Frame
It may also is an array
of Db-names
$cfgServers [$i] [' verbose '] = '; Verbose name for this host-leave blank to show the hostname
$cfgServers [$i] [' bookmarkdb '] = '; Bookmark Db-leave blank for no bookmark support
$cfgServers [$i] [' bookmarktable '] = '; Bookmark Table-leave blank for no bookmark support
$cfgServers [$i] [' relation '] = '; Table to describe the relation between links (if you are a doc)
-Leave blank for no relation-links support

$i + +;
$cfgServers [$i] [' host '] = ' localhost ';
$cfgServers [$i] [' port '] = ' 3306 ';
$cfgServers [$i] [' socket '] = ';
$cfgServers [$i] [' connect_type '] = ' TCP ';
$cfgServers [$i] [' controluser '] = ';
$cfgServers [$i] [' controlpass '] = ';
$cfgServers [$i] [' auth_type '] = ' config ';
$cfgServers [$i] [' user '] = ' root ';
$cfgServers [$i] [' password '] = ' Fill in your SQL set password ' here;
$cfgServers [$i] [' only_db '] = ';
$cfgServers [$i] [' verbose '] = ';
$cfgServers [$i] [' bookmarkdb '] = ';
$cfgServers [$i] [' bookmarktable '] = ';
$cfgServers [$i] [' relation '] = ';

$i + +;
$cfgServers [$i] [' host '] = ' localhost ';
$cfgServers [$i] [' port '] = ' 3306 ';
$cfgServers [$i] [' socket '] = ';
$cfgServers [$i] [' connect_type '] = ' TCP ';
$cfgServers [$i] [' controluser '] = ';
$cfgServers [$i] [' controlpass '] = ';
$cfgServers [$i] [' auth_type '] = ' config ';
$cfgServers [$i] [' user '] = ' root ';
$cfgServers [$i] [' password '] = ' Fill in your SQL set password ' here;
$cfgServers [$i] [' only_db '] = ';
$cfgServers [$i] [' verbose '] = ';
$cfgServers [$i] [' bookmarkdb '] = ';
$cfgServers [$i] [' bookmarktable '] = ';
$cfgServers [$i] [' relation '] = ';

If you are installing my previous installation method just follow the same change ... If you changed the user name, then you can change the root of the ...
3306 is the port ... Port to see if the My.ini is 3306. If there is no need to change directly or correction. If not 3306 then just get rid of the port directly.

Then find: $cfgPmaAbsoluteUri modified to: $cfgPmaAbsoluteUri = ' http://localhost/sqladmin/', where Sqladmin is the name of the folder ...

The last step: the sqladmin inside the config.inc.php copied to the outside ... I am here d:\ ... Your view is that your whole station is there to modify the directory where your site resides. In short, you can see the directory outside the Sqladmin folder.

Finally run http://localhost/sqladmin/index.php if the Web page can be ... According to the reason is English ... As long as the Chinese option to choose Chinese simxxxxx can be changed into Mandarin ...

There may be typos! I'll see if there's nothing wrong. OK!!!

Some people want to use 2.20, here also talk about it! Very simple ...
Most of them are the same as above ... Just don't search for $cfgpmaabsoluteuri. That means you don't have to change it ...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.