1.mysql的一些使用技巧

1.查询当前用户
   select user();
2.查询所在库
  select database();
3.mysql命令行自动补全
  - 使用mycli 
    pip install mycli
  - mysql自带(测试但没有成功)
  
    在mysql的配置文件添加(永久配置)
			auto-rehash
	mysql -uroot -p1234 --auto-rehash #临时配置
上一篇:ubuntu扩展屏幕


下一篇:csss线条中间粗两边细