使用mysql不多,会遇到很多问题,这个文章就是用来记录使用mysql过程中遇到的问题以及解决的方法。
查看数据库 show databases;
查看数据表 当我们use了某一个数据库后,我们可以使用show tables查看这个数据库中的有哪些数据表。
http://blog.csdn.net/qking93415981/article/details/1753248
http://blog.csdn.net/acmain_chm/article/details/4174186
http://hi.baidu.com/loveyoursmile/item/f3f13c1c0a244017e2f98609
windows如何重启mysql
开始->运行->cmd
停止:net stop mysql
启动:net start mysql
前提MYSQL已经安装为windows服务