Mysql常用命令 show databases; 显示数据库 create database name; 创建数据库 use databasename; 选择数据库 drop database name 直接删除数据库,不提醒 show tables; 显示表 describe tablename; 显示具体的表结构 select 中加上disti
在使用MySQL-Front连接mysql的时候发生的这个错误 ERROR 1130: Host 192.168.88.160 is not allowed to connect to this MySQL server 更改 mysql 数据库里的 user表里的 host项 localhost改称% mysql -u root -p mysql>use mysql;
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号