Moving from Mysql - Mailing list pgsql-general

From Luis Daniel Lucio Quiroz
Subject Moving from Mysql
Date
Msg-id 201005222145.13092.luis.daniel.lucio@gmail.com
Whole thread Raw
Responses Re: Moving from Mysql  (Stephen Frost <sfrost@snowman.net>)
List 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

pgsql-general by date:

Previous
From: Francisco Reyes
Date:
Subject: Re: Select max(primary_key) taking a long time
Next
From: Ivan Voras
Date:
Subject: Full text search on a complex schema - a classic problem?