Results 1 to 5 of 5

Thread: MySQL Database.
      
   

  1. #1
    Poolmandave is offline Sergeant
    Join Date
    Jan 2009
    Location
    New Jersey
    Posts
    26

    Question MySQL Database.

    I have come across this MySQL a few time the last few days when looking for php related items. Is this in the BV web building system or is it somewhat of an attachment to php that would need to be included if one were to need a php item related to MySQL. If possible, what is it and what does it stand for?
    Thank You

    http://www.swimmingpoolprofessor.com

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: MySQL Database.

    MySQL is a database management system. Its not something in itself that you can physically see. There is an interface in cPanel to create new databases, as well as an interface to edit the database tables (PHPMyAdmin).

    Its separate of PHP, although it commonly used with PHP scripts for data storage. (I say separate in the sense that it isn't exclusive to PHP nor does a PHP have to use MySQL at all).

    If you were to use a PHP script that required it you would just have to create the database and save some settings to the PHP script so it could connect to the database (Info like host, database name, database username, database password).

    MySQL stands for "My Structured Query Language"

    Hope that helps

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    Poolmandave is offline Sergeant
    Join Date
    Jan 2009
    Location
    New Jersey
    Posts
    26

    Default Re: MySQL Database.

    Does the MySQL database over ride the existing database or does it compliment it? I hope that's not a dumb question. Would installing the MySQL be more than an easy task or is it complicated?
    Thank You

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: MySQL Database.

    What existing database are you talking about?

    MySQL is already installed, you just have to create the actual databases, which takes about a minute, there is a video tutorial for creating databases.

    http://www.vodahost.com/tut_cpanel.htm
    Tutorial #11

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  5. #5
    Poolmandave is offline Sergeant
    Join Date
    Jan 2009
    Location
    New Jersey
    Posts
    26

    Default Re: MySQL Database.

    Thank You, I didn't know that was the database management system in place. I'm sure I'll understand better after the tutorial. It's all chinese to me starting to look like english if you will. Thanks for the link

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

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 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49