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

Adding A Database to MYSQL

Options
  • 28-01-2007 10:33pm
    #1
    Registered Users Posts: 717 ✭✭✭


    Currently using MYSQL 4.1 in college.

    I've the server installed and configured and it's up and running. The only problem now is actually getting the database into the server.

    Any suggestions on where I should start?? I have the tables in a .txt file that my lecturer suggested we keep in the c drive but i dont have a clue where to go from here...

    Cheers for any advice!


Comments

  • Registered Users Posts: 5,335 ✭✭✭Cake Fiend


    Has your lecturer told you how to insert these data into a database? Have you asked him/her how to do it?

    This is where I go any time I need info about MySQL.


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Do you know SQL?

    If you have your database set up as a series of SQL commands in the text file, rename it to whatever.sql and use the SOURCE command to upload it into the database, like as described in this tutorial.


Advertisement