Posted by Martie on 11/18/71 11:43
On 27 Mar 2006 03:51:45 -0800, shrini wrote...
>
>Friends.
>
>I want to migrate from mysql to postgresql.
>
>
>I have a lot of databases and tables in mysql.
>I can export them.
>
>I need your guidance for importing the databases into postgresql.
>
>Thanks.
>
>T.Shrinivasan.
>
This is probably more specific to MySQL and PostgreSQL than PHP. Either of the
SQL databases have administrative tools to create a backup of your existing
databases. Those backups are normally formatted into SQL scripts that are used
to regenerate your tables and the content within them.
Don't think you could restore a PostgreSQL database from a MySQL backup, but the
back file will probably be pretty close to what you would need to recreate it
somewhere else.
Martie
--
Newsguy Bandwidth Blowout March-30-2006
Unlimited downloads all day long
http://newsguy.com/nolimits.htm
--
[Back to original message]
|