You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘mysql -uroot -p;’
提示是出现版本的问题,有一个回答是说,这个不是mysql语句,是操作系统的命令???不是很明白啊
不过网上有个方法挺不错,嘻嘻,直接在my.ini中
[mysqld]
skip_grant_tables #添加这一行。。。。暂时可以了,先将就着吧
话说,@localhost啥意思???
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.net
前言 上一篇咱们介绍了 Hibernate 以及写了一个 Hibernate 的工具类,快速入门体验了一波 Hibernate 的使用,我们只需通过 Session 对象就能实现数据库的操作了。 现在,这篇介绍使用 Hibernate 进行基本的 CRUD、懒…