Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Register
Login
How to create database in MySQL
WhatsApp
Mahesh Chand
12y
6
k
0
5
Resource
0
MY SQL
MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases.MySQL is an open source database software based on the SQL vocabulary which can be employed in combination with most server-side languages, but which is most commonly employed with PHP.
Create Database in My SQL
Create database command is use to create database in MY SQL.It is simple command use to create database.
Syntax for create Database:
CREATE Database DATABASE NAME;
Continue here ...
How to create database in MySql
MySQL