求教怎么连接数据库,error while performing database login with the mysql driver:Could not create connection todatabase server
下载和你mysql对应版本的连接jar包。
mysql_connect('localhost','root','root');
去官网下载驱动,https://dev.mysql.com/downloads/connector/odbc/