;
Save the file in a defined folder, and enter the file name index. php to be saved.
Open IIS and debug the php file http: // localhost/php/index. php
5. configure php. ini
PHP5 does not support MSQL by default, so we need to configure PHP. INC.
(1) set the extension pathFind the row in extension_dir; Extension_dir = "./"Add a line after this line (note that adding a line is not followed)Extension_dir = "d: \ php \ ext"D: \ php is the path for
zxvf phpMyAdmin-2.11.9-all-languages-utf-8-only.tar.gz
Path/var/www/phpMyAdmin-2.11.9-all-languages-utf-8-only
C. modify the directory name/var/www/onlyyoukown.
# Mv/var/www/phpMyAdmin-2.11.3-all-languages/var/www/onlyyoukown
D. modify the configuration file.
1. find/libraries/config. default. php file (config. default. copy php to The
is enabled as http: // localhost/phpmyadmin/. I tried http: // 127.0.0.1/phpmyadmin /. Open the phpmyadmin configuration file D: \ wamp \ alias \ phpmyadmin. conf and change Allow from 127.0.0.1 to Allow from 127.0.0.1 localhost.
, later I found out that:
Alias. url + = ("/phpmyadmin/" => "/var/www/phpmyadmin /")
Add a plus sign before the equal sign. this is indeed different from other ones, haha.
After the virtual directory is configured, decompress the phpmyadmin file to your/var/www/phpmyadmin file. then, manually configure
phpMyAdmin installation package: wget Https://files.phpmyadmin.net/phpMyAdmin/4.4.14/phpMyAdmin-4.4.14-all-languages.zip
Here we download the version 4.4.14. Wait for the download to complete.
(3) decompression.
Unzip Phpmyadmin-4.4.14-all-languages.zip
Also notice here that the command
"Not all advanced phpMyAdmin functions are set, and some functions are unavailable. Click here to find out the cause ." After logging on to phpmyadmin nbsp;, the message "phpMyAdmin nbsp; advanced functions are not all set, and some functions are unavailable. Click here to find out the cause ." Follow the steps below to solve the problem by using the SQL file
service that originally existed in the computer. 3. Verify that the database is installed successfully Turn on MySQL in cmd input net start MySQL open mysql (cmd Run as Administrator) If Apache is not turned on , enter the net start apache2.2 in cmd Write in the php file index.php file that you just created $connect =mysql_connect (' 127.0.0.1 ', ' root ', ' database Password '); if (! $connect) echo ' Connection failed ! '; else echo ' connection succeeded '; Mysql_close (); ?> Open Lo
[Mysqluser]–pEnter the MySQL console.1.6 Install PhpmyAdmin
Download phpmyadmin-4.2.7-all-languages.tar.gz (this requires manual download, with Debian installed directly, and Nginx integration will be more troublesome)
Website Direct download: http://www.phpmyadmin.net/home_page/downloads.phpTerminal Downloadwget http://prdownloads.sourceforge.net/phpmyad
the Downloads page, select “all-languages.zip version to download to local, decompress the file to the system specified virtual root directory phpmyadmin folder (can be customized folder name ), for example, the local storage location of flymorn is d: wwwphpmyadmin. 2. Find the/libraries/config. default. php file in the phpmyadmin folder (the old version is the config. inc. php file under the root directo
Open the phpMyAdmin hint in the WAMP environment "the mysqli extension is missing. Please check your PHP configuration. ", this article shared my solution, have encountered the same problem of friends under the reference, hope to solve your problem.Wamp installed Wampserver (wampserver2.2e-php5.4.3-httpd2.2.22-mysql5.5.24-32b.exe) PHP is 5.4.After the installation is complete, when you run phpMyAdmin, an er
normal mode. If you run the server as a service, you should start it from the Windows service window. If the server is started manually, the command can be used as usual.
The new password should be used for connection
Certificate -----------------------------------------------------------------------------------------------------------------------------------------------------
Next: If you want to run phpMyAdmin, the following error occurs: Error 104
-Mount phpMyAdmin1. Download package URL: https://files.phpmyadmin.net/phpMyAdmin/2.11.11.3/phpmyadmin-2.11.11.3-all-languages.tar.gz/ 2. Decompression#tar XZVF phpmyadmin-2.11.11.3-all-languages.tar.gz3. Move the file and name the file phpMyAdmin#mv Phpmyadmin-2.11.11.3-all
1. First to download phpMyAdmin online, and then extract to the access to the Web directory (if it is virtual space, you can extract the FTP after uploading to the web directory), of course, you can modify the extracted after the name of the file.
2. Configure config fileOpen the config.default.php file under libraries, locate the following sequence, and follow the instructions to configure it:
A. Visit the Web site$cfg [' pmaabsoluteuri '] = '; her
First, modify the Apache port1, select Apache in the interface, Pop-up hidden menu options, open the configuration file httpd.conf;2, find Listen 80;3, change 80 to 8080 (of course, you can also set other unused ports);4, save, waiting to restart Wamp service can be.Second, modify Wamp open the default page Localhost and PhpMyadmin ports1. Open the Wamp directory under the Wampmanager.tpl file2. FindParamet
Note: Since Root does not have a password at the beginning, the-p old password can be omitted.
Then execute:
SET PASSWORD for root@localhost = Old_password (xqin.com);
The command here is that the password hashing algorithm used in MySQL 4.1 and its later version verification protocol is incompatible with the old client, and the login with the correct password in phpMyAdmin will also prompt:
Client does n
delete databases and data tables. You can also use phpMyAdmin to create common php syntaxes to facilitate the correctness of the SQL syntaxes required for compiling webpages.
Environment introduction;
System environment: CentOS 7
Installation process
1. install the required software package
# Yum install httpd mariadb-server php-mbstring php-mysql-y
2. decompress the phpmyadmin package and copy it to the
This article introduces how to configure the mysql logon management password in phpmyadmin. Next, I will introduce you to users using the root user as an instance. For more information, see. the phpMyAdmin configuration file is in c... this article introduces how to configure the mysql logon management password in phpmyadmin. Next, I will introduce you to users u
PhpMyAdmin is mainly used to manage mysql on the web interface. The Installation Method in Fedora is as follows:
1. yum install phpMyAdmin
The path of phpMyAdmin installed using yum is as follows:
Installation path:/usr/share/phpMyAdmin
Configuration File in Apache:/etc/httpd/conf. d/
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.