order to avoid the loss caused by the modification error, it is strongly recommended to back up the config.default.php file as Config.default.php.bakMethod Two: Login phpMyAdmin only need to enter the user name, password, server address for the drop-down list is optional, after landing can also select other servers to quickly switch. RecommendedAdvantages: Easy to login, switch server after login without exiting the current connection.Operation Steps
this command:
MV Config.sample.inc.php config.inc.php
Then edit this config.inc.php, use VI Bar. This random, then, you have to pay attention to find $cfg[' Blowfish_secret ' this line, after the equal sign set a random password, this is not very important, but must be set, otherwise, you can not use phpMyAdmin.
Please look at my phpMyAdmin profile on this machine:
/* Authentication type */$cfg [' Servers
to the web server after editing.
B. Decompress this file
# Tar zxvf phpMyAdmin-2.11.3-all-languages.tar.gz
Path/var/www/phpMyAdmin-2.11.3-all-languages
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. c
following content:
Delete the index.html file under Apache htdocs (one can be backed up first ),
In this way, index. php is used to access http: // localhost;
9. Copy config. default. php in libraries under phpMyAdmin to phpMyAdmin and rename it config. inc. php;
Set config. inc. php $ cfg ['servers'] [$ I] ['auth _ type'] = 'cooker' at around 200 rows to
Symptom: In phpMyAdmin beyond Open table, prompt #1142-select command denied to user "@ ' localhost ' for table ' Pma_table_uiprefs 'Solve:1. Log in to MySQL server#./mysql-uroot-p> source/path/to/phpmyadmin/examples/create_tables.sql;> GRANT SELECT, INSERT, UPDATE, DELETE on phpmyadmin.* to ' PMA ' @ '
First, provide the APACHEPHPphpMyadminMYSQL12 of each package. If you do not want to install the configuration, there are also many integrated packages that are being updated on the Internet. xamppappservwamp 2 installation 1. install apache image and text refer to hi. baidu.
First give each package of apache php phpMyadmin MYSQL 1 2 if you do not want to install configuration online there are also a lot of Integrated Package update xampp appserv wamp
Urgent help? My phpMyAdmin cannot be opened. 1. I installed appserv, where http: // localhost; http: // localhost/phpinfo; can be correctly displayed, but http: // localhost/phpMyAdmin cannot be opened or changed. inc. the password in php still does not work. could you pleas
This article to introduce to you in the phpMyAdmin configuration MySQL login management password Oh, below I take root user as an example to introduce the introduction of students, there is a need to understand the friends can refer to.
phpMyAdmin configuration file in the config.default.php under Libraries, the main configuration is as follows:
In general, if your MySQL and
Long time no writing, come up and record a little something you learned today ~Before the PHP development, has been using SQLyog to operate the MySQL database, but today found that SQLyog function is not very perfect, mainly I want to modify the database name, but SQLyog do not support, that there is no way, can only change the way to go. Say dry, find some information on the Internet, found that phpMyAdmin can, so immediately download a
on the web. if it is a virtual space, you can decompress the package and upload it to the web Directory using the ftp tool. you can also modify the name of the extracted file.
II. configuration
Open the config. default. php file under the libraries Directory, find the following items in sequence, and configure them according to the instructions.
1. visit the website
$ Cfg ['pmaabsoluteuri '] = ''; enter the phpMyAdmin access url here.
2. MySQL host i
The first installation, or rather a little time, is used to find the cause of the error.The phpMyAdmin installation process is as follows:1) Install Epel sourceBecause the CENTOS7 system default Yum installation source has some program version is relatively low, so first append Eperl sourceYum Install Epel-install2) Install Apache, PHP, mariadbInstall with YumYum install-y httpd Httpd-develYum install-y php php-devel php-opcache php-mbstring php-mysql
Http://localhost/phpmyadmin in the browser address bar.
Ubuntu LAMP How to configure Apache
1. Enable the Mod_rewrite moduleTerminal command: sudo a2enmod rewriteRestart Apache server: sudo/etc/init.d/apache2 restart
apache after reboot we can test, in the/var/www directory to create a new file test.php, write code:?? Save, enter http://127.0.0.1/test.php in the Address bar, or http://
PhpMyAdminIs a Web interface that allows you to manage your MySQL database. So how can ICentOS 1, 6.0What about phpMyAdmin installation? This article introduces the installation process, hoping to help you.
First, let's import the GPG key of RPMForge from the official CentOS 6.0 library phpMyAdmin:
rpm–importhttp://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
X86_64 system installation command:
mysqld start
Step 3. configure httpd and mysqld to start automatically
Chkconfig mysqld onchkconfig httpd on
Step 4. configure phpmyadmin
Modify/usr/share/phpmyadmin/config. inc. php
# Change the abcde text here to your own character, which can be any $ cfg ['blowfish _ secret'] = 'ABCDE ';
FAQs
1. phpmyadmin prompts that php-mcrypt is not enabled because t
information supported by the current server Zend
5. Installation Phpmyadmin-2.10.1-all-languages.zip
1 phpmyadmin-2.10.1-all-languages.zip The download to the current folder, renamed to phpMyAdmin, and then moved to the site root directory, where I am the D:\wwwroot directory below
2) Edit the config.default.php under D:\wwwr
Before using Apache, sometimes access to localhost, actually prompted 403 access die, but in a few days and can (no modification of any configuration of the case), very strange, this situation, no matter how to modify the configuration is prompt 403 no permission! The odds are low but can't be solved.
After changing the nginx there is no longer such a problem, autoindex with very cool.
Configuration file localhost.conf:
Where the Http://
://ubuntuone.cn and so on after editing and then upload to the web server
B. Decompress this file# Tar zxvf phpMyAdmin-2.11.3-all-languages.tar.gzPath/var/www/phpMyAdmin-2.11.3-all-languages
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.
PhpMyAdmin is written in PHP and can be used to control and operate MySQL databases on the web. PhpMyAdmin can be used to operate databases, such as creating, copying, and deleting data.
1. Install phpMyAdmin. You can use the centos epel software source to conveniently install the phpMyAdmin package:
[Root @ cen
Tags: phpmyadmin+mysql-5.6The use of phpMyAdmin first requires a lamp or a LNMP environment: First, to build the phpMyAdmin operating environment. Now take the lamp environment as an example:Install the deployment lamp environment 1. Installing ApacheDownload installation yum install zlib-devel -y
wget http://mirror.bit.edu.cn/apache/httpd/httpd-2.2.31.tar.gz
tar
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