linux ubuntu10上安装mysql


$ su -
切换到超级用户
# apt-cache search mysql-server
这个是查找 mysql 相关的包。
# apt-get install mysql-server-5.1
这个是安装。前提你的电脑可以上网,且nameserver配置正确。

你先apt-get  update
update后, apt-cache search mysql-server.
确认有那个包,再apt-get install mysql-server-5.xxx

相关内容

    暂无相关文章