We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 39404
    • 175 Posts
    stalemate resolution associate Reply #11, 12 years, 2 months ago
    Quote from: benlbit at Jul 29, 2014, 01:15 AM
    SHOWGRANTSFOR CURRENT_USER


    Output:

    GRANT USAGE ON *.* TO 'CRYSTA1_dba'@'%' IDENTIFIED BY PASSWORD 'sssssh!'
    GRANT ALL PRIVILEGES ON `CRYSTA1\_modx`.* TO 'CRYSTA1_dba'@'%' WITH GRANT OPTION

    I think there's a bug in the 2.3.1 installer.

    Based on the script above, it is giving full rights to a schema called "_modx". Either that schema exists, or it doesn't.

    If that schema exists (i.e. in PHPmySQLAdmin, it shows in the dropdown along with INFORMATION SCHEMA), then there is a bug with the installer and you should raise a bug.

    If, on the other hand, your schema is something else, make sure you're not mixing up the table prefix and the schema name in installation.

    When all that has been confirmed to be ok, then I'd suggest raising a bug through github.

    Regards,
    Tom
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      That definitely looks like you've confused the table prefix with the database name.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 48435
        • 9 Posts
        Quote from: sottwell at Jul 29, 2014, 07:17 AM
        That definitely looks like you've confused the table prefix with the database name.

        My Database is called CRYSTA1_Modx and my table prefix is called modx_.
        • discuss.answer
          • 48435
          • 9 Posts
          Ok, I have a workaround.

          I changed the table prefix from modx_ (which is the default) to mx_ and now it's working.
            • 39404
            • 175 Posts
            stalemate resolution associate Reply #15, 12 years, 2 months ago
            Hi benlbit,

            Glad to see you got it working! Congrats!

            Regards,
            Tom
              • 48435
              • 9 Posts
              Thank you to everyone for their time, input and assistance.
                • 39404
                • 175 Posts
                stalemate resolution associate Reply #17, 12 years, 2 months ago
                Quote from: benlbit at Jul 29, 2014, 08:18 AM
                Thank you to everyone for their time, input and assistance.

                You're very welcome. One thing that I'd like to think sets MODX apart from a lot of other online communities is the fact that we are very supportive and helpful. Susan is a perfect example of this.

                Regards,
                Tom
                  • 41574
                  • 14 Posts
                  I just had the same problem today. Changing the table prefix to mx_ worked for me as well.