Moving from Mysql

From: Luis Daniel Lucio Quiroz <luis(dot)daniel(dot)lucio(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Moving from Mysql
Date: 2010-05-23 02:45:12
Message-ID: 201005222145.13092.luis.daniel.lucio@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Well, i'm moving some databases from Mysql to Pgsql, but i'm having some admin
doubts, i wondering 3 things:
1. whar are equivalent for these commands:
in mysql: mysqldump mydata_base_name
mysql mydata_base_name < script.sql

2. any link to read about how to admin pgsql with mysql backgraounds,
3. how users are managed in pgsql, i need to create a specifiq username for db,
but how?

TIA

LD

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Frost 2010-05-23 03:06:02 Re: Moving from Mysql
Previous Message Ivan Voras 2010-05-23 02:40:20 Full text search on a complex schema - a classic problem?