Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

KingCyrusIII

macrumors newbie
Original poster
Apr 10, 2015
10
1
Hi folks, thanks for looking into this.

I'm trying to run MySQL. I downloaded the dmg file, installed, and started it in System Preferences.

Where do I go from here? Where's the user interface?
 
Thanks. I was aware that I need a third party GUI to run on top of MySQL. I was inquiring about the UI that comes with it, that is, the command line.

I have Sequel-Pro installed. But how do I launch MySQL? Is it merely by Starting it on System Preferences?
 
Well, right now I'm just trying to get the regular UI that comes with the software to run.

I'll worry about the GUI afterwards.
 
Well, right now I'm just trying to get the regular UI that comes with the software to run.

You start and stop the MySQL server from the preferences pane. There's nothing to see when it is running.

To run the various clients and utilities like "mysql" and "mysqladmin", you use the OS X Terminal app and follow the instructions at e.g. http://dev.mysql.com/doc/refman/5.7/en/invoking-programs.html

If you get 'command not found' errors, then you need to follow the instructions here: http://apple.stackexchange.com/ques...h-variable-to-resolve-mysql-command-not-found

...I can't remember if the installer does this automatically.

Once you get to the stage where you're getting errors from MySQL about non-existent databases/users, missing parameters etc. then you're in business and can start following any generic 'getting started with MySQL' guide.
 
To run the various clients and utilities like "mysql" and "mysqladmin", you use the OS X Terminal app and follow the instructions at e.g. http://dev.mysql.com/doc/refman/5.7/en/invoking-programs.html

Screen%20Shot%202015-08-28%20at%2015.39.30-M5kRufoH1r.png
 
Be sure to follow the post-install procedures: https://dev.mysql.com/doc/refman/5.7/en/postinstallation.html

When the core mysql database is initialized (either by the installer, or by hand post-install), the mysql root user will have an empty password, and can only be logged in via localhost. So login to mysql as root, change the password, then you can start creating users and databases, and delegating rights to those databases to those users.
 
  • Like
Reactions: superscape
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.