rpm -e --nodeps mysql-libs
yum install MariaDB-server
上面的命令帮助我安装了mariadb,也安装了Wordpress。这是个很大的帮助。我现在的问题是,当我重新启动服务器或重新启动apache时,这里出现了错误:
"Your PHP installation appears to be missing the MySQL extension which is required by WordPress."
我该如何解决这个问题?
我已经在Centos 6服务器上安装了MariaDB 5.3.3。为此,我必须在安装MariaDB服务器rpm之前发出以下命令:
rpm -e --nodeps mysql-libs
现在,mariadb和服务器中的所有其他软件都正常工作。
今天,我试图升级服务器中的包--除了postfix之外,软件包已经成功升级--因为这个错误,我无法安装它:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
mysql-libs is needed by postfix-2:2.6.6-2.2.el6_1.x86_64
** F
我想把mariadb从5.5升级到...设置为10。但是当我运行"yum update -y“时,屏幕显示如下:
Upgrading directly from MySQL <unrecognized version package MariaDB-server-5.5.36-1.el6.x86_64
MariaDB-server-5.5.36-1.el6.x86_64 is not installed> to MariaDB 10.0 may not
be safe in all cases. A manual dump and restore using mysqld
我正在升级AIX7.1中的内部包。使用db-6.2.32-1.aix6.1.ppc.rpm从AIX工具箱页面升级db包后,rpm命令不再工作。我检查过文件,它们存在于服务器上。我应该如何恢复rpm,因为我在www上找不到任何信息。错误消息如下所示。
# updtvpkg
Please wait...Could not load program /usr/opt/freeware/bin/rpm:
Dependent module libdb.so could not be loaded.
Could not load module libdb.so.
System error: No
我想在我的基于Redhat/Linux的系统中升级一些rpms。一些RPM可能已经存在,一些RPM是新安装的,而一些RPM需要使用RPM升级命令升级到更高版本。
例如:
I have placed rpms to be installed in folder <rpms>
/rpms/X-1.rpm (This is already installed in system)
/rpms/Y-1.rpm (This is NOT present in system. This is NEW)
/rpms/Z-2.rpm (This is need
请参阅系统上的MySQL stautus。
[root@n yum.repos.d]# rpm -qa | grep mysql
mysql-libs-5.1.73-3.el6_5.x86_64
mysql-community-release-fc21-5.noarch
[root@n yum.repos.d]# yum remove mysql
Setting up Remove Process
No Match for argument: mysql
Package(s) mysql available, but not installed.
No Packages marked for
我在centos机器linux os上安装了python2.7.5和mod_wsgi。发生了这样的事情:
# yum
Error processing line 1 of /usr/local/lib/python2.7/site-packages/abrt.pth:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site.py", line 152, in addpackage
exec line
File "<string>",
我是Linux的新手。为了测试目的,我需要安装NDB Mysql cluser。阅读大量的文档和如何做。因此,我不明白。例如,有指令,例如
wget http://cdn.mysql.com//Downloads/MySQL-Cluster-7.6/mysql-cluster-community-**7.6.15-1.el7.x86_64**.rpm-bundle.tar
tar -xvf mysql-cluster-community-7.6.15-1.el7.x86_64.rpm-bundle.tar
我想知道为什么指令中有Mysql mysql-cluster-community-7.6