Server1 1.Update sudo apt-get update sudo apt-get upgrade 2. sudo apt-get install bridge-utils 3.IP 3.1 sudo vi /etc/network/interfaces --------------... ...
分类:
编程语言 时间:
2016-08-14 14:39:24
阅读次数:
464
unknown filesystem type ‘iso9660’是指系统不支持这种类型的文件, 用以下命令更新内核即可: sudo aptitude update sudo aptitude upgrade 然后重启下电脑 可以用命令cat /proc/filesystems查看是否有iso966 ...
分类:
系统相关 时间:
2016-08-13 22:25:28
阅读次数:
916
总会在MySQL的日志中见到[ERROR]Nativetable‘performance_schema‘.‘mutex_instances‘hasthewrongstructure之类的错误需要按照如下的格式在Linux的——而不是MySQL的——命令提示符下运行:(1)mysql_upgrade-uroot-p(2)mysqlcheck-uroot-p数据库名--auto-repair
分类:
数据库 时间:
2016-08-12 21:51:21
阅读次数:
228
In This Document Section 1: Overview Section 2: Pre-Upgrade Steps Section 3: Upgrade and Configuration Section 4: Post-installation Steps Section 5: K ...
分类:
数据库 时间:
2016-08-08 19:21:40
阅读次数:
489
系统要求及安装前的说明 Oracle GoldenGate可以在Oracle不同版本间移动数据,也可以在Oracle和其它类型数据库之间移动数据。Oracle GoldenGate支持数据的过滤、映射和转换。Oracle还能在相似的Oracle数据库之间复制DDL操作。注意下面一句:当DDL支持被激 ...
分类:
数据库 时间:
2016-08-06 00:26:58
阅读次数:
998
http://pkg.phpcomposer.com/ http://www.yiichina.com/doc/guide/2.0/intro-upgrade-from-v1 https://getcomposer.org/doc/01-basic-usage.md Packagist 镜像 请各位 ...
分类:
Web程序 时间:
2016-08-04 23:16:06
阅读次数:
480
问题: 在mysql切换datadir后,mysql服务无法启动。出现错误说plugin表无法读取,需要用mysql_upgrade创建。但是其实不是这个问题。 原因: apparmor 会限制程序对文件的访问。 解决方法: 设置/etc/apparmor.d/usr.sbin.mysql 在后面添 ...
分类:
移动开发 时间:
2016-08-04 21:41:22
阅读次数:
194
leafpad/etc/apt/sources.list打开”源“文件apt-getupdate刷新更新目录apt-getdist-upgrade更新系统apt-getclean更新后清楚下载文件reboot完成后重新启动
分类:
其他好文 时间:
2016-08-02 17:17:58
阅读次数:
150
#sudo apt-get update 获得最近的软件包的列表;列表中包含一些包的信息,比如这个包是否更新过#sudo apt-get dist-upgrade 如果这个包没有发布更新,就不管它;如果发布了更新,就把包下载到电脑上,并安装。apt-get update 指令会同步使用者端和APT ...
分类:
其他好文 时间:
2016-08-01 12:09:52
阅读次数:
254