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

Adding A Database to MYSQL

  • 28-01-2007 9:33pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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