phpmysqladmin2.26 Installation Method ... _php

Source: Internet
Author: User
Keywords method installation Cfgservers
MySQL Installation

Pick up the 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 of the entire station), in order to facilitate the use I changed the name of the folder Sqladmin ... (this as you like)
2. Go to Folder open: config.inc.php
And 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 has 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 ';//MySQL password (only needed
With ' config ' Auth_type)
$cfgServers [$i] [' only_db '] = '; If set to a db-name, only
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 (see 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 the password set by your SQL ';
$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 the password set by your SQL ';
$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 your username is changed, then you can get rid of the root.
3306 for Port ... Port to see if My.ini is 3306. If it is, do not need to change directly add or correct. If not 3306 then just change the port directly.

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

The last step: Copy the config.inc.php inside the sqladmin to the outside ... I am here d:\ inside ... Your all-in-one is to change the directory where your site is located. In short, you can see the Sqladmin folder outside the directory on it.

Finally run http://localhost/sqladmin/index.php if you take out the page can be ... According to the reason is English ... As long as the English option Chinese simxxxxx can become Chinese ...

There may be typos! I'll see if there's nothing wrong with that. 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.