Because I upgraded PHP to 5.3.1, the previous phpMyAdmin version can not be used, the upgrade to phpMyAdmin 3.2.4 version of the time, you will be unable to log in with a blank password root user situation. How to solve it? Please refer to the following steps:
1. Open the directory where the program is located
2. Locate the config.default.php file in the Libraries directory
$cfg [' Servers '] [$i] [' allown
I am in the windows2008 server configuration Iis+mysql+phpmyadmin, under the phpMyAdmin already put the required configuration, but when the operation of the prompt, who knows what this is going on?
Reply to discussion (solution)
Obviously, there's a problem with your configuration.
Obviously, there's a problem with your configuration.
What I'm configuring is
Update Mysql.user set Password=old_password (' New password ') where user= ' username '
Note that this old_password (MySQL function) encrypts the password to 16 bits, but not the
Password () This function, otherwise it will be encrypted into 40 bits.
Then modify the phpMyAdmin
Copy the Code code as follows:
$cfg [' Servers '] [$i] [' auth_type '] = ' http '; authentication method (config, HTTP or cookie based)?$cfg [' Servers '] [$i] [' user '] = '
We know a lot of online download forums or personal blog programs have installed pages, in order to create such an installation program will need to use the SQL file creation database.
Valid only for phpMyAdmin exported SQL files
Copy the Code code as follows:
$dbfile = "Test.sql";$cGet the data you createdRemove comments$c/--. *\n/iu "," ", $content);Replace prefix$c$carr =array ();$iarr =array ();Extract CreatePreg_match_all ("/create table. *\ (
To solve the 1862 (phpmyadmin)/1820 (mySQL) Error in mysql, 1862 phpmyadmin
Problems Found
I have been running well before, And suddenly mysql cannot work. An error is reported after the request command:ERROR 1820 (HY000): You must set password before executing this statementYou cannot log on using the phpMyAdmin management tool. The error is displayed: #1862 c
Tags: rri img logs index symlink prompt COM to use denyWhen you have finished installing Wamp, when you open localhost or IP, you can see that it is ready to run. But when you want to use phpMyAdmin, you'll notice the following: You don't have permission to access/phpmyadmin/on the this server. Workaround: Open the following file:
C:\WAMP\ALIAS\PHPMYADMIN.CONF//This is the contents of your Wamp
The contents of the sql.php file are as follows:
Copy the Code code as follows:
System ("Mysql-uroot-pmypassword Database print "SQL OK";?>
Where root represents the database user name, MyPassword represents the root password, database represents the name of the databases to be imported, A.sql represents the file name of the database files
The above describes the phpMyAdmin configuration phpmyadmin i
phpMyAdmin you can officially download and then modify the config.cfg.php in the catalog
One, use cookie authorization mode
Change ' auth_type ' to ' cookie ' and modify ' Blowfish_secret ' to use an arbitrary string as an encrypted string of cookies, and if there is no encryption key, the system will display "The configuration file now requires a top-secret phrase password" (blowfish_ Secret) ", the configuration file is as follows:
$cfg [' Server
The following conditions may cause you to run the phpMyAdmin program prompt "Unable to load MCrypt extensions, check the PHP configuration" error prompt1, does not install the MySQL database correctly, in the system service MySQL related service does not start (please check correctly installs the MySQL method)2, in the system system32 (C:WINDOWSSYSTEM32) directory is missing libmcrypt.dll files, the solution is to find the PHP directory Libmcrypt.dll,
This is because the default phpmyadmin null password login is prohibited, if you want to phpmyadmin empty password allow login, you need to modify phpMyAdmin related configuration.
In the phpmyadmin3 installation configuration diagram tutorial, I introduced the phpMyAdmin installation and configuration, as to modify t
Installation of phpMyAdmin 1, Enter the source code of the software in the directory/usr/local/src/, and extract the package phpmyadmin-3.5.6-all-languages.tar.gz to the current directory phpmyadmin-3.5.6-all-languages. NBSP, 2, the extracted directory phpmyadmin-3.5.6-all-languages under the file, all copied to Apac
In the previous phpmyadmin tutorial, I introduced a lot of phpmyadmin configuration knowledge. in phpmyadmin3.4, the graphical phpmyadmin configuration function is displayed, this article mainly introduces phpmyadmin in The phpmyadmin tutorial in the form of a graphical inte
This article is sponsored by Ilanniweb, starting in Slime Line the world Want to get more articles, you can follow my ilanniweb In fact, this article has long wanted to write, but has not had the time. It was just a little bit empty this afternoon, so I sorted out this article. About phpMyAdmin article, in Baidu a search, can search out a lot. In this article I will introduce how to control the operation of the database by the
In the previous phpMyAdmin tutorial I introduced a number of phpmyadmin configuration knowledge, in the phpmyadmin3.4 version of the graphical phpMyAdmin configuration features, mainly from the phpMyAdmin server configuration, A graphical interface is used to manipulate phpMyAdmin
This combination makes the development of Web programs simple, secure, and efficient. Because the program is running under Linux, although the copyright fee is removed, the management of the database is less than the graphical interface management tools under Windows, so it is a little difficult to use. Now have a set of PHP developers to write the management of Linux database under the program, phpMyAdmin can be very good to solve the use of usabilit
1 configure DNS
VI/var/named/yesgo. Loc
# Append the following line. Of course, you can customize other aliases or host names.
MySQL in cname ns. yesgo. loc.
/Etc/rc. d/init. d/named restart // restart the DNS ServiceNSLookup // test whether the resolution is successful
2. Create an FTP# When installing MySQL, we have created an account called mysql. If you have not created an account, follow the following statement to create one:Useradd mysq-S/dev/null-G ftpchrootPasswd MySQL
3. Install phpMyA
Simply put, phpMyAdmin is a MySQL management tool that, when installed, can directly manage MySQL data through the web, without the need to perform system commands to manage it,
is ideal for database managers unfamiliar with database operation commands, Next I'll say how to install the tool: 1. First to the Internet to download phpMyAdmin , and then extract to the Web directory can be accessed (if it i
Ideal for database managers unfamiliar with database operation commands, let me just say how to install the tool:
1. First go to the Internet to download phpMyAdmin, 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 file
Open the config.default.php file under libraries, l
phpMyAdmin installation, the default of its advanced features are not open, so generally log on to phpMyAdmin, will prompt "phpMyAdmin advanced features have not been fully set, some features are not activated." Please click here to see why. ”。 And the so-called advanced function, in fact, is to store the various parameters of
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.