Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Beginning MySQL question

Options
  • 30-10-2007 12:39pm
    #1
    Registered Users Posts: 5,102 ✭✭✭


    Hi

    I've a website and been told that I should use MySQL as a database.
    Im a Microsoft Access/SQL man normally.
    Now the website uses a Linux server.

    What do I need to download for my PC to create a MySQL database?
    And do I use PHP scripts on the website to interact with the database?

    Any help appreciated!
    Thanks
    M


Comments

  • Closed Accounts Posts: 2,039 ✭✭✭rmacm


    mathie wrote: »
    What do I need to download for my PC to create a MySQL database?
    And do I use PHP scripts on the website to interact with the database?

    If you're doing your web development on a Windows machine give a look at xampp http://www.apachefriends.org/en/xampp.html

    This will let you play around with Apache, MySQL and PHP on your local machine. Depending on what your hosting provider supports you could use PHP, Perl, Python or a number of other languages to interact with the database. PHP is probably supported and you can use this to interact with with the db.

    Cheers
    Rory


Advertisement