LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-08-2023, 09:00 AM   #1
Al99
LQ Newbie
 
Registered: Nov 2020
Posts: 22

Rep: Reputation: Disabled
How to practice myself on Linux mint


Hi I'm trying to install mysql and mysql workbench on Linux mint without much success. I tried installing from source and with snapd and both failed. What's the best way to install the necessary software to practice myself code on Linux mint? Thanks.

Last edited by Al99; 12-08-2023 at 09:01 AM.
 
Old 12-08-2023, 09:45 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,852

Rep: Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310
both of them can work (snap and source). Would be nice to explain what did you try and what's happened. Without details hard to help you.
(and if you need help with mysql please edit the title to mention it)

Last edited by pan64; 12-08-2023 at 09:46 AM.
 
Old 12-08-2023, 09:56 AM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Al99 View Post
Hi I'm trying to install mysql and mysql workbench on Linux mint without much success. I tried installing from source and with snapd and both failed. What's the best way to install the necessary software to practice myself code on Linux mint? Thanks.
You've been using Linux for three years now, and didn't follow up in any of your other threads. You don't tell us what version of Mint, what you did to install these things, what error(s)/message(s) you got, etc. We can't guess.

Second, why would you install either MySQL or MySQL Workbench from SOURCE??? You can install it through the online repositories. Should be able to do "apt install mysql-server", and mysqlworkbench can be installed as well (providing you have repos configured for it).
 
Old 12-08-2023, 09:56 AM   #4
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,310
Blog Entries: 3

Rep: Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722
Quote:
Originally Posted by Al99 View Post
Hi I'm trying to install mysql and mysql workbench on Linux mint without much success. I tried installing from source and with snapd and both failed. What's the best way to install the necessary software to practice myself code on Linux mint? Thanks.
1. Go to https://dev.mysql.com/downloads/workbench/#downloads

2. Select Ubuntu and Download both files:
mysql-workbench-community_8.0.34-1ubuntu23.04_amd64.deb
and
"signature"

3. Check the MD5 hash, but that is insufficient alone:
md5sum mysql-workbench-community_8.0.34-1ubuntu23.04_amd64.deb

4. Check the OpenPGP signature (sufficient alone by itself):

4a. Copy-paste the Public Key to a file "mysql-workbench-community_8.0.34-1ubuntu23.04_amd64.openpgp" from https://dev.mysql.com/doc/refman/8.2...signature.html near the bottom of the page.

4b. Verify the authenticity of the downloaded package using Sequoia:

sq verify --signer-cert mysql-workbench-community_8.0.34-1ubuntu23.04_amd64.deb.openpgp --detached mysql-workbench-community_8.0.34-1ubuntu23.04_amd64.deb.asc mysql-workbench-community_8.0.34-1ubuntu23.04_amd64.deb

it should say,

Good signature from 467B942D3A79BD29
1 good signature.

5. If the signature is good, then install

sudo dpkg -i mysql-workbench-community_8.0.34-1ubuntu23.04_amd64.deb


Normally steps 3 and 4 are handled automatically by the package manager. Since this method does not use the normal repository, it has to be done by hand. I normally avoid packages which are not in the repository, but at least this one has a .deb package for APT.

MySQL is another matter, you need to know (or set) the database's root password. Just to be clear, that's root for the database, not root for the operating system.
 
  


Reply



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
LXer: Put Design Thinking into practice with the Open Practice Library LXer Syndicated Linux News 0 07-22-2022 01:02 AM
Introducing myself as I reintroducing myself to Linux Truman LinuxQuestions.org Member Intro 2 10-16-2011 02:16 PM
Allow myself to introduce myself Easy Rider LinuxQuestions.org Member Intro 1 02-23-2010 08:59 AM
Let myself introduce....myself?! PGriffen LinuxQuestions.org Member Intro 1 06-01-2008 02:03 PM
Allow myself to introduce ......myself Daboo LinuxQuestions.org Member Intro 1 11-16-2007 02:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:16 AM.

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