Please Help AMD, mysql, FreeBSD 64

2006-09-07 Thread VeeJay
Hello Just wondering if I can get an advice from this forum? What kind of hardware i.e.(Processor, RAM) I need to accomplish following jobs on a FreeBSD plateform: I have some mysql dumps around 2 GB eachwith each record is 100 KB... 1. What is the best method to import them into a mysql

Re: Please Help AMD, mysql, FreeBSD 64

2006-09-07 Thread Derek Ragona
You would do better posting to the mysql lists, as this isn't really related to the OS. I would suggest you use the command line utilities to load the records. I would first slice them into chunks not too big, then iterate through them. If the records are in some order, if you get an error,

Re: Please Help AMD, mysql, FreeBSD 64

2006-09-07 Thread Ralph Ellis
On Thursday 07 September 2006 6:17 am, VeeJay wrote: Hello Just wondering if I can get an advice from this forum? What kind of hardware i.e.(Processor, RAM) I need to accomplish following jobs on a FreeBSD plateform: I have some mysql dumps around 2 GB eachwith each record is 100 KB...