Displaying 20 results from an estimated 10000 matches similar to: "Downgrade Mariadb 10.3 on centos 8 ?"
2019 Jul 22
1
Dovecot with MySQL over SSL.
On 20 Jul 2019, at 23.02, Reio Remma via dovecot <dovecot at dovecot.org> wrote:
>
> On 20.07.2019 22:37, Aki Tuomi via dovecot wrote:
>>
>>> On 20/07/2019 21:07 Reio Remma via dovecot <dovecot at dovecot.org> <mailto:dovecot at dovecot.org> wrote:
>>>
>>>
>>> On 20.07.2019 18:03, Aki Tuomi via dovecot wrote:
>>>>
2015 Dec 21
0
Announcing release for MariaDB 5.5 and 10.0 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of versions 5.5 and
10.0 of the MariaDB server on CentOS Linux 7 x86_64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps (example of MariaDB 10.0):
$ sudo yum install centos-release-scl
$ sudo
2015 Dec 21
1
Announcing release for MariaDB 5.5 and 10.0 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of versions 5.5 and
10.0 of the MariaDB server on CentOS Linux 6 x86_64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps (example of MariaDB 10.0):
$ sudo yum install centos-release-scl
$ sudo
2015 Dec 21
1
Announcing release for MariaDB 5.5 and 10.0 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of versions 5.5 and
10.0 of the MariaDB server on CentOS Linux 6 x86_64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps (example of MariaDB 10.0):
$ sudo yum install centos-release-scl
$ sudo
2012 Mar 13
1
perl-DBD-MySQL, libmysqlclient.16 and 5.7 (FInal)
Hello,
I have server CentOS 5.7. It has mysql-community installed.
I need to run perl-based tool (mysqlreport) and it requires perl-DBD-MySQL
(not a surprise)
When I am trying to install perl-DBD-MySQL via yum -- it says it requires
libmysqlclient.*15 *and it conflicts with libmysqlclient.*16 *which was
installed as a part of mysql-community.
I tried to make symbolic link and force DBD to work
2006 Mar 31
5
installing MySQL on 4.3 OR ''am I braindead or what?''
Hi all,
On a fresh CentOS 4.3 box, suddenly what should have took usually
around 60 seconds, now it makes me wonder if I can still perform
simple sysadmin tasks, or should I get a long vacantion...
# yum groupinstall "MySQL Database"
Repository update is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository addons is listed
2013 Oct 28
2
MySQL 5.5, PHP and other tools still use 5.0 client drivers
I upgraded a web server from CentOS 5.9 to 5.10. The instructions also
indicate that MySQL 5.0 is no longer supported so I followed the
instructions to upgrade to 5.5. Everything seems to be working so I
tried to remove MySQL 5.0 and MySQL 5.1. It seems there are still
dependencies on MySQL 5.0:
[root at w3 ~]# rpm -e mysql51-mysql-libs-5.1.70-1.el5 mysql-server-5.0.95-5.el5_9
2014 Aug 30
3
why does centos 7 want to install mariadb instead of mysql ?
Hey all,
I just got around to trying out CentOS 7. And for some reason when I
attempt to install mysql-server, instead I'm offered mariadb? I'm using
epel and remi as my repos.
[root at web1:/etc/yum.repos.d] #cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
[root at web1:/etc/yum.repos.d] #yum repolist
Loaded plugins: amazon-id, rhui-lb
repo id
2017 Oct 30
4
Maria 10 breaks unixodbc mysql connector
I recently installed mariadb-server 10.1 by adding the following repository:
baseurl = http://yum.mariadb.org/10.1/centos7-amd64
...all was well until we had a power failure and upon rebooting unixodbc
was segfaulting. Once I did a yum undo, the mysql odbc driver was
functional.
I traced it to the following:
[root at ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE
2017 Oct 31
4
Maria 10 breaks unixodbc mysql connector
Thanks for each of your inputs.
It was not a configuration issue as odbcinst.ini does not reference the
mysql subdirectory.
Rather than use Alexander's url, I ran:
yum -y install centos-release-openstack-ocata
yum -y install mariadb-server
...the cloud repository provides the properly pathed file.
# repoquery -l mariadb-server mariadb-libs | grep lib64 | grep
libmysqlclient
2017 Oct 31
0
Maria 10 breaks unixodbc mysql connector
On 10/30/2017 12:22 PM, John Harragin wrote:
> [root at ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE
> "my|maria"
> libmysqlclient.so.18 => /usr/lib64/mysql/libmysqlclient.so.18
> (0x00007f3dfb34c000)
> [root at ec-ast yum.repos.d]# repoquery -l MariaDB-server MariaDB-client
> MariaDB-commo MariaDB-shared galera boost-program-options jemalloc
2009 Jun 10
1
yum --allow-downgrade and versionlocking not working
with installed version 1.3.7 from rpmforge
yum --allow-downgrade update rrdtool-1.2.30-1.el5.rf
results in "no packages to update"
yum --allow-downgrade install rrdtool-1.2.30-1.el5.rf
says "already installed"
So, how am I supposed to use --allow-downgrade then?
I had to rpm -e --nodeps the newer packages to be able to install the
older packages. Now I want to lock the
2017 Nov 03
1
Maria 10 breaks unixodbc mysql connector
I think the solution may exist.
The compatibility of mysql-connector-odbc with maria may just means the
driver can access the mariadb - but my experience suggests not live on the
same host.
maria has its own connector:
https://downloads.mariadb.org/connector-odbc/
it does not look like this is in the sig, so I'll have to turn to the maria
repo.
I'll try replacing the driver first, then
2017 Nov 03
0
Maria 10 breaks unixodbc mysql connector
What I have found is that the only new shared objects between the different
versions of the running isqls is:
< lrwxrwxrwx. 1 root root 24 Oct 31 21:25
/usr/lib64/mysql/libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
> lrwxrwxrwx. 1 root root 24 Nov 2 12:13
/usr/lib64/mysql/libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
... also this is the only shared object with a different
2017 Apr 25
2
building Dovecot in Debian 9
> On Apr 25, 2017, at 2:16 PM, Peter van der Does <peter at avirtualhome.com> wrote:
>
> You might have to install the package default-libmysqlclient-dev from
> the Debian repo.
Isn?t that the MariaDB package? I don?t really want to mix MariaDB with MySQL (even though they are probably still compatible, but diverging as time passes).
Dovecot does build with
2008 Nov 18
4
New installation woes
I've just installed CentOS 5.2 for the x86_64 on a SuperMicro X6DA8-G
board with two 250g SATA drives configured in the bios as a raid 1
array. After getting the base installed, I've tried to yum update the
system and I wind up with these errors....
--> Finished Dependency Resolution
Error: Missing Dependency:
libmysqlclient.so.14(libmysqlclient_14)(64bit) is needed by package
2017 Apr 25
0
building Dovecot in Debian 9
On 4/25/17 4:06 PM, KT Walrus wrote:
>
>> On Apr 25, 2017, at 2:16 PM, Peter van der Does <peter at avirtualhome.com> wrote:
>>
>> You might have to install the package default-libmysqlclient-dev from
>> the Debian repo.
>
> Isn?t that the MariaDB package? I don?t really want to mix MariaDB with MySQL (even though they are probably still compatible, but
2019 Jul 20
2
Dovecot with MySQL over SSL.
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 20/07/2019 21:07 Reio Remma via dovecot <dovecot@dovecot.org> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
2008 Aug 20
1
vicidial mysql problem
I installed asterisk, astguiclient, php and mysql. but when i dialled one
number to another number my asterisk server give the following error:
> /var/lib/asterisk/agi-bin/agi-VDAD_ALL_inbound.agi
> install_driver(mysql) failed: Can't load
>
'/usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi/auto/DBD/mysql/mysql.so'
> for module DBD::mysql: libmysqlclient.so.15:
2020 Mar 16
2
CentOS rpm versioning
Hello
Clair vulnerability scanner considers the latest version of CentOS mariadb
vulnerable, because of RHSA-2019:3708
It states, that mariadb must be updated at least to the version
"10.3.17-1.module+el8.1.0+3974+90eded84". CentOS' last version is
"10.3.17-1.module_el8.1.0+257+48736ea6". Rpm/yum considers CentOS' version
older, than RHEL's.
% rpmdev-vercmp