添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
MSSQL DBA Blog
How to Create MySQL Databases & Tables

How to Create MySQL Databases & Tables

This blog post is a guide on how to create databases and tables in MySQL, from a Windows and Linux computer. The information included here should help beginners who are new to MySQL.

To create a new database in MySQL, and many other relational database systems we use the CREATE DATABASE SQL Statement.

The meaning behind the word ‘database’ can vary, and often be referred to the same thing as a Schema. In MySQL, Databases and Schemas are both one of the same things.

The following MySQL tips are covered in this post:
# Create a MySQL Database
# The USE DATABASE Command
# Close MySQL Queries with Semicolons
# How to Exit from MySQL CLI