1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > 请问windows下用Navicat能连 用PHP无法连接远程mysql的有关问题!

请问windows下用Navicat能连 用PHP无法连接远程mysql的有关问题!

时间:2020-05-26 02:05:26

相关推荐

请问windows下用Navicat能连 用PHP无法连接远程mysql的有关问题!

后端开发|php教程

mysql,connect,quot,password,user

后端开发-php教程

请教windows下用Navicat能连,用PHP无法连接远程mysql的问题!急!!!

PHP code

web进销存php源码下载,vscode中文版xp,ubuntu vhd版,tomcat默认各个端口,java写个爬虫,php正则表达式双引号,网店seo推广怎么做,中英文网站程序,视频播放模板代码lzw

$user="user_test";$pass="12345";$server="172.17.1.15";$port="3306";$con=mysql_connect($server,$user,$pass);

PHP版本是 5.3 Mysql版本是 5.077 使用IIS7

微信公众平台二次开发源码,升级到ubuntu,java爬虫模拟ip,php参数,福州seo接单lzw

显示的是如下错误:

Warning: mysql_connect(): Premature end of data (mysqlnd_wireprotocol.c:554) in D:\WwwRoot\AutoDial\mysql_connect_test.php on line 7 Warning: mysql_connect(): OK packet 1 bytes shorter than expected in D:\WwwRoot\AutoDial\mysql_connect_test.php on line 7 Warning: mysql_connect(): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD(‘your_existing_password’). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your f file

jquery ajax源码下载,诺基亚手机安装ubuntu,c 爬虫处理数据,php mycombine,seo好坏判断lzw

奇怪的是,使用 navicat可以连接到mysql,但使用代码不行,想请问下该如何解决啊?!谢谢各位了!

——解决方案——————–

自mysql 4.1开始,不能再用明码的password连接mysql,你上面至少涉及这个问题

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。