文章分类 -  MySQL

摘要:记mysql中导数据入数据库的语句:mysql -h数据库IP -u用户名 -p"密码" 数据库名 < 文件路径虽说这条语句简单,但每次要进行导数的时候,都要查一次笔记。也许还是使用频率太少. 阅读全文
posted @ 2012-02-06 17:51 greatjone 阅读(127) 评论(0) 推荐(0)
摘要:错误现象:C:\Documents and Settings\admin>mysqlERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)解决方法:C:\Documents and Settings\gfg>mysql -u root -p Enter password: ******(输入你的密码) Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL con 阅读全文
posted @ 2011-08-11 10:28 greatjone 阅读(13371) 评论(0) 推荐(0)