软讯网络 > 冲浪宝典 > 网络资源 > MySQL step by step...1
【标 题】:MySQL step by step...1
【关键字】:
MySQL,step,by,step...1
【来 源】:http://www.cublog.cn/u/10869/showart.php?id=107487
MySQL step by step...1
一 熟悉mysql环境
1.1 登陆
>mysql [-h 主机名] [-u 用户名] [-p(密码)]
1.2 了解mysql 的环境
>select now();
>select user(),version(),now();
1.3 中止服务器的连接
>quit