linuxserver.io Posted August 24, 2015 Share Posted August 24, 2015 Application Name: MySQL Application Site: https://www.mysql.com/ Docker Hub: https://hub.docker.com/r/linuxserver/mysql/ Github: https://github.com/linuxserver/docker-mysql Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support. Link to comment
Bungy Posted August 26, 2015 Share Posted August 26, 2015 Is there any info on how this docker is better or compares to the official mysql docker image? I'm guessing this is built on phusion, but are there any other advantages? Link to comment
sparklyballs Posted August 26, 2015 Share Posted August 26, 2015 Is there any info on how this docker is better or compares to the official mysql docker image? I'm guessing this is built on phusion, but are there any other advantages? the initialisation script is a modified version of the mysql official container script so in that respect it's no better or worse than the official image. this image however updates dependencies and the main app upon restart, assuming of course there are updates available. but the strongest aspect that differentiates this container is the ability to define an id and group id to run the app and save files outside of the container. in unraid terms that means nobody:users , but in general it can be set to suit any system. that's transparent to unraid users though as the template already sets that up for you. Link to comment
lonix Posted August 27, 2015 Share Posted August 27, 2015 Also this comes with a unraid template Link to comment
Alex.vision Posted August 3, 2016 Share Posted August 3, 2016 I've tried searching for this information on both google and the unraid forums but I could not find what I needed. How can I update this version of MySQL. According to the MySQL workbench I'm currently running 5.5.49-0ubunti0.14.04.1, is there any way to upgrade to 5.7.14? When I click check for updates it claims it's up to date, is that because this isn't the official MySQL docker and therefore does not have the same update path? I deleted the entire docker once already and tried to install it as a new docker container, yet it still had the same version number, I thought I remembered an issue with unraid Pre 6.2 having issues with updating. Currently im running UnRaid 6.2.0-rc2. I have RC3 at home and have the exact same issue with this docker. I guess I just don't know a whole lot about the whole docker on UnRaid yet. Link to comment
saarg Posted August 3, 2016 Share Posted August 3, 2016 I've tried searching for this information on both google and the unraid forums but I could not find what I needed. How can I update this version of MySQL. According to the MySQL workbench I'm currently running 5.5.49-0ubunti0.14.04.1, is there any way to upgrade to 5.7.14? When I click check for updates it claims it's up to date, is that because this isn't the official MySQL docker and therefore does not have the same update path? I deleted the entire docker once already and tried to install it as a new docker container, yet it still had the same version number, I thought I remembered an issue with unraid Pre 6.2 having issues with updating. Currently im running UnRaid 6.2.0-rc2. I have RC3 at home and have the exact same issue with this docker. I guess I just don't know a whole lot about the whole docker on UnRaid yet. If you have the same version on both servers the linuxio guys haven't updated the container. Since it reports Ubuntu 14.04 the latest version there is 5.5.50, so not a big upgrade anyway. You just have to wait until they release a container based on a newer base image. Link to comment
Alex.vision Posted August 4, 2016 Share Posted August 4, 2016 Gotcha. Like I said I don't know a whole lot about Unraid dockers vs regular docker. I'm in no rush, just some added management fetures in the newer version I was hoping to get access to. Thanks for the help. Sent from my iPhone using Tapatalk Link to comment
interwebtech Posted August 28, 2016 Share Posted August 28, 2016 Can you guys update the container? Please and thank you. Link to comment
saarg Posted August 28, 2016 Share Posted August 28, 2016 Can you guys update the container? Please and thank you. As I answered in the post above you, 5.5.50 is the latest version on ubuntu 14.04. Until ubuntu updates the mysql package or we rebase it (don't know if/when that happens), I'm afraid you will not be able to use the feature. Link to comment
Squid Posted August 28, 2016 Share Posted August 28, 2016 Can you guys update the container? Please and thank you. As I answered in the post above you, 5.5.50 is the latest version on ubuntu 14.04. Until ubuntu updates the mysql package or we rebase it (don't know if/when that happens), I'm afraid you will not be able to use the feature. Or switch to the official MySQL containers. Link to comment
interwebtech Posted September 5, 2016 Share Posted September 5, 2016 Can you guys update the container? Please and thank you. As I answered in the post above you, 5.5.50 is the latest version on ubuntu 14.04. Until ubuntu updates the mysql package or we rebase it (don't know if/when that happens), I'm afraid you will not be able to use the feature. Or switch to the official MySQL containers. How would I go about doing this? I have only one schema running for a tt-rss instance. Link to comment
jeffreywhunter Posted November 11, 2016 Share Posted November 11, 2016 Just tried to update the container from unRaid 6.2.4. This happened: http://my.jetscreenshot.com/12412/20161111-b9g8-154kb.jpg[/img] Is this a known problem? Link to comment
Squid Posted November 11, 2016 Share Posted November 11, 2016 Just tried to update the container from unRaid 6.2.4. This happened: http://my.jetscreenshot.com/12412/20161111-b9g8-154kb.jpg[/img] Is this a known problem? http://lime-technology.com/forum/index.php?topic=40937.msg481138#msg481138 Link to comment
jeffreywhunter Posted November 11, 2016 Share Posted November 11, 2016 Great, delete the docker file. So I found these instructions: https://lime-technology.com/forum/index.php?topic=38323.0 FYI, for anyone reading this later, there's a nifty plugin to make stopping dockers (and other features) handy... Unfortunately, I don't believe it stops the service. To stop the service just go to Settings>Docker>Enable Docker: >No>Apply... Or from a command line /etc/rc.d/rc.docker stop EDIT: Wow, just saw that UR 6.2 stores the configs in the "My xxxxx" template, so its real easy to recreate the dockers. Nice! So now everything is back up and running, but I see "force update" next to each docker. Should that be there if the latest version is "up to date"? http://my.jetscreenshot.com/12412/20161111-2vdd-84kb.jpg[/img] Link to comment
CHBMB Posted November 11, 2016 Share Posted November 11, 2016 Docker has always saved your templates, it's not a 6.2 thing. Sent from my C6903 using Tapatalk Link to comment
Squid Posted November 11, 2016 Share Posted November 11, 2016 EDIT: Wow, just saw that UR 6.2 stores the configs in the "My xxxxx" template, so its real easy to recreate the dockers. Nice! Personally, I prefer to use CA and it's Previous Apps button, but the net result is the exact same So now everything is back up and running, but I see "force update" next to each docker. Should that be there if the latest version is "up to date"? That's always there if you're displaying the docker tab in Advanced View Link to comment
kamhighway Posted December 8, 2016 Share Posted December 8, 2016 @LSIO Just wanted to let you know that the "donate" button in the first post gives a 404 error. You guys have done a great job and I wanted make a donation. Happy Holidays Kamhighway Link to comment
CHBMB Posted December 8, 2016 Share Posted December 8, 2016 Fixed, thanks kamhighway. Link to comment
kamhighway Posted December 9, 2016 Share Posted December 9, 2016 @CHBMB Glad to help. I clicked on the link to make a donation and got to the paypal screen that enables me enter an amount denominated in something other than U.S. dollars. Is there a way to make a donation in U.S. dollars? Both paypal and my credit card want to charge a fee for the currency conversion. kamhighway Link to comment
CHBMB Posted December 9, 2016 Share Posted December 9, 2016 Kam the other currency is pound sterling as most of the ls.io group are in the UK. As far as I'm aware there isn't a way for us to get around the fact that if someone from outside the UK donates there will be conversion fee for this. Sent from my LG-H815 using Tapatalk Link to comment
comfox Posted January 4, 2017 Share Posted January 4, 2017 What is the webgui field for under Advanced Options? Link to comment
CHBMB Posted January 4, 2017 Share Posted January 4, 2017 What is the webgui field for under Advanced Options? Its just an Unraid docker template field, for containers like this it serves no purpose as there's no webui. Link to comment
Markyb0y Posted February 4, 2017 Share Posted February 4, 2017 any idea where I can get PHPMyAdmin from as an unraid docker? orsomething else to use a mysql db admin? thanks Link to comment
CHBMB Posted February 4, 2017 Share Posted February 4, 2017 any idea where I can get PHPMyAdmin from as an unraid docker? orsomething else to use a mysql db admin? thanks On Windows I would use HeidiSQL locally Link to comment
Squid Posted February 4, 2017 Share Posted February 4, 2017 orsomething else to use a mysql db admin? MySQL Workbench running on a separate computer / VM Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.