zoukankan      html  css  js  c++  java
  • MYSQL 创建数据库SQL

    CREATE DATABASE crm CHARACTER SET utf8 COLLATE utf8_general_ci;

    MySQL :: MySQL 5.7 Reference Manual :: 10.3.3 Database Character Set and Collation
    https://dev.mysql.com/doc/refman/5.7/en/charset-database.html

    MySQL :: MySQL 8.0 Reference Manual :: 3.3.1 Creating and Selecting a Database
    https://dev.mysql.com/doc/refman/8.0/en/creating-database.html

    MySQL :: MySQL 5.7 Reference Manual :: 13.1.11 CREATE DATABASE Syntax
    https://dev.mysql.com/doc/refman/5.7/en/create-database.html

  • 相关阅读:
    浮点数
    2020.07.13
    2020.07.07
    2020.07.06
    剑指offer(三)
    剑指offer(二)
    剑指offer
    堆排序
    归并排序
    希尔排序
  • 原文地址:https://www.cnblogs.com/rgqancy/p/10074849.html
Copyright © 2011-2022 走看看