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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Beginning MySQL question

  • 30-10-2007 11:39am
    #1
    Registered Users, Registered Users 2 Posts: 5,103 ✭✭✭


    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