hysyeah

知易行难


  • 首页

  • 分类

  • 标签

  • 归档

  • 关于

  • 搜索

mysql一些语句

发表于 2017-10-28 分类于 数据库

获取一张表的所有字段名

select COLUMN_NAME from information_schema.columns where table_name='TableName'

对一个数据库进行赋权

grant all privileges on database.* to username@ip identified by 'passwd'
flush privileges
supervisor can not find 'uwsgi' command
Linux 安装mysqlclient
  • 文章目录
  • 站点概览

hys

329 日志
30 分类
35 标签
  1. 1. 获取一张表的所有字段名
  2. 2. 对一个数据库进行赋权
hysyeah.top © 2019-2025 粤ICP备19077752号