Home  >  Article  >  Database  >  How to enter existing database in mysql

How to enter existing database in mysql

little bottle
little bottleOriginal
2019-05-29 17:11:116753browse

How to enter existing database in mysql

View the database, select to use the database, and view the database tables. The specific operation commands are as follows:

show databases;
use student;
show tables;

How to enter existing database in mysql

The above is the detailed content of How to enter existing database in mysql. 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