Yep, just mysqldump although that 's only half the story.

After export, you need to import.  Beste way to do this is with
command line.


Add following code to your export SQL file:

USE `db_name`;



Run following command:

mysql --user=username -p < /location/of/export/file.sql



This will import your data in batch, without the limitation of
importing through a phpMyAdmin interface.


Good luck!

James

On 4 feb, 14:45, Gareth McCumskey <gmccums...@gmail.com> wrote:
> You dont need symfony. If you use MySQL:
>
> http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
>
>
>
> On Wed, Feb 3, 2010 at 12:30 PM, Javier Garcia <tirengar...@gmail.com> wrote:
> > Hi,
>
> > just that.
>
> > Javi
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "symfony users" group.
> > To post to this group, send email to symfony-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > symfony-users+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/symfony-users?hl=en.
>
> --
> Gareth McCumskeyhttp://garethmccumskey.blogspot.com
> twitter: @garethmcc

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to