SQL 命令
- 登录系统:
mysql -u user_name -p
- 查看当前用户列表:
select user;
- 查看数据库列表:
show databases
- 进入某数据库:
use db_name;
- 查看某数据库中的数据表:
show tables;
「以解决问题为乐」
真的喜欢么?真的喜欢就去做吧。
Lost Boy Calling 。。。。
... Many of these issues are best dealt with at the algorithmic level, rather than by "tweaking" the code.
This is an obscurity that catches the unwary.
原来我什么都不懂。