LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-29-2016, 05:38 AM   #1
alberg
Member
 
Registered: Jun 2016
Distribution: Arch, Slackware
Posts: 47

Rep: Reputation: Disabled
Can't find mysql package for Slackware


I only installed Slackware a couple of days ago and don't know yet how to search packages in many unofficial repos. On SlackBuilds I didn't find mysql package (as well as with internet search). Could someone advise where can one find it?
 
Old 06-29-2016, 05:45 AM   #2
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
MySQL is already contained in Slackware. Only, the package is called "mariadb".
MariaDB is a fork of MySQL, and is developed by the original MySQL developers who were worried about Oracle's intentions when they acquired MySQL.
 
Old 06-29-2016, 01:41 PM   #3
alberg
Member
 
Registered: Jun 2016
Distribution: Arch, Slackware
Posts: 47

Original Poster
Rep: Reputation: Disabled
I have programs which require MySQL as dependency and unfortunately there are many reports about growing incompatibilities between mariadb and mysql (on mariadb site there is even no comparison with version 5.7).

I wonder does someone know what cmake flags to use for building mysql installation of minimal size from source? Their default configuration takes 5.1 Gb for building directory, and "make install" failed due to insufficient space when /usr/local/mysql was about 700 Mb.
 
Old 06-29-2016, 01:45 PM   #4
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
What incompatibilities concern you? I'm not a very heavy user of low-level mariadb/mysql functions, but I've not experienced any incompatibilities.

How much space do you have to build MySQL? I would be more concerned about not having 5db of disk space than about incompatibilities between MySQL and MariaDB ;-)
 
Old 06-29-2016, 02:24 PM   #5
alberg
Member
 
Registered: Jun 2016
Distribution: Arch, Slackware
Posts: 47

Original Poster
Rep: Reputation: Disabled
Simply it's obviously that 1 Gb installation is the 'Ultimate Enterprise', whereas I need just minimal. Why to waste 1 GB in /usr.
 
Old 06-30-2016, 07:17 AM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Just try mariadb, check incompatibily if any by yourself. Better migrate to mariadb sooner than later imho
 
Old 07-01-2016, 10:11 AM   #7
alberg
Member
 
Registered: Jun 2016
Distribution: Arch, Slackware
Posts: 47

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by keefaz View Post
Just try mariadb, check incompatibily if any by yourself. Better migrate to mariadb sooner than later imho
Why?

Quote:
original MySQL developers who were worried about Oracle's intentions
MySQL was bought in 2008.

To the topic: having read through the compile options and choosing only the needed ones, the new build directory resulted in 700 Mb size down from 5.2 Gb.
 
Old 07-01-2016, 11:01 AM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
Originally Posted by alberg View Post
Why?
Because it's instant check for your issue, just install pkg, test and see for yourself (don't read on other sites)
 
Old 07-01-2016, 11:15 AM   #9
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by alberg View Post
Why?
Lots of reasons. There's a reason most distros (RedHat, Debian, OpenSUSE) and companies (Wikipedia, Google, Wordpress.com, Craigslist) have switched to mariadb. I did a quick search and found an article from 2015 on 10 reasons why people should switch to mariadb. But the biggest is probably the fact that the mysql developers are with mariadb now, which means the people who got mysql to where it is are now continuing that progress on mariadb.

https://seravo.fi/2015/10-reasons-to...ll-using-mysql

Quote:
Originally Posted by alberg View Post
MySQL was bought in 2008.
By Sun. That wasn't an issue. The issue arose when Sun was acquired by Oracle. Due to the uncertainty of what Oracle would do to mysql, the acquisition was held up in the EU until Oracle agreed to keep mysql alive through 2014. That was still too much uncertainty for the mysql developers, so they forked it and started mariadb. That date Oracle agreed to has since passed and they are now free to decide to stop development on mysql.
 
4 members found this post helpful.
Old 07-01-2016, 11:55 AM   #10
alberg
Member
 
Registered: Jun 2016
Distribution: Arch, Slackware
Posts: 47

Original Poster
Rep: Reputation: Disabled
bassmadrigal,

thanks, that's very interesting info. I will consider switching. Although, the latest big update of mysql (5.7) and overall picture doesn't look as it's going to be discontinued.
 
Old 07-01-2016, 12:43 PM   #11
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
It's very possible that mysql will stay alive for the foreseeable future. But I would imagine it would be similar to the OpenOffice vs LibreOffice. Essentially the same thing happened with OpenOffice... Oracle took over, the developers weren't happy and they forked. Fast forward to now, and LibreOffice is heavily developed and OpenOffice only gets occasional updates.

It won't kill you to stick with mysql, but a good chunk of people have switched and you're likely to stick with the way the industry is moving by switching to mariadb. However, of course, this is solely up to you. I just provide random bits of information. It's your choice to decide what to do with that information
 
2 members found this post helpful.
Old 07-01-2016, 05:17 PM   #12
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Another interesting article, more-or-less on topic, wrt Oracle's history as a steward of Open Source Apps:

http://arstechnica.com/information-t...-to-kill-java/

Just sayin' ...

-- kjh
 
2 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] cannot find a slackware 14.1 'wicd' package.... jrch Slackware 12 02-24-2015 11:59 PM
Trying to find MySQL-devel package compatible with MySQL 5.6.14 grussell Red Hat 2 10-28-2013 03:30 PM
unable to find the right php-mysql package for RHEL 6 sanjorge Red Hat 3 06-01-2011 11:37 PM
Slackware 12.0 install hangs at mysql package jdix123 Linux - Laptop and Netbook 5 02-11-2008 03:48 PM
installed firefox package on slackware 10.0, i can't find it salviadud Slackware 10 03-04-2005 09:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration