Results 21 to 27 of 27

Thread: [MySQL] MySQL Database setup recommendation for best results.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    6,263

    Default [MySQL] MySQL Database setup recommendation for best results.

    If you are installing a third party script that will connect to mySQL, your configuration script, or web based installer will ask you for certain variables regarding mySQL.

    Typically, the first step is to create your database.

    Login to your control panel and click on the database manager.

    1. Create your database.
    2. Create your DB user and password next.
    3. Finally add the user you just made to the empty database you just created.

    Then when you run the installation script, the fields should look as follows:

    db host = localhost
    db name = username_whatever
    db user = username_whatever
    db pass = whatever

    Please note that the password is the only field that does not require the "username_" in front of it.

    "username_" is your cPanel username. You will see the database name and any users connected to that database listed in the database manager after you have completed steps 1-3 above.

    Finish your installer or save the configuration file and run your script according to the readme file that was included with the script.

    ***DO NOT TRY TO MAKE YOUR DATABASES IN PHPMYADMIN.***
    You will get permission errors. You need to make these in the cPanel database manager as outlined above.
    Last edited by Matt; 10-08-2005 at 01:50 PM.
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14