MySQL数据库语句

登陆数据库 格式: mysql -h主机地址 -u用户名 -p用户密码  –P端口 –D数据库  –e “SQL 内容” 经常使用:mysql -uroot -p 数据库名称 alter table test rename test1; --修改表名 mysql查询表全部字段的属性和注释 select * from information_schema.columns where tab
相关文章
相关标签/搜索