军哥~MariaDB是不是不支持升级到10.0的版本?
MariaDB是不是不支持升级到10.0的版本?5.5的版本可以升级,输入10.0的版本号就报错。 mysql 10.0不是一个正确的版本号,10.0.12 这才是一个正确的版本号回复 2# 的帖子
# ./upgrade_mariadb.sh=========================================================================
Upgrade MariaDB for LNMP,Written by Licess
=========================================================================
LNMP is tool to auto-compile & install Nginx+MariaDB+PHP on Linux
For more information please visit http://www.lnmp.org/
=========================================================================
Please input your MariaDB root password:888888
MariaDB root password correct.
Current MariaDB Version:5.5.37
You can get version number from https://downloads.mariadb.org/
Please input MariaDB Version you want.
(example: 5.5.36 ):10.0.12
===========================
Do you want to install the InnoDB Storage Engine?
(Default no,if you want please input: y ,if not please press the enter button):y
You will install the InnoDB Storage Engine
==================================================
You want to upgrade MariaDB Version to 10.0.12
==================================================
Press any key to start...or Press Ctrl+c to cancel
============================check files==================================
Error: mariadb-10.0.12.tar.gz not found!!!download now......
./upgrade_mariadb.sh: line 99: wget: command not found
./upgrade_mariadb.sh: line 103: wget: command not found
WARNING!May be the MariaDB Version you input was wrong,please check!
MariaDB Version input was:10.0.12
# 跟军哥的这个代码没关系,wget不到官方的下载程序。建议军哥存两个mariadb不同版本的最新版的下来,因为要我们自己去下载根本就找不到地方。5.5.38 是在军哥6月1号更新lnmp1.1后几天就出来了,希望军哥能把lnmp1.1里的mariadb改成5.5.38版的。另外就是在军哥的安装服务器上面也准备一个10.0.12版的,好方便升级。
回复 3# 的帖子
./upgrade_mariadb.sh: line 99: wget: command not found./upgrade_mariadb.sh: line 103: wget: command not found
人家都提示你了,你连wget命令都没有怎么下载 原帖由 licess 于 2014-7-13 08:29 发表 https://bbs.vpser.net/images/common/back.gif
./upgrade_mariadb.sh: line 99: wget: command not found
./upgrade_mariadb.sh: line 103: wget: command not found
人家都提示你了,你连wget命令都没有怎么下载
是我大意了。。。
页:
[1]