On Tue, Jun 18, 2024 at 6:06 PM ToddAndMargo via users
wrote:
Hi All,
As far as I know, I am not using MySQL, now
replaced with MariaDB on my system. Do I need
it for anything?
On 6/18/24 16:04, bruce wrote:
> You can always reinstall late if required.
>
You can always reinstall late if required.
On Tue, Jun 18, 2024 at 6:06 PM ToddAndMargo via users
wrote:
>
> Hi All,
>
> As far as I know, I am not using MySQL, now
> replaced with MariaDB on my system. Do I need
> it for anything?
>
> # dnf remove mariadb
Hi All,
As far as I know, I am not using MySQL, now
replaced with MariaDB on my system. Do I need
it for anything?
# dnf remove mariadb
Dependencies resolved.
Package Arch Version
That would have to have been a mariadb config file/code change to no
longer allow root at localhost to access without a password.
Based on this change adding the root@localhost type auth on Windows
then it should work.
https://jira.mariadb.org/browse/MDEV-26715
Those changes were 10.11.0 so I
Worked fine with Fedora before 40, but now get message.
Line in /etc/logrotate.d/mariadb
/usr/bin/mariadb-admin $EXTRAPARAM --local flush-error-log \
flush-engine-log flush-general-log flush-slow-log
#OUTPUT
#/usr/bin/mariadb-admin: connect to server at 'localhost' failed
#erro
After installing the "unixODBC" and "mariadb-connector-odbc" packages, I
finally found this:
https://mariadb.com/kb/en/creating-a-data-source-with-mariadb-connectorodbc/
After following the directions there for setting up a data source and
running the "odbcinst"
required packages, such as mariadb-connector-odbc-3.1.19-1.fc38.x86_64
and unixODBC-2.3.11-2.fc38.x86_64 . Would these packages work? Has anyone
here already gotten LibreOfficeBase to talk to a MariaDB database on Fedora
38? If so can you point me to a place that describes the process for
getting it
On 7/17/23 15:20, Jerry James wrote:
On Mon, Jul 17, 2023 at 4:15 PM Mike Wright wrote:
There is supposed to be a file that creates the db's system files, sets
an admin and its password, etc. From mariadb-10.5.2 onward it's called
"mariadb-install-db". That file is mi
On Mon, Jul 17, 2023 at 4:15 PM Mike Wright wrote:
> There is supposed to be a file that creates the db's system files, sets
> an admin and its password, etc. From mariadb-10.5.2 onward it's called
> "mariadb-install-db". That file is missing in the rpm for 10.5.
I've received enough questions about WordPress that I've decided to
explore it.
I created an F38 virtual and pulled in mariadb, httpd, and wordpress.
mariadb doesn't depend on the other two so I decided to start there.
There is supposed to be a file that creates the db'
Hello everyone,
Due to several circumstances I am stopping all efforts in maintaining
MariaDB 10.3 & 10.4 series in Fedora.
Just before that, I rebased both series to the latest upstream
versions, so you will get all the security patches released as for
today !
MariaDB 10.3:
h
o install
> MariaDb on Fedora 34.
> Trying to set the "root" password for mysql is not working for me, doing:
> sudo mysqladmin -u root password
>
> Gives error:
> Warning: Since password will be sent to server in plain text, use ssl
> connection to ensure password safety.
hello,
I am following these instructions
(https://fedoramagazine.org/howto-install-wordpress-fedora/) to install MariaDb
on Fedora 34.
Trying to set the "root" password for mysql is not working for me, doing:
sudo mysqladmin -u root password
Gives error:
Warning: Since password will
my updates fails with :
file /usr/lib64/mariadb/plugin/client_ed25519.so from install of
mariadb-connector-c-3.1.5-1.fc30.x86_64 conflicts with file from package
mariadb-server-3:10.4.7-1.module_f30+6031+aaa0d47b.x86_64
is there an issue with mariadb?
Thank you!
Adrian
smime.p7s
Il giorno lun, 10/06/2019 alle 17.09 -0700, stan via users ha scritto:
> yum, not dnf?
[lesca@dodo ~]$ type yum dnf
yum è /usr/bin/yum
dnf è /usr/bin/dnf
[lesca@dodo ~]$ ll /usr/bin/dnf /usr/bin/yum
lrwxrwxrwx 1 root root 5 7 mag 17.10 /usr/bin/dnf -> dnf-3
lrwxrwxrwx 1 root root 5 7 mag 17.10 /u
MariaDB & MySQL maintainer here.
Let's sort out some things first:
* yeah, use DNF in Fedora. There shouldn't be any need to use yum anymore
* We are talking about Fedora 30, which has currently MariaDB 10.3.12
nad MySQL 8.0.16 available.
* You are trying to install
'mysql-
On 10/06/2019 21:38, Paolo Galtieri wrote:
Folks I have an issue with mariadb and community-mysql. I installed
mysql-workbench. When I run it it shows a conflict between it and the
running mysql server, namely mysql-workbench is version 8.0.16 and
mariadb is 10.3.12. So I decided to remove
On Mon, 10 Jun 2019 13:38:50 -0700
Paolo Galtieri wrote:
> Folks I have an issue with mariadb and community-mysql. I installed
> mysql-workbench. When I run it it shows a conflict between it and
> the running mysql server, namely mysql-workbench is version 8.0.16
> and mariadb is
Folks I have an issue with mariadb and community-mysql. I installed
mysql-workbench. When I run it it shows a conflict between it and the
running mysql server, namely mysql-workbench is version 8.0.16 and
mariadb is 10.3.12. So I decided to remove mariadb, i.e. I did:
yum remove mariadb
Hello,
I maintain MariaDB.
There is a subpackage containing TokuDB storage engine. (available only for
x86_64)
However the TokuDB can't be build against Jemalloc 5, but on F>=28 there is
no older jemalloc version.
The build without jemalloc is not supported too.
Is it OK to drop the su
Hello everybody!
I want to share a quick overview of MySQL and MariaDB packages through
Fedora. Brand new releases are available!
*Available software and channels:*
MariaDB 10.1 - F26 base; F27+28+Rawhide COPR
MariaDB 10.2 - F27+F28+Rawhide base
MariaDB 10.3 - F27+F28+Rawhide COPR
MySQL 5.7
Hi Michael.
Am Donnerstag, den 22.03.2018, 17:35 +0100 schrieb Michal Schorm:
> Hi Dirk,
>
> MariaDB, MySQL and their C & ODBC connectors maintainer here!
>
> I agree with Michael Cronenworth, that the right way is to become a
> Fedora packager and start taking c
Hi Dirk,
MariaDB, MySQL and their C & ODBC connectors maintainer here!
I agree with Michael Cronenworth, that the right way is to become a
Fedora packager and start taking care of the new package.
However, that can take some time and effort. (getting ready to become
the packager, do a revie
On 03/22/2018 09:53 AM, Dirk Gottschalk wrote:
My questions now:
Is there any interest for those Packages?
If yes, what is the best way to distribute these packages? Copr?
Yes, you may become a Fedora packager and publish the package in the Fedora
repository.
Fedora MinGW Packages:
https://ko
Hello.
I'm using MinGW for some of my projects which require to be usable also
on Windows. For this purpose I'm using MinGW to compule the Windows
binaries.
Some of this projects require MariaDB. In this case I found out that
there is no MinGW-Package of the C connector.
Being as la
François Patte wrote:
> I try to compile gerbera in order to test this dlna server. There is an
> option to have mysql as a database but, mysql no longer exists on
> fedora
mysql does still exist, package names prefixed with:
community-mysql-
-- Rex
_
gt; option to have mysql as a database but, mysql no longer exists on
>>>> fedora, so if I activate this option, the compilation fails.
>>>>
>>>> Is there a way to substitute mariadb?
>>>
>>>
>>> I have not heard of "gerbera". Is i
ists on
>>> fedora, so if I activate this option, the compilation fails.
>>>
>>> Is there a way to substitute mariadb?
>>
>>
>> I have not heard of "gerbera". Is it common knowledge as to what it is and
>> where it
>> can be obtained?
&
On 11/30/2017 02:33 PM, François Patte wrote:
Bonjour,
I try to compile gerbera in order to test this dlna server. There is an
option to have mysql as a database but, mysql no longer exists on
fedora, so if I activate this option, the compilation fails.
Is there a way to substitute mariadb
compile gerbera in order to test this dlna server. There is an
> option to have mysql as a database but, mysql no longer exists on
> fedora, so if I activate this option, the compilation fails.
>
> Is there a way to substitute mariadb?
>
> Thank you for any help.
>
>
>
way to substitute mariadb?
I have not heard of "gerbera". Is it common knowledge as to what it is and
where it
can be obtained?
https://github.com/gerbera/gerbera
https://gerbera.io/
It appears to be a replacement for mediatomb as that isn't being
developed any longer. I
On 12/01/17 06:33, François Patte wrote:
> I try to compile gerbera in order to test this dlna server. There is an
> option to have mysql as a database but, mysql no longer exists on
> fedora, so if I activate this option, the compilation fails.
>
> Is there a way to substitute ma
Bonjour,
I try to compile gerbera in order to test this dlna server. There is an
option to have mysql as a database but, mysql no longer exists on
fedora, so if I activate this option, the compilation fails.
Is there a way to substitute mariadb?
Thank you for any help.
--
François Patte
UFR
On Thu, Nov 23, 2017 at 6:43 PM, Colin J Thomson
wrote:
> Looks like the pending update of mariadb in bodhi fixes this issue (and
> many
> others)
>
> Cqrlog starts fine for me now.
>
> https://bodhi.fedoraproject.org/updates/FEDORA-2017-7b83201239
Well that's good, b
On Friday, 17 November 2017 14:03:42 GMT jarmo wrote:
> Fri, 17 Nov 2017 07:15:00 -0600
> Richard Shaw kirjoitti:
>
> > You can try mariadb-connector-c [1]
>
> Yes, I tried that, but no luck
> I solved problem by making symlink from /usr/lib64/mysql/libmari
Fri, 17 Nov 2017 07:15:00 -0600
Richard Shaw kirjoitti:
> You can try mariadb-connector-c [1]
Yes, I tried that, but no luck
I solved problem by making symlink from /usr/lib64/mysql/libmariadb.so.3
to /usr/lib64/libmysqlclient.so.18.
That way I got cqrlog running.
Even there is in /
bmysqlclient.so.16" or "libmysqlclient.so"). Check
> your installation."
> Mariadb is installed and running
>
> Tried to find libmysqlclient.so from installation, but couldn't.
> Other thing, package CQRLOG is 2.0.5, while there has been version
> 2.1.
Fri, 17 Nov 2017 16:49:05 +0800
Ed Greshko kirjoitti:
> mariadb-libs provides the library. Current version provides
> /usr/lib64/mysql/libmysqlclient.so.18
Ok that, was not there, did dnf reinstall mariadb-libs
got it visible there. But still don't get cqrlog working.
I'll se
bmysqlclient.so.16" or "libmysqlclient.so"). Check
> your installation."
> Mariadb is installed and running
>
> Tried to find libmysqlclient.so from installation, but couldn't.
> Other thing, package CQRLOG is 2.0.5, while there has been version
> 2.1.0 long time
Upgraded into F27 my test computer. Went smooth like summer day.
Started to test hamradio logging program, cqrlog. It wont start
because of " Error during connection to database: Can not load default
MySQL library ("libmysqlclient.so.16" or "libmysqlclient.so"). Check
yo
Here's Fedora 22's setup:
[0:root@elmo joe]$ cat /etc/redhat-release
Fedora release 22 (Twenty Two)
[0:root@elmo joe]$ grep -i sock /etc/my.cnf /etc/my.cnf.d/*
/etc/my.cnf.d/mariadb-server.cnf:socket=/var/lib/mysql/mysql.sock
[0:root@elmo joe]$ locate mysql.sock
/var/lib/mysql/mysql
its the same problem with the newest stable fc26
mariadb creates mysql.sock in /run/mysqld/
but looks in /var/lib/mysql for it
solve by doing a softlink from /run/mysqld/mysql.sock to
/var/lib/mysql/mysql.sock
atleast it solved it for me on 4.13.11-200.fc26.x86_64
peter
Sweden
On 2017-11
On Tue, 14 Nov 2017, SternData wrote:
So, with F26, all was happy. Now, not so much.
# systemctl start mariadb
Job for mariadb.service failed because the control process exited with
error code.
See "systemctl status mariadb.service" and "journalctl -xe" for details
I blew away my.cnf and the directory my.cnf.d, did "dnf reinstall
mariadb mariadb-server" and all is good. There was cruft left over from
too my updates/tweaks/etc.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send a
On 11/14/2017 04:17 PM, SternData wrote:
> So, with F26, all was happy. Now, not so much.
>
> # systemctl start mariadb
> Job for mariadb.service failed because the control process exited with
> error code.
> See "systemctl status mariadb.service" and "journalc
So, with F26, all was happy. Now, not so much.
# systemctl start mariadb
Job for mariadb.service failed because the control process exited with
error code.
See "systemctl status mariadb.service" and "journalctl -xe" for details.
[root@sds-desk lib]# systemctl st
On 07/14/2016 11:22 AM, jd1008 wrote:
But the installation process should create a unique user also, specific
to the name of the db package. Keeping things separate is, as I see it,
the way to go to prevent clashing pathnames.
mariadb at this point is supposed to be pretty much a drop-in
On 07/14/2016 12:13 PM, Rick Stevens wrote:
On 07/14/2016 10:51 AM, jd1008 wrote:
On 07/14/2016 11:42 AM, Rick Stevens wrote:
On 07/14/2016 10:20 AM, maderios wrote:
On 07/12/2016 06:00 PM, maderios wrote:
Hi
On F24, I can't start mariadb-server
'systemctl start maria
On 07/14/2016 08:13 PM, Rick Stevens wrote:
As I understand it, MariaDB is supposed to be the replacement for MySQL
as far as Fedora is concerned. I can see two possibilities: a) there's
a permission issue in that /var/lib/mysql is owned by the old mysql user
and mariadb uses a different
On 07/14/2016 10:51 AM, jd1008 wrote:
>
>
> On 07/14/2016 11:42 AM, Rick Stevens wrote:
>> On 07/14/2016 10:20 AM, maderios wrote:
>>> On 07/12/2016 06:00 PM, maderios wrote:
>>>> Hi
>>>> On F24, I can't start mariadb-server
>>>
On 07/14/2016 11:42 AM, Rick Stevens wrote:
On 07/14/2016 10:20 AM, maderios wrote:
On 07/12/2016 06:00 PM, maderios wrote:
Hi
On F24, I can't start mariadb-server
'systemctl start mariadb
Job for mariadb.service failed because the control process exited with
error code. See
On 07/14/2016 10:20 AM, maderios wrote:
> On 07/12/2016 06:00 PM, maderios wrote:
>> Hi
>> On F24, I can't start mariadb-server
>> 'systemctl start mariadb
>> Job for mariadb.service failed because the control process exited with
>> error code.
On 07/12/2016 06:00 PM, maderios wrote:
Hi
On F24, I can't start mariadb-server
'systemctl start mariadb
Job for mariadb.service failed because the control process exited with
error code. See "systemctl status mariadb.service" and "journalctl -xe"
for details.
On 07/12/2016 06:05 PM, Earl A Ramirez wrote:
I had a similar and strange issue a few hours ago; I did the following
and I was able to start the service
sudo setenforce 0
sudo systemctl start mariadb
sudo setenforce 1
sudo systemctl restart mariadb
It doesn't work for me. I don't th
On 12 July 2016 at 18:00, maderios wrote:
> Hi
> On F24, I can't start mariadb-server
> 'systemctl start mariadb
> Job for mariadb.service failed because the control process exited with
> error code. See "systemctl status mariadb.service" and "journalctl -
Hi
On F24, I can't start mariadb-server
'systemctl start mariadb
Job for mariadb.service failed because the control process exited with
error code. See "systemctl status mariadb.service" and "journalctl -xe"
for details.'
I don't understand wh
Thanks, that worked
On Sat, Sep 26, 2015 at 8:07 AM, Jon Ingason wrote:
> Den 2015-09-26 kl. 16:42, skrev Rich Emberson:
> > # dnf install mariadb mariadb-server
> > Last metadata expiration check performed 0:19:25 ago on Sat Sep 26
> > 07:14:08 2015.
>
Den 2015-09-26 kl. 16:42, skrev Rich Emberson:
> # dnf install mariadb mariadb-server
> Last metadata expiration check performed 0:19:25 ago on Sat Sep 26
> 07:14:08 2015.
> Dependencies resolved.
>
Seems like a rather fundmental problem:
$ uname -a
Linux medusa 4.1.7-200.fc22.x86_64 #1 SMP Mon Sep 14 20:19:24 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux
$ rpm -qa --qf '%{NAME} %{VERSION}-%{RELEASE} %{ARCH}\n' | grep -i mariadb
# dnf install mariadb mariadb-server
Last metadata
menus of all the possible entries
I **KNOW** that Open/Libreoffice can do this, in theory. but in
practice, for some
reason making them talk to a mysql/mariadb database still never
works painlessly on Fedora, not in my experience anyway
I'd even be happy (even happier, in fact) with a LAM
On Sun, Jul 20, 2014 15:30:41 PM +0200, Marco Fioretti wrote:
> NONE of the official howtos, forums, whatever around contains a
> usable, step by step description of what should be done to connect
> Base to a local mariadb / mysql database which is running and
> already accessible f
Base to a local mariadb / mysql database which is running and already
accessible from the same computer, both from the command line and from
php through the local web server. The closest I've got, AFTER already
doing plenty of searches for any variant of mysql, libre office and
the several
d, status=0/SUCCESS)
> Process: 3260 ExecStartPre=/usr/libexec/mysqld-prepare-db-dir %n
> (code=exited, status=0/SUCCESS)
> CGroup: name=systemd:/system/mysqld.service
>
$ /usr/libexec/mysqld --version
/usr/libexec/mysqld Ver 5.5.32-MariaDB for Linux on x86_64 (MariaDB
Hi
On Wed, Apr 24, 2013 at 4:03 AM, Fernando Cassia wrote:
> On Wed, Apr 24, 2013 at 3:33 AM, Rejy M Cyriac wrote:
> > And this also may be interesting in the context of MariaDB:
> >
> >
> http://www.zdnet.com/look-out-oracle-skysql-and-mariadb-join-forces-71441
On Wed, Apr 24, 2013 at 3:33 AM, Rejy M Cyriac wrote:
> And this also may be interesting in the context of MariaDB:
>
> http://www.zdnet.com/look-out-oracle-skysql-and-mariadb-join-forces-714411/
Basically the old founder of MySQL sold the company but now wants it back?.
Gee, I wo
edia.org/2013/04/22/wikipedia-adopts-mariadb/
> >
> > Wikipedia is converting to MariaDB.
>
> Regurgitating a December story?
> http://www.zdnet.com/wikipedia-moving-from-mysql-to-mariadb-708912/
>
>
> Not really. Just that the migration happens in
Hi
On Tue, Apr 23, 2013 at 10:17 AM, Fernando Cassia wrote:
> On Tue, Apr 23, 2013 at 10:06 AM, Steven Stern
> wrote:
> > http://blog.wikimedia.org/2013/04/22/wikipedia-adopts-mariadb/
> >
> > Wikipedia is converting to MariaDB.
>
> Regurgitating a December
Fernando Cassia wrote:
>
> Regurgitating a December story?
> http://www.zdnet.com/wikipedia-moving-from-mysql-to-mariadb-708912/
No, updating it. OP's link [1] has much more recent information in it. Here's
the first sentence:
This past Wednesday marked a milestone
On Tue, Apr 23, 2013 at 10:06 AM, Steven Stern
wrote:
> http://blog.wikimedia.org/2013/04/22/wikipedia-adopts-mariadb/
>
> Wikipedia is converting to MariaDB.
Regurgitating a December story?
http://www.zdnet.com/wikipedia-moving-from-mysql-to-mariadb-708912/
FC
--
During
http://blog.wikimedia.org/2013/04/22/wikipedia-adopts-mariadb/
Wikipedia is converting to MariaDB.
--
-- Steve
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http
I'd like to test out MariaDB on my F17 system. The repo directory on the
MariaDB site http://downloads.mariadb.org/mariadb/repositories/ shows
only F16. Is anyone running MariDB on F17?
--
-- Steve
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscri
Am 16.02.2012 17:23, schrieb Mohd Izhar Firdaus Ismail:
> On Fri, Feb 17, 2012 at 12:11 AM, Reindl Harald
> wrote:
>>
>>
>> Am 16.02.2012 16:56, schrieb Mohd Izhar Firdaus Ismail:
>>> I'm wondering why MariaDB not in Fedora yet, is it technical or pol
On 16/02/12 16:23, Mohd Izhar Firdaus Ismail wrote:
MariaDB does promises compatibility with existing mysql libraries, it
also have a more open community which accepts patches and community
contribution better than Oracle.
I think the devel list would be better for discusion of this.
It
On Fri, Feb 17, 2012 at 12:11 AM, Reindl Harald wrote:
>
>
> Am 16.02.2012 16:56, schrieb Mohd Izhar Firdaus Ismail:
>> I'm wondering why MariaDB not in Fedora yet, is it technical or political? ..
>>
>> I did saw some discussion in the EPEL list about including
Am 16.02.2012 16:56, schrieb Mohd Izhar Firdaus Ismail:
> I'm wondering why MariaDB not in Fedora yet, is it technical or political? ..
>
> I did saw some discussion in the EPEL list about including MariaDB ,
> and theres argument whether it should replace mysql or should
On Fri, Feb 17, 2012 at 12:03 AM, FRank Murphy wrote:
> Maybe you need to package it and get it reviewed?
did took a peek at mysql.spec to see if i can quickly do it .. but
theres a lot of mysteries there .. and i dont really know
mysql/mariadb that well to be able to do a comparable packag
On 16/02/12 15:56, Mohd Izhar Firdaus Ismail wrote:
I'm wondering why MariaDB not in Fedora yet, is it technical or political? ..
I did saw some discussion in the EPEL list about including MariaDB ,
and theres argument whether it should replace mysql or should be made
to run par
On 16/02/12 15:56, Mohd Izhar Firdaus Ismail wrote:
I'm wondering why MariaDB not in Fedora yet, is it technical or political? ..
Maybe you need to package it and get it reviewed?
--
Regards
Frank "Jack of all Fubars"
--
users mailing list
users@lists.fedoraproject.org
To
78 matches
Mail list logo