Displaying 20 results from an estimated 509 matches for "mariadb".
2015 May 10
5
mariadb fails to start under C7
Hey all,
I just unstalled MariaDB version 10 from the mariadb repositories under a
CentOS 7 host.
The install went fine!
[root at nfsdb1 ~]# rpm -qa | grep -i mariadb
MariaDB-common-10.0.19-1.el7.centos.x86_64
MariaDB-server-10.0.19-1.el7.centos.x86_64
MariaDB-client-10.0.19-1.el7.centos.x86_64
MariaDB-shared-10.0.19-1.el7.cento...
2016 Jan 29
2
Write content to file from Dockerfile and/or any other method
I am building a Dockerfile and I am setting up MariaDB repos as follow:
# Setup MariaDB repos
RUN touch /etc/yum.repos.d/MariaDB.repo
I should write this inside the MariaDB.repo file:
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
What's the right way...
2015 May 10
4
mariadb fails to start under C7
Hi Earl,
>I think I found your problem, you do not have the correct package installed
>[root at c7-db1 ~]# rpm -qa | grep maria
>mariadb-libs-5.5.41-2.el7_0.x86_64
>mariadb-server-5.5.41-2.el7_0.x86_64
>mariadb-5.5.41-2.el7_0.x86_64
>[root at c7-db1 ~]#
>Install the mariadb-x package and you should be able to start the service
Thanks. While I could go with mariadb 5, the goal I had in mind was mariadb
10. They're p...
2016 Sep 23
4
Install Mariadb on Centos 7 fails
Folks
I'm having problems installing Mariadb in Centos 7.
Here's what I did:
0) Become root
1) Make sure that mariadb and mysql are NOT installed.
2) Delete residual libs
rm -rf /var/lib/mysq*
3) yum install -y mariadb-server
installed mariadb-5.5.50-1.el7_2.x86_64 from the Centos
'updates' repository
4) sy...
2015 Nov 15
5
Error when installing mysql package
...eceiving updates from RHN Classic or Red Hat Satellite.
Loading mirror speeds from cached hostfile
* base: cosmos.cites.illinois.edu
* epel: mirrors.syringanetworks.net
* extras: mirror.acsnet.com
* rpmforge: mirror.team-cymru.org
* updates: mirrors.usinternet.com
Package mysql is obsoleted by mariadb, trying to install
1:mariadb-5.5.44-1.el7_1.x86_64 instead
Resolving Dependencies
--> Running transaction check
---> Package mariadb.x86_64 1:5.5.44-1.el7_1 will be installed
--> Processing Dependency: mariadb-libs(x86-64) = 1:5.5.44-1.el7_1 for
package: 1:mariadb-5.5.44-1.el7_1.x86_64
--&...
2016 Jan 29
1
Re: Write content to file from Dockerfile and/or any other method
On Fri, 29 Jan 2016 06:31, Keith Keller <kkeller at ...> wrote:
> On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote:
>>
>> I am building a Dockerfile and I am setting up MariaDB repos as follow:
>
> This question is probably way offtopic for a CentOS mailing list.
>
>> # Setup MariaDB repos
>> RUN touch /etc/yum.repos.d/MariaDB.repo
>>
>> What's the right way to do this? The one below?
>>
>> echo "[mariadb]" >&g...
2015 May 10
0
mariadb fails to start under C7
I'm old school.
If it works...
On Sun, May 10, 2015 at 2:17 PM, Tim Dunphy <bluethundr at gmail.com> wrote:
> Hi Earl,
>
> >I think I found your problem, you do not have the correct package
> installed
>
> >[root at c7-db1 ~]# rpm -qa | grep maria
> >mariadb-libs-5.5.41-2.el7_0.x86_64
> >mariadb-server-5.5.41-2.el7_0.x86_64
> >mariadb-5.5.41-2.el7_0.x86_64
> >[root at c7-db1 ~]#
>
> >Install the mariadb-x package and you should be able to start the service
>
> Thanks. While I could go with mariadb 5, the goal I had in m...
2015 Nov 30
2
SOT: MariaDB 5.5.x-MariaDB logs are not going to desired .log file
Hi there, I know this is off-topic or semi off-topic but I really need some
help since I am stucked.
I'm trying to redirect MariaDB logs to `/var/log/mysql/*.log` files as
shown below on the `/etc/my.cnf.d/server.cnf` file:
#
# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see
#
# See the examples of server my.cnf files in /usr/share/mysql/
#...
2016 Sep 23
1
Install Mariadb on Centos 7 fails
At 09:36 AM 9/23/2016, you wrote:
>On 2016-09-22 18:07, david wrote:
> > Folks
> >
> > I'm having problems installing Mariadb in Centos 7.
> >
> >
> > Here's what I did:
> >
> > 0) Become root
> > 1) Make sure that mariadb and mysql are NOT installed.
> > 2) Delete residual libs
> > rm -rf /var/lib/mysq*
> > 3) yum install -y mariadb-server
> >...
2016 Sep 23
0
Install Mariadb on Centos 7 fails
On 2016-09-22 18:07, david wrote:
> Folks
>
> I'm having problems installing Mariadb in Centos 7.
>
>
> Here's what I did:
>
> 0) Become root
> 1) Make sure that mariadb and mysql are NOT installed.
> 2) Delete residual libs
> rm -rf /var/lib/mysq*
> 3) yum install -y mariadb-server
> installed mariadb-5.5.50-1.el7_2.x86_64 from...
2014 Mar 05
2
maraidb for el6
hi,
i put together a mariadb rpm for el6. it seem to be much more
complicated then i thought.
the sources was:
- Karanbir's mariadb for centos6 5.5.29
http://dev.centos.org/centos/6/mariadb/
unfortunately the link disappear a few days ago but i've got the src.rpm
- rhel7 mariadb-5.5.33a-3.el7.src.rpm
- fedora'...
2017 Aug 14
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 8:54 am, Noel Butler wrote:
> On 15/08/2017 08:18, voytek at sbt.net.au wrote:
> Forget looking at dovecot at teh moment, your problem maybe mysql (I'd
> hope you meant mariadb but either way...)
>
> use command line mysql as vmail user from your dovecot machine to test
> password further BEFORE tinkering with dovecot.
>
> ~$ mysql -p -v vmail
Noel, thanks
MySQL on old, MariaDB on new
OK, KEYING in password as I have:
(you meant -u, no?)
]# mysql -p -u...
2017 Aug 15
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
...ELECT PASSWORD(?yourpassword?);
Sami, thanks
I'm running in circles here.. I thought it worked once, but, couldn't
repeat it after
OK, I've made user 'test' with pw 'test1234'
using keyborad to enter test1234 I get:
# mysql -u test -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 1377
Server version: 10.1.19-MariaDB MariaDB Server
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
Maria...
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-as...
2019 Apr 17
2
Problem with mysql backend and SSL ciphers
2015 May 10
0
mariadb fails to start under C7
On 10 May 2015 at 15:17, Tim Dunphy <bluethundr at gmail.com> wrote:
> Hi Earl,
>
> >I think I found your problem, you do not have the correct package
> installed
>
> >[root at c7-db1 ~]# rpm -qa | grep maria
> >mariadb-libs-5.5.41-2.el7_0.x86_64
> >mariadb-server-5.5.41-2.el7_0.x86_64
> >mariadb-5.5.41-2.el7_0.x86_64
> >[root at c7-db1 ~]#
>
> >Install the mariadb-x package and you should be able to start the service
>
> Thanks. While I could go with mariadb 5, the goal I had in m...
2015 May 10
0
mariadb fails to start under C7
Hello Tim,
On 10 May 2015 at 14:47, Tim Dunphy <bluethundr at gmail.com> wrote:
> Hey all,
>
> I just unstalled MariaDB version 10 from the mariadb repositories under a
> CentOS 7 host.
>
> The install went fine!
>
> [root at nfsdb1 ~]# rpm -qa | grep -i mariadb
> MariaDB-common-10.0.19-1.el7.centos.x86_64
> MariaDB-server-10.0.19-1.el7.centos.x86_64
> MariaDB-client-10.0.19-1.el7.centos.x86...
2015 Jan 05
0
CEBA-2015:0007 CentOS 7 mariadb BugFix Update
...rrata and Bugfix Advisory 2015:0007
Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0007.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
db6838c6927001b1697a9957ff3a808cf6d6a9b75bd0ee82d84e48d3ef866230 mariadb-5.5.40-2.el7_0.x86_64.rpm
3b3a1a61e88b0ab7b7daffe1ac291ba74c8c87ad4de04a552e9b0c9eb836b381 mariadb-bench-5.5.40-2.el7_0.x86_64.rpm
b0609f33ae880a70a2ca277085aa6d54d7eaaaf58d65fe9260391ef306156621 mariadb-devel-5.5.40-2.el7_0.i686.rpm
3f7b4806026c1a7fce519184a8065809655b2ec61434eedadf8e280180938ee...
2015 Feb 05
0
CESA-2015:0118 Moderate CentOS 7 mariadb Security Update
...Security Advisory 2015:0118 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-0118.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
bad3e25be040d04b3465b004f1bf5e6bb59ed199002d6d30518c1b37ff9a599c mariadb-5.5.41-2.el7_0.x86_64.rpm
9f358d65718915fb9fa1a3f8cd5503c0c57d3898dab104168b7ed268927afc2c mariadb-bench-5.5.41-2.el7_0.x86_64.rpm
66841b0dfafe27b0441abdbfcc0c3cf0162ed232e0b7fb866cae2e1b89fd0c73 mariadb-devel-5.5.41-2.el7_0.i686.rpm
d48dfe12ff12f83b67a41aca0df648b9f1fa19fd854476c0693bac25cc6f818...
2015 Aug 25
0
CESA-2015:1665 Moderate CentOS 7 mariadb Security Update
...Security Advisory 2015:1665 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1665.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
29554047f0773b0494da521348084df861ed2d72a4e840c4176bfe6c12ea8df4 mariadb-5.5.44-1.el7_1.x86_64.rpm
3bbd3d18a4dcd102feb5fd94fa3468e01218507b99202aa658bbc23e04a8ae4d mariadb-bench-5.5.44-1.el7_1.x86_64.rpm
5eefe9dbe3419bcf90bb02d2bfda07cf9dc3a80912a915f96ffc8d54e8ecf698 mariadb-devel-5.5.44-1.el7_1.i686.rpm
476704fc7950346209ba0b67a3ba9ac070e1cf7e9da93e5d216fb2f179ee40f...