• 2022-06-14
    通过Java协议连接本地的mysql数据库中的gradem数据库的url是___。
    A: jdbc:mysql://localhost:3306/gradem
    B: jdbc:sqlserver://localhost:3306/gradem
    C: jdbc:mysql://localhost/gradem
    D: jdbcodbc:mysql://localhost:3306/gradem
  • A

    内容

    • 0

      中国大学MOOC: jdbc:mysql://localhost:3306/student中,student表示访问的数据库名称。

    • 1

      mysql数据库的jdbcUrl路径值为: :mysql://localhost:3306/数据库名

    • 2

      数据库的连接字符串可以定义为”jdbc:mysqp://localhost:3306:company”。

    • 3

      连接本地MySQL数据库的命令是“mysql -h localhost -u root -p”。

    • 4

      连接MySQL数据库的正确方法是() A: mysqli_open("localhost"); B: mysqli_connect("localhost"); C: connect_mysqli("localhost"); D: dbopen("localhost");