AnatolyUss/FromMySqlToPostgreSql

Username and Password ?

poovarasanvasudevan opened this issue · 2 comments

Where can i put my username and password for db

Username and password are a part of connection-string.
Put tham in and in configuration file.
On Jan 22, 2016 11:31 AM, "Poovarasan" notifications@github.com wrote:

Where can i put my username and password for db


Reply to this email directly or view it on GitHub
#20.

"source" : "mysql:host=localhost;port=3306;charset=UTF8;dbname=Your_DB_Name,Username,Password",
"target" : "pgsql:host=localhost;port=5432;dbname=Your_DB_Name;options=--client_encoding=UTF8,Username,Password",