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

Large database import fails, please help!

  • 24-05-2011 7:47am
    #1
    Registered Users, Registered Users 2 Posts: 19,048 ✭✭✭✭


    Hi all,
    I'm currently trying to import a .sql with ca. 300 tables to my local machine. I am using C:\path\to\xampp\mysql\data>mysql -u root databasename < import.sql but only 45 tables are being created (and it takes half an hour to get that far) according to phpMyAdmin.

    -xampp setup, have imported other databases up to ca. 100 tables before but this one is very big.

    -there is no password on my local machine

    Correct me if I'm wrong but by using the mysql command line I am completely bypassing all the phpMyAdmin and general php restrictions/time limits, right?

    Does xampp limit ram use or otherwise "throttle" the mysql component of the installation?

    This is a real pain, I just need to fix a few bugs but have to successfully set up my own local environment before I can create the branch and start work. Any help/pointers greatfully appreciated!


Comments

  • Registered Users, Registered Users 2 Posts: 19,048 ✭✭✭✭murphaph


    Scratch that, it just "worked". Must have been doing something stupid wrong. :)


Advertisement