Navicat for MySQL怎么连接php+mysql+apache

2024年11月28日 12:48
有3个网友回答
网友(1):

File -> new connections, 输入连接数据库的相关信息,确定以后, 选择你刚建的连接,双击就可以了.

网友(2):

-------------连接数据库
driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/数据库名称?useUnicode=true&characterEncoding=gbk
username=root
password=******
-------------连接Apache是将项目放到Tomcat内就好了。

网友(3):

好好的看一下php的基础知识吧!有好几种方法呢!