Re: default root password on mysql (mariadb)

2022-01-26 Thread Leonardo Cuyar Morales
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.

default root password on mysql (mariadb)

2022-01-26 Thread Anil Felipe Duggirala
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

Re: podman and mysql

2020-02-18 Thread Daniel Walsh
On 2/18/20 4:20 PM, Simon Colston wrote: > On 18/02/2020 18:37, Daniel Walsh wrote: >> On 2/17/20 3:17 PM, Simon Colston wrote: >>> >>> >>> On 17/02/2020 19:56, Daniel Walsh wrote: >>>> On 2/17/20 2:49 PM, Simon Colston wrote: >>>>

Re: podman and mysql

2020-02-18 Thread Simon Colston
On 18/02/2020 18:37, Daniel Walsh wrote: On 2/17/20 3:17 PM, Simon Colston wrote: On 17/02/2020 19:56, Daniel Walsh wrote: On 2/17/20 2:49 PM, Simon Colston wrote: Fedora 31 Workstation I am running mysql in a container using podman.  After some experimenting I got it running with this

Re: podman and mysql

2020-02-18 Thread Daniel Walsh
On 2/17/20 3:17 PM, Simon Colston wrote: > > > On 17/02/2020 19:56, Daniel Walsh wrote: >> On 2/17/20 2:49 PM, Simon Colston wrote: >>> Fedora 31 Workstation >>> >>> I am running mysql in a container using podman.  After some >>> experimenting I g

Re: podman and mysql

2020-02-17 Thread Simon Colston
On 17/02/2020 19:56, Daniel Walsh wrote: On 2/17/20 2:49 PM, Simon Colston wrote: Fedora 31 Workstation I am running mysql in a container using podman.  After some experimenting I got it running with this command: podman run --detach --userns=keep-id \    --security-opt label=disable

Re: podman and mysql

2020-02-17 Thread Daniel Walsh
On 2/17/20 2:49 PM, Simon Colston wrote: > Fedora 31 Workstation > > I am running mysql in a container using podman.  After some > experimenting I got it running with this command: > > podman run --detach --userns=keep-id \ >    --security-opt label=disable \

podman and mysql

2020-02-17 Thread Simon Colston
Fedora 31 Workstation I am running mysql in a container using podman. After some experimenting I got it running with this command: podman run --detach --userns=keep-id \ --security-opt label=disable \ --name=mysql \ --env="MYSQL_ROOT_PASSWORD=mysql" --publish

OT: php/mysql report "engine" from mysql or Excel

2019-09-25 Thread Frederic Muller
ing on php/mysql (but we could compromise ;-) ) where you set up import rules from either mysql/mariadb, csv files and from that generate beautiful and meaningful reports? Graphical reports would probably be a plus but let's see what people are using. And it would be nice if this could be

Re: mariadb vs community-mysql on F30

2019-06-11 Thread Dario Lesca
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

Re: mariadb vs community-mysql on F30

2019-06-11 Thread Michal Schorm
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-

Re: mariadb vs community-mysql on F30

2019-06-11 Thread John Pilkington
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

Re: mariadb vs community-mysql on F30

2019-06-10 Thread stan via users
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

mariadb vs community-mysql on F30

2019-06-10 Thread Paolo Galtieri
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

[MySQL & MariaDB in Fedora] MySQL 8.0 release, testers welcomed

2018-04-26 Thread Michal Schorm
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

Re: Which Mysql Packages are Better to use in Fedora 27

2018-01-23 Thread Stephen Morris
On 22/1/18 7:36 pm, James Hogarth wrote: On 21 Jan 2018 00:39, "Stephen Morris" <mailto:samor...@netspace.net.au>> wrote: Hi,     I need to install mysql for registration with netbeans for its database interfacing processes. Looking for mysql in the repo

Re: Which Mysql Packages are Better to use in Fedora 27

2018-01-22 Thread James Hogarth
On 21 Jan 2018 00:39, "Stephen Morris" wrote: Hi, I need to install mysql for registration with netbeans for its database interfacing processes. Looking for mysql in the repositories I've found community-mysql and mariadb packages, does anyone have any advice as which of t

Which Mysql Packages are Better to use in Fedora 27

2018-01-20 Thread Stephen Morris
Hi,     I need to install mysql for registration with netbeans for its database interfacing processes. Looking for mysql in the repositories I've found community-mysql and mariadb packages, does anyone have any advice as which of those two is the better environment to use, and whether o

Re: how to substitute mariadb to mysql while compiling

2017-12-01 Thread Rex Dieter
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

Re: how to substitute mariadb to mysql while compiling

2017-11-30 Thread Rick Stevens
On 11/30/2017 03:40 PM, Ed Greshko wrote: > On 12/01/17 07:20, Samuel Sieb wrote: >> On 11/30/2017 02:57 PM, Ed Greshko wrote: >>> 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 >>>&

Re: how to substitute mariadb to mysql while compiling

2017-11-30 Thread Ed Greshko
On 12/01/17 07:20, Samuel Sieb wrote: > On 11/30/2017 02:57 PM, Ed Greshko wrote: >> 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 ex

Re: how to substitute mariadb to mysql while compiling

2017-11-30 Thread Samuel Sieb
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

Re: how to substitute mariadb to mysql while compiling

2017-11-30 Thread Seth Kenlon
In my experience you do not have to explicitly tell a program to substitute Maria DB for mysql. The command to start Maria DB is the same as mysql and as far as I know, all the Syntax is the same as well. On 1/12/2017 11:35 AM, "François Patte" wrote: > Bonjour, > > I try to

Re: how to substitute mariadb to mysql while compiling

2017-11-30 Thread Samuel Sieb
On 11/30/2017 02:57 PM, Ed Greshko wrote: 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

Re: how to substitute mariadb to mysql while compiling

2017-11-30 Thread Ed Greshko
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

how to substitute mariadb to mysql while compiling

2017-11-30 Thread François Patte
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

Re: CqrLog mariadb/mysql

2017-11-23 Thread Richard Shaw
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, but I still can't build the

Re: CqrLog mariadb/mysql

2017-11-23 Thread Colin J Thomson
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

Re: CqrLog mariadb/mysql

2017-11-17 Thread jarmo
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 /

Re: CqrLog mariadb/mysql

2017-11-17 Thread Richard Shaw
On Fri, Nov 17, 2017 at 1:11 AM, jarmo wrote: > 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 ("li

Re: CqrLog mariadb/mysql

2017-11-17 Thread jarmo
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

Re: CqrLog mariadb/mysql

2017-11-17 Thread Ed Greshko
On 11/17/17 15:11, jarmo wrote: > 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 ("li

CqrLog mariadb/mysql

2017-11-16 Thread jarmo
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

Re: Why is mysql running?

2015-12-23 Thread Brandon Vincent
On Wed, Dec 23, 2015 at 1:17 AM, Stephen Davies wrote: > I have never explicitly installed mysql (I use PostgreSQL for all my real > database requirements) so wonder why this is there. My bad. I should have noticed that this was from Akonadi. I assume you are running KDE? If so, this is

Re: Why is mysql running?

2015-12-23 Thread Brandon Vincent
On Wed, Dec 23, 2015 at 1:17 AM, Stephen Davies wrote: > I have never explicitly installed mysql (I use PostgreSQL for all my real > database requirements) so wonder why this is there. I'm away from a Linux system right now, but what do you get with the following? rpm -q --whatreq

Why is mysql running?

2015-12-23 Thread Stephen Davies
explicitly installed mysql (I use PostgreSQL for all my real database requirements) so wonder why this is there. Can I safely zap this and, if so, how? Cheers and all the best for the silly season, Stephen -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription

Re: mysql configuration

2015-05-02 Thread Chris Kottaridis
1393 [Note] /usr/sbin/mysqld: ready for connections. Version: '5.6.24' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server (GPL) 2015-05-01 07:09:05 1393 [Warning] Hostname 'fed21.cjk.net' does not resolve to '192.168.200.131'. 2015-05-01 07:09:05 13

Re: mysql configuration

2015-05-01 Thread Mike Wright
e. 2015-05-01 07:07:22 1393 [Note] - '::' resolves to '::'; 2015-05-01 07:07:22 1393 [Note] Server socket created on IP: '::'. 2015-05-01 07:07:22 1393 [Note] Event Scheduler: Loaded 0 events 2015-05-01 07:07:22 1393 [Note] /usr/sbin/mysqld: ready for connections. Ve

mysql configuration

2015-05-01 Thread Chris Kottaridis
::' resolves to '::'; 2015-05-01 07:07:22 1393 [Note] Server socket created on IP: '::'. 2015-05-01 07:07:22 1393 [Note] Event Scheduler: Loaded 0 events 2015-05-01 07:07:22 1393 [Note] /usr/sbin/mysqld: ready for connections. Version: '5.6.24' socket: '

graphical interfaces for just **using** MySql/MariaDB?

2015-02-27 Thread M. Fioretti
Greetings, I am looking for a FOSS graphical interface to ONLY USE, NOT manage, an already existing MySql or Maria DB database. In other words, I only need a decent GUI that, with as little setup as possible, lets me choose a table in a database find a record in it create or modify records in

Re: restarting mysql databases

2014-10-06 Thread Robert Moskowitz
ssword: NO)' The form of the command should be something like this: mysql -h localhost -u root -p I wouldn't specify a password on the command line for security reasons. If you execute the command I posted above, you will be automatically prompted for the user's password. Of

Re: restarting mysql databases

2014-10-06 Thread Tom Rivers
On 10/6/2014 12:33, Robert Moskowitz wrote: mysqladmin -u root password 'mypass' failed with: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' The form of the command

restarting mysql databases

2014-10-06 Thread Robert Moskowitz
I am doing an install of a mysql system, and decided that I needed to change some things like host name. So I have to go back to square one with the mysql setup, but can't find any instructions for this. I TRIED: mysql_install_db And it did SOMETHING, but mysqladmin -u root pas

any decent mysql/mariadb form gui for Fedora? was: working howto for accessing mysql/mariadb from libre office?

2014-07-20 Thread M. Fioretti
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

any working howto for accessing mysql/mariadb from libre office?

2014-07-20 Thread M. Fioretti
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

Re: Mysql error with fedora 16

2013-09-24 Thread Reindl Harald
Am 24.09.2013 16:49, schrieb Fernando Cassia: > On Tue, Sep 24, 2013 at 10:36 AM, Reindl Harald <mailto:h.rei...@thelounge.net>> wrote: > > did you ever use MySQL really? > > Through phpMyAdmin, yes. > It saves me from nasty errors and lecturers like you an

Re: MySQL database server

2013-09-24 Thread Reindl Harald
Am 24.09.2013 16:19, schrieb Frank Murphy: > On Tue, 24 Sep 2013 19:41:09 +0530 > Prashanth Kasula wrote: > >> MySQL database server > > try "systemctl enable mysqld.service" > then "systemctl enable mysqld.service" > > then run "s

Re: Mysql error with fedora 16

2013-09-24 Thread Reindl Harald
Am 24.09.2013 16:32, schrieb Fernando Cassia: > On Tue, Sep 24, 2013 at 9:18 AM, Prashanth Kasula <mailto:prashanthkas...@gmail.com>> wrote: > > > Can any one help me with the below error, as i am getting trouble with > mysql fedora 16 > > > Maybe th

Re: Mysql error with fedora 16

2013-09-24 Thread Reindl Harald
sqld-wait-ready $MAINPID (code=exited, status=1/FAILURE) without this useless list-moderation you clould have saved you unhelpful answer by the way. Original-Nachricht ---- Betreff: Re: Mysql error with fedora 16 Datum: Tue, 24 Sep 2013 15:33:27 +0200 Von: Reindl Harald

Re: Mysql error with fedora 16

2013-09-24 Thread Reindl Harald
please do *not* post HT;L ot mailing-lists at least not with animated graphics Am 24.09.2013 15:18, schrieb Prashanth Kasula: > Can any one help me with the below error, as i am getting trouble with mysql > fedora 16 Fedora 16 is out of support long time ago > [root@KM-WS151 etc]#

Re: Mysql error with fedora 16

2013-09-24 Thread poma
On 24.09.2013 15:18, Prashanth Kasula wrote: > Dear All, > > Can any one help me with the below error, as i am getting trouble with > mysql fedora 16 > Most honest answer would be - U.P.G.R.A.D.E.[1] Even if you solve an issue with the base. When you do, come back to show us a fe

Re: Mysql error with fedora 16

2013-09-24 Thread Fernando Cassia
On Tue, Sep 24, 2013 at 10:36 AM, Reindl Harald wrote: > did you ever use MySQL really? > Through phpMyAdmin, yes. It saves me from nasty errors and lecturers like you. FC -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: Mysql error with fedora 16

2013-09-24 Thread Fernando Cassia
On Tue, Sep 24, 2013 at 10:36 AM, Reindl Harald wrote: > *why* do you *not* read before you reply? Apologies, I will leave informative replies up to you. Consider myself a lurker from now on. FC -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: Mysql error with fedora 16

2013-09-24 Thread Fernando Cassia
On Tue, Sep 24, 2013 at 9:18 AM, Prashanth Kasula wrote: > > Can any one help me with the below error, as i am getting trouble with > mysql fedora 16 Maybe the following has clues. (see first response). http://superuser.com/questions/384365/systemctl-enable-differs-from-systemctl-

Re: MySQL database server

2013-09-24 Thread Frank Murphy
On Tue, 24 Sep 2013 19:41:09 +0530 Prashanth Kasula wrote: > MySQL database server try "systemctl enable mysqld.service" then "systemctl enable mysqld.service" then run "systemctl status mysqld.service" and see if it purring. -- Regards, Frank www.fran

Re: Mysql error with fedora 16

2013-09-24 Thread Fernando Cassia
On Tue, Sep 24, 2013 at 9:18 AM, Prashanth Kasula wrote: > mysqld.service; disabled > The mysqld service is disabled, as the error message indicates mysqld.service; disabled I also don't know if there was a typo while cutting and pasting or this ^C was actually part of what you typed systemc

Mysql error with fedora 16

2013-09-24 Thread Prashanth Kasula
Dear All, Can any one help me with the below error, as i am getting trouble with mysql fedora 16 [root@KM-WS151 etc]# systemctl status Too few arguments. [root@KM-WS151 etc]# systemctl ^Cart mysqld.service [root@KM-WS151 etc]# systemctl status mysqld.service Mysqld.service - MySQL

Mysql serror

2013-09-24 Thread Prashanth Kasula
[root@KM-WS151 etc]# systemctl status Too few arguments. [root@KM-WS151 etc]# systemctl ^Cart mysqld.service [root@KM-WS151 etc]# systemctl status mysqld.service Mysqld.service - MySQL database server Loaded: loaded (/lib/systemd/system/mysqld.service; disabled) Active

Re: Ok, so where do mysql bugs go, these days?

2013-05-20 Thread Sam Varshavchik
I find nothing but Oracle's bureaucratease, when I try to dig around mysql.com" while type "mysql bugreport" would be enough to get to http://bugs.mysql.com/? Can you go to mysql.com, type "mysql bugreport" in the search box on the top, and see what you find.

Re: Ok, so where do mysql bugs go, these days?

2013-05-20 Thread Reindl Harald
g but Oracle's bureaucratease, when I try to dig around mysql.com" while type "mysql bugreport" would be enough to get to http://bugs.mysql.com/? if i would get a dollar for each Fedora bugreport closed by the bugzapper at EOL i would be a rich man.. signature.asc Desc

Re: Ok, so where do mysql bugs go, these days?

2013-05-20 Thread Steve Searle
Around 11:48am on Monday, May 20, 2013 (UK time), Sam Varshavchik scrawled: > I have a challenge for you: > > Start with any links you can find in the mysql packages' documentation. Or, > just start with the home page, mysql.com, and tell me how you can find > bug

Re: Ok, so where do mysql bugs go, these days?

2013-05-20 Thread Sam Varshavchik
Fernando Cassia writes: On Sun, May 19, 2013 at 7:00 PM, Sam Varshavchik wrote: > Given the state of mysql in the distro, and the pending move to mariadb, I'm > wondering where the best place to report this bug would be. I find nothing > but Oracle's bureaucratease

Re: Ok, so where do mysql bugs go, these days?

2013-05-20 Thread James Hogarth
ff filing a bug against either MySQL and F18 in bugzilla.redhat.com and let the maintainers decide what to do about it there ... if if you can test against community-mysql in F19 verify it there and again file in bugzilla.redhat.com ... at least there's some chance then of a Fedora patch being

Re: Ok, so where do mysql bugs go, these days?

2013-05-20 Thread Fernando Cassia
On Sun, May 19, 2013 at 7:00 PM, Sam Varshavchik wrote: > Given the state of mysql in the distro, and the pending move to mariadb, I'm > wondering where the best place to report this bug would be. I find nothing > but Oracle's bureaucratease, when I try to dig around my

Re: Ok, so where do mysql bugs go, these days?

2013-05-19 Thread Sam Varshavchik
staticsafe writes: On 5/19/2013 18:00, Sam Varshavchik wrote: > So, I've been tearing apart mysql-connector-odbc-5.1.11-1.fc18.x86_64 > > And I've tracked down some horrible breakage there that needs to be > fixed upstream. > > Given the state of mysql in the dis

Re: Ok, so where do mysql bugs go, these days?

2013-05-19 Thread staticsafe
On 5/19/2013 18:00, Sam Varshavchik wrote: > So, I've been tearing apart mysql-connector-odbc-5.1.11-1.fc18.x86_64 > > And I've tracked down some horrible breakage there that needs to be > fixed upstream. > > Given the state of mysql in the distro, and the pe

Ok, so where do mysql bugs go, these days?

2013-05-19 Thread Sam Varshavchik
So, I've been tearing apart mysql-connector-odbc-5.1.11-1.fc18.x86_64 And I've tracked down some horrible breakage there that needs to be fixed upstream. Given the state of mysql in the distro, and the pending move to mariadb, I'm wondering where the best place to report th

Re: MySQL installation on Fedora 17

2012-11-03 Thread Sergio Augusto Vladisauskis
yum -y install mysql mysql-server systemctl enable mysqld.service systemctl start mysqld.service Fast! -- Sergio Augusto Vladisauskis -> Oportunix IT Services Brasil - ME -> Site: http://www.facebook.com/oportunix -> Fone: +55 (15) 3411-2300 -> Móvel: +55 (15) 8164-4014 [TIM] / +55

Re: MySQL installation on Fedora 17

2012-11-03 Thread Phil Dobbin
Yashar Pezeshki wrote: > Why not try to install it using yum, and then reply if you you got any > problem?!! :D > > > On Sat, Nov 3, 2012 at 9:54 PM, Rafnews <mailto:raf.n...@gmail.com>> wrote: > > Hi, > > I would like to know if someone

Re: MySQL installation on Fedora 17

2012-11-03 Thread Yashar Pezeshki
Why not try to install it using yum, and then reply if you you got any problem?!! :D On Sat, Nov 3, 2012 at 9:54 PM, Rafnews wrote: > Hi, > > I would like to know if someone already installed MySQL on Fedora 17 > without any issue? > I mean by without any issue, to install My

MySQL installation on Fedora 17

2012-11-03 Thread Rafnews
Hi, I would like to know if someone already installed MySQL on Fedora 17 without any issue? I mean by without any issue, to install MySQL from A to Z (first try) without really no issue. I found several posts/tutorials on internet and for some reasons nobody seemed to be successful from the

Re: mysql-test and mysql-test-run.pl

2012-09-19 Thread Remi Collet
Le 19/09/2012 19:30, Mark Haney a écrit : > Can someone tell me why the mysql-test-run.pl file is missing from the > mysql-test package? (F17, that is) Most docs on the web indicate that > the perl script is the way to initiate a test. Am I missing something? > I see it => /

mysql-test and mysql-test-run.pl

2012-09-19 Thread Mark Haney
Can someone tell me why the mysql-test-run.pl file is missing from the mysql-test package? (F17, that is) Most docs on the web indicate that the perl script is the way to initiate a test. Am I missing something? -- Mark Haney Software Developer/Consultant AB Emblem ma...@abemblem.com Linux

Re: Fedora 16 Installation and mysql installation

2012-07-29 Thread Ed Greshko
On 07/29/2012 04:42 PM, Prashanth Kasula wrote: > is there any way where we can communicate to fedora directly You are communicating with fedora directly. Everyone on this mailing list is "Fedora". Can we assume that you've enabled and started the mysqld.service using systemctl ? Are you awar

Re: Fedora 16 Installation and mysql installation

2012-07-29 Thread Frank Murphy
On 29/07/12 09:42, Prashanth Kasula wrote: is there any way where we can communicate to fedora directly Unusual error message. -- Regards, Frank "Jack of all, fubars" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraprojec

Re: Fedora 16 Installation and mysql installation

2012-07-29 Thread Prashanth Kasula
is there any way where we can communicate to fedora directly On Sun, Jul 29, 2012 at 2:11 PM, Prashanth Kasula wrote: > there is no error, after giving all the commands for the MYSQL ,while > setting out pwd it is not accepting > > not able to login mysql > > > On Sun, Ju

Re: Fedora 16 Installation and mysql installation

2012-07-29 Thread Prashanth Kasula
there is no error, after giving all the commands for the MYSQL ,while setting out pwd it is not accepting not able to login mysql On Sun, Jul 29, 2012 at 1:15 PM, Joe Zeff wrote: > On 07/29/2012 12:34 AM, Prashanth Kasula wrote: > >> Mysql : trying to set password with the below

Re: Fedora 16 Installation and mysql installation

2012-07-29 Thread Joe Zeff
On 07/29/2012 12:34 AM, Prashanth Kasula wrote: Mysql : trying to set password with the below command for the couple of times and it is throwing error that means not able to accept the password What is the exact error message? I'm not familiar with mysql, but it might tell somebody

Re: Fedora 16 Installation and mysql installation

2012-07-29 Thread Prashanth Kasula
Hey Manish, Thanks for your information! Firefox : firefox is getting crashed with bug report, not wxactly having the information. Mysql : trying to set password with the below command for the couple of times and it is throwing error that means not able to accept the password On Sun, Jul 29

Re: Fedora 16 Installation and mysql installation

2012-07-29 Thread Joe Zeff
On 07/28/2012 09:20 PM, Ed Greshko wrote: When you phrase your question, it is best to include relevant error messages in detail. For example, in the case of mysql you should copy/paste the procedure you are using. Others may disagree, but I've found that showing what one is doing is b

Re: Fedora 16 Installation and mysql installation

2012-07-28 Thread Ed Greshko
> facing troubles in getting crashed firefox , now not able to set the password > for mysql. FWIW, on this list you should just "ask your question". Since you seem to have 2 distinct issues, you would be better served to create 2 distinct threads by sending 2 separate emails. One ab

Re: Fedora 16 Installation and mysql installation

2012-07-28 Thread Manish Kathuria
talled sucessfully ,started > facing troubles in getting crashed firefox , now not able to set the > password for mysql. > > > If any body can help me for the above soln appreciate > -- > Prashanth Kasula > > . There isn't any information why firefox crashed. But if

Fedora 16 Installation and mysql installation

2012-07-28 Thread Prashanth Kasula
set the password for mysql. If any body can help me for the above soln appreciate -- Prashanth Kasula . -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org

Re: FYI: how to prevent mysql from oom-killer

2012-04-13 Thread Reindl Harald
understand your issue, but isn'there a configuration way to just limit the > memory usage of MySQL? no, you did not understand the issue nor my intention intention was not "i have a problem and needs help" intention was "if someone may have a problem this is the help&quo

Re: FYI: how to prevent mysql from oom-killer

2012-04-13 Thread Bryn M. Reeves
>> also active after restarts > > I understand your issue, but isn'there a configuration way to just > limit the memory usage of MySQL? > That won't affect the OOM killer's decision that mysqld is "unimportant". Influencing that using the oom_score_adj

Re: FYI: how to prevent mysql from oom-killer

2012-04-13 Thread Mihamina Rakotomandimby
ge of MySQL? -- RMA. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org

FYI: how to prevent mysql from oom-killer

2012-04-13 Thread Reindl Harald
es from get killed i started to run this every 15 minutes to make sure it is also active after restarts i am considering include this in "mysqld.service" as "ExecStartPost=-/usr/local/bin/mysql-no-oom.sh" in our internal mysqld-packages and include also the script _

Re: mysql replacement?

2012-03-13 Thread Olav Vitters
On Tue, Mar 13, 2012 at 02:04:07AM -0700, Nataraj wrote: > The original author of mysql has created mariaDB http://mariadb.org/ > which I believe is claimed to maintain compatability with mysql. Some > linux distros are considering offering alternative packages. PostGreSQL Adding

Re: mysql replacement?

2012-03-13 Thread Craig White
On Mon, 2012-03-12 at 13:07 -0400, arag...@dcsnow.com wrote: > Hello all, > > I did a little searching but didn't come up with anything. I'm using > Fedora 16 and am about to start doing some database work on some > databases that were built in Mysql 5 (I think). I kn

Re: mysql replacement?

2012-03-13 Thread Nataraj
On 03/12/2012 10:07 AM, arag...@dcsnow.com wrote: > Hello all, > > I did a little searching but didn't come up with anything. I'm using > Fedora 16 and am about to start doing some database work on some > databases that were built in Mysql 5 (I think). I know there hav

Re: mysql replacement?

2012-03-12 Thread Reindl Harald
Am 12.03.2012 18:07, schrieb arag...@dcsnow.com: > Is Mysql still the "standard" or has one of the forks taken over? mysql is standard for nearly all downstream software with mysql-support > I know Mysql is still there and can be installed but it might be a > good idea to

mysql replacement?

2012-03-12 Thread aragonx
Hello all, I did a little searching but didn't come up with anything.  I'm using Fedora 16 and am about to start doing some database work on some databases that were built in Mysql 5 (I think).  I know there have been some forks since Sun then Oracle took over the project.  Is Mysql

Extremely slow LXR indexing with mysql after last update

2012-02-04 Thread Gene Smith
Don't see any errors but indexing a fairly large set of LXR versions of various programs with genxref program now taking extreme time. Previously only took a few minutes to zip though lots of projects/versions. See alternating 100% cpu on cores and what looks like constant disk usage and proce

Re: MySQL is not working on PHP with Fedora 16

2012-01-25 Thread Paul W. Frields
On Tue, Jan 24, 2012 at 08:03:00PM -0600, Fedora Linux wrote: > Yes... it appeared a popup with SELinux errors, I opened it and shows: > > SELinux is preventing /usr/sbin/httpd from connectto access on the > unix_stream_socket /var/lib/mysql/mysql.sock. > > * Pl

Re: MySQL is not working on PHP with Fedora 16

2012-01-24 Thread Frank Murphy
On 25/01/12 06:36, Pete Travis wrote: For cases where I can't (be bothered to take the time to) find the proper context and end up using this method, I make a habit of moving/flushing audit.log then recreating the specific issue. This way, nothing unexpected slips by. I probably should be payin

Re: MySQL is not working on PHP with Fedora 16

2012-01-24 Thread Pete Travis
For cases where I can't (be bothered to take the time to) find the proper context and end up using this method, I make a habit of moving/flushing audit.log then recreating the specific issue. This way, nothing unexpected slips by. I probably should be paying more attention to what's in there, but

Re: MySQL is not working on PHP with Fedora 16

2012-01-24 Thread Frank Murphy
On 25/01/12 02:03, Fedora Linux wrote: grep /usr/sbin/httpd /var/log/audit/audit.log | audit2allow -M mypol Comments are mine. Do the following in a terminal: grep /usr/sbin/httpd /var/log/audit/audit.log | audit2allow -M mypol ## it's better to change "mypol" to something more related like "

Re: MySQL is not working on PHP with Fedora 16

2012-01-24 Thread Joe Zeff
On 01/24/2012 08:22 PM, bruce wrote: ok jeff.. Well, one thing's sure: you don't want any help from me and you're not going to get it. *Plonk!* -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/

Re: MySQL is not working on PHP with Fedora 16

2012-01-24 Thread bruce
ok jeff.. no.. now that i've stopped laughing... my bad,, multiple email threads.. On Tue, Jan 24, 2012 at 10:34 PM, Joe Zeff wrote: > On 01/24/2012 07:25 PM, bruce wrote: > >> umm jeff... >> >> > First off, my name is not, never has been and never will be "Jeff." Please > don't do that again.

Re: MySQL is not working on PHP with Fedora 16

2012-01-24 Thread Joe Zeff
On 01/24/2012 07:25 PM, bruce wrote: umm jeff... First off, my name is not, never has been and never will be "Jeff." Please don't do that again. i think he was looking for reassurance (not condescension) as to the actions he has to take, or exactly what he has to type to resolve the issue.

  1   2   >