We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33312
    • 2 Posts
    Hello everyone,

    New born in the community and newbe using modx... Like a child, i tryed to log more than 3 times and i blocked the account, and now i’m >:( ...
    How can i do? I read something about installing PhpMyadmin on "Wiki Modx", tried to do it but he asked me to locate the directory of my apache application ... that i haven’t. So i’m a bit drowned..., is anyone can give me a little help?

    Thank u
      • 33312
      • 2 Posts
      I don’t think so, nothing about Php application instaled on my computer. Only PhpMyadmin that i’ve just put on it, but nothing happen, no main program diplsayed anywhere (launch menu and program files) What do i have to do??
      I’m so lost man...sry.

      Help, thx.
        • 28042 ☆ A M B ☆
        • 24,524 Posts
        PHPMyAdmin is a web application; you access it via your browser (http://localhost/phpmyadmin or something similar). There are a few nice enough desktop applications for managing MySQL too; check the MySQL site for some.

        http://dev.mysql.com/downloads/gui-tools/5.0.html

        You can determine your Apache location with this simple php script:

        <?php
        phpinfo();
        ?>


        Save that as info.php, put it in your html root, and go to (http://localhost/info.php) and get all kinds of information about your php and web server configuration. The server info is near the bottom of this long page.
          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