Skip to main content
Question

Installing JSS, can not get past MySQL

  • September 6, 2015
  • 8 replies
  • 17 views

Forum|alt.badge.img+3

Trying to install JSS (9.62) on a Mac Mini running 10.10.5. I have Java installed and as you see in the video server.app is not installed yet. I created the screen grab of me installing MySQL, creating database and granting privilege. I copy and past the text from the manual, I reboot, I try my IP rather then localhost, Im hitting a wall here. Any help out there?

Link to video (sorry some of it is cut off, my bad).
Dropbox video

8 replies

talkingmoose
Forum|alt.badge.img+36
  • Community Manager
  • September 6, 2015

Try port 3307 instead of 3306. The newer Oracle MySQL installers are using that now.


davidacland
Forum|alt.badge.img+18
  • Valued Contributor
  • September 6, 2015

Everything else looks correct and no errors from the mysql prompt.

You can check if it is a port issue with the nc command nc -z localhost 3306 (or 3307) and see if you get a response.


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • September 6, 2015

That was it, port 3307.

Thanks!


Forum|alt.badge.img+17
  • Valued Contributor
  • September 6, 2015

I had the same problem a few weeks ago and this was the solution (port). I suggested to our support rep that they need to update the KB article.


emily
Forum|alt.badge.img+26
  • Hall of Fame
  • September 7, 2015

I ran into this same thing when building a new beta instance of the JSS. Updated documentation would be helpful if this is indeed now a thing.


bradtchapman
Forum|alt.badge.img+20
  • Valued Contributor
  • September 8, 2015

This must be unique to the Oracle MySQL installer. I recently installed the JSS (9.73) on a Ubuntu Server VM and requested the package mysql-server-5.6 from the ubuntu public repository. It was not necessary to change the port number in this instance.


Forum|alt.badge.img+17
  • Valued Contributor
  • September 8, 2015

It's how MySQL is started apparently. If you start through the System Preference pane it uses 3307, if you start from the command line it uses 3306 I believe. I'd consider this a MySQL 'bug' since I can't think of a reason for that kind of behavior, it only causes confusion (as seen here).


Forum|alt.badge.img+7
  • Contributor
  • September 8, 2015

Could the gui vs. cli port difference have to do with the underlying .cnf file used (or not used) by the respecitive methods?