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

mysql

  1. M

    Can no longer see MySQL data after upgrade to 8.15

    I had to re-install MySQL to 8.15 after 8.11 stopped working for apparently no reason. The only thing that had changed recently was the Mac 10.14.4 update. I'm not sure that Mac update was the culprit, but in any case, after upgrading to MySQL 8.15, I can no longer see any of my databases which...
  2. A

    macOS MYSQL no longer running (MAMP)

    Up until today MYSQL was working OK for months with 2 MAMP Drupal localhost builds. But now MYSQL no longer loads. When opening MAMP the Apache Server starts, whereas the MYSQL Server does not start. This means the "Open WebStart page" option is greyed over and the Drupal path that would...
  3. I

    This query alternates between .8 second and 100+ seconds. Why?

    One minute it's .812 second, the next it's 203 seconds. It's about a 50-50 split. I have 1GB reserved for MySQL in my.cnf, otherwise it's stock MySQL 5.7. SELECT ug.user_id, a.forum_id, r.auth_setting, r.auth_option_id, ao.auth_option FROM phpbb_acl_groups a, phpbb_user_group ug, phpbb_groups...
  4. zenox

    Universal SQLPro for MySQL (database client)

    Hi all, I've recently released my well receive macOS database app SQLPro for MySQL on iOS (supporting both iPhone and iPad). The app is completely free to use for a single database connection, which IMO is a great option for students or indie devs. The app has many great features such as...
  5. PinkyMacGodess

    I need to come up with a quick and dirty MySQL database on the web...

    I need come up with a web based database (probably MySQL) for a club I'm a member of. I'm pretty good with programming websites, but have never done a web accessible database before. I have an AWS account, free version. Are there any good tutorials, or examples to use to cook this thing? The...
  6. pbutry

    macOS MySQL Shell/Command line client for remote connections

    Hi all, I am learning php/sql coding and would like to manage database within Shell/Command line on Mac but cannot find mysql client on it. Does OSX comes with it pre-built? How do I run it? I have got MySQL database on remote server (gearhost.com) and would like to access it from within...