Home  >  Article  >  Database  >  How to create a database in sqlyog?

How to create a database in sqlyog?

藏色散人
藏色散人Original
2019-05-11 10:39:385690browse

How to create a database in sqlyog?

First start xampp's apache and MySQL

How to create a database in sqlyog?

Then open sqlyog

How to create a database in sqlyog? in Right-click on the page on the left and select "create database", enter name, change the database charset to utf8

How to create a database in sqlyog?

Click Create to create a database,

How to create a database in sqlyog?

It is more convenient to create table, view... in this way.

You can also directly enter the statement on the right page to create it, but I prefer it. This way, it feels much more convenient.

The above is the detailed content of How to create a database in sqlyog?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What does sql cmd mean?Next article:What does sql cmd mean?