2018年4月25日
摘要: 1。 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%"mysql -u root -pvmwaremysql>u 阅读全文
posted @ 2018-04-25 14:51 yuluoxingkong 阅读(4592) 评论(0) 推荐(1) 编辑
摘要: 1. 首先在windows下面创建share文件夹并设置共享(右键->属性->共享)2. 确认ubuntu安装了mount.cifs,apt-get install mount.cifs 或者换成( cifs-utils)3. ubuntu下创建 /mnt/winshare用于挂载共享文件 $ su 阅读全文
posted @ 2018-04-25 14:39 yuluoxingkong 阅读(232) 评论(0) 推荐(0) 编辑