这篇文章主要为大家详细介绍了用VirtualBox构建MySQL测试环境的笔记,具有一定的参考价值,可以用来参考一下。
感兴趣的小伙伴,下面一起跟随四海网的小编小韵来看看吧!
网络环境:
宿主机:Win7
VirtualBox 4.1.4 + Ubuntu 11.10 server 64bit
宿主机使用网线的时候,客户机在Bridged Adapter模式下,使用Atheros AR8131 PCI-E Gigabit Ethernet Controller上网没问题。
宿主机使用无线的时候,客户机在Bridged Adapter模式下,使用可选项里唯一一个WIFI选项,Microsoft Virtual Wifi Miniport Adapter也无法上网,故弃之。
安装时候server用dhcp来动态获取IP地址。
server环境:
代码如下:
sudo apt-get install tasksel
sudo tasksel install openssh-server
代码如下:
sudo vi /etc/network/interfaces
iface eth0 inet dhcp
↓
iface eth0 inet static
address 192.168.1.78
netmask 255.255.255.0
gateway 192.168.1.1
sudo vi /etc/resolv.conf
nameserver 192.168.1.1
sudo /etc/init.d/networking restart
本文来自:http://www.q1010.com/177/9698-0.html
注:关于用VirtualBox构建MySQL测试环境的笔记的内容就先介绍到这里,更多相关文章的可以留意四海网的其他信息。
关键词:MYSQL
四海网收集整理一些常用的php代码,JS代码,数据库mysql等技术文章。