Home >Database >Mysql Tutorial >jdbc链接mysql url_MySQL

jdbc链接mysql url_MySQL

WBOY
WBOYOriginal
2016-06-01 13:10:451020browse

jdbc:mysql://localhost:3306/test?user=root&password=&useUnicode=true&characterEncoding=gbk&autoReconnect=true&failOverReadOnly=false


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Mysql设置外网连接_MySQLNext article:mysql 临时表_MySQL