Linux服务器执行sql文件

Linux服务器执行sql文件

连接数据库

1
mysql -u user -p password

新建数据库

1
2
create database database_name;
show databases;

选择数据库

1
2
source /test.sql
show tables;

删除数据库

1
drop database dabatase_name;

备份数据库查看 MySQL bin日志

Powered by Hexo and Hexo-theme-hiker

Copyright © 2017 - 2023 Keep It Simple And Stupid All Rights Reserved.

访客数 : | 访问量 :