摘要:
Good afternoon everyone, I want to tell you that I’d like to travel the Inner Mongolia Grasslands best.There are no big house, no big mountain, no big river, just a lot of horse. I like the feeling to ride on horseback and no matter which route I take, I can’t catch the end. I like the feeling tha.. 阅读全文
摘要:
Good afternoon everyone, I'm so glad to join this English Hour again with you after my two weeks leave. I miss you all very much.As we all know, it’s harmful when you take a long site in office. Now, I’d like to share you some methods to keep your health during your office work.(First), you can 阅读全文
摘要:
一.MYSQL的命令行模式的设置:桌面->我的电脑->属性->环境变量->新建->PATH=“;path\mysql\bin;”其中path为MYSQL的安装路径。二.简单的介绍一下命令行进入MYSQL的方法:1.C:\>mysql -h hostname -u username -p按ENTER键,等待然后输入密码。这里hostname为服务器的名称,如localhost,username为MYSQL的用户名,如root。进入命令行后可以直接操作MYSQL了。2.简单介绍一下MYSQL命令: mysql->CREATE DATABASE dbname 阅读全文