pg_dump.exe -U [user_remote] -h [host_remote] [database_name] | psql -U [user_local] -d [local_db_name]
Май 20
Янв 11
Способ 1:
locate mysql_config
Способ 2:
find / | grep "mysql_config"
pg_dump.exe -U [user_remote] -h [host_remote] [database_name] | psql -U [user_local] -d [local_db_name]
Способ 1:
locate mysql_config
Способ 2:
find / | grep "mysql_config"