I am trying to open a file that is really REALLY big. It comes from http://www.hostip.info/dl/index.html and is a free version of ip geolocation information that you would normally have to pay for from sites like MaxMind. It opens fine in Sql Server's Mangement Studio (takes a long time) but in MySql's Workbench tool, it runs for twenty seconds and then I get a popup error that says "Bad Allocation". I am unfamiliar with the command line tools for MySql. What can i run to try and create this database on the command line. The name of the file is hostip_current.sql and it is 340mb. It compresses down to 26mg using winzip. The idea is to port this to Sql Server after I create the DB in MySql--since it is free :). Many Thanks
↧