• ADADADADAD

    如何解决jsp连接不了mysql数据库的问题[ mysql数据库 ]

    mysql数据库 时间:2024-11-28 13:01:30

    作者:文/会员上传

    简介:

    下面是一段我程序中使用的连接用子程序,publicstaticConnectiongetMysqlConnection()throwsSQLException{StringDBDRIVER="com.mysql.jdbc.Driver";Stringurl="jdbc:mysql://

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    下面是一段我程序中使用的连接用子程序,

    publicstaticConnectiongetMysqlConnection()throwsSQLException{StringDBDRIVER="com.mysql.jdbc.Driver";Stringurl="jdbc:mysql://localhost/user";try{Class.forName(DBDRIVER);}catch(ClassNotFoundExceptionex){ex.printStackTrace();}returnDriverManager.getConnection(url,"root","password");//这里root为用户名,password为你的登录密码:)}
    如何解决jsp连接不了mysql数据库的问题.docx

    将本文的Word文档下载到电脑

    推荐度:

    下载
    热门标签: JSPmysql