English 中文(简体)
PHP 5.3, 采用旧的认证?
原标题:PHP 5.3, using old authentication?
  • 时间:2010-06-03 15:55:59
  •  标签:
  • php

We re setting up a new webserver with PHP5.3 and are getting the "Error: could not connect: mysqlnd cannot connect to MySQL 4.1+ using old authentication ?" error message. After some google ing I ve found that we should set old passwords = 0 in my.cnf and reset the password(s). But we still have webservers running php 4.x & 5.2 that access the same mysql server (different users & databases), how will these be affected by this ? Will the mysql server be compatible with all the different PHP versions ?

问题回答

采用“新”模式的是MySQL 4.1, 而MySQL 4.1正是老旧的,大多数系统最有可能使用客户,了解处理认证的新方式。 你还可以使用不同模式的不同用户,在修改旧的“口号”之后,确定你可以使用OMD-PASSWORD(PASSWORD)功能为客户4.1,并为客户4.1和老年人使用PASSWORD(PASSWORD)。

一般来说,旧的机制提供强有力的保障,因为新机制以及处理标识的新方式是<>strongly





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签