¶
Interesting Links
Mysql<->Postgres commands
¶
Mysql
¶
Cheathsheet
Change passwords:
ALTER USER 'root'@'%' IDENTIFIED BY 'new password';
¶
Backup/Restore
¶
Postgres
¶
Cheatsheets
PostgreSQL Cheat Sheet
PostgreSQL List Users
¶
Backup/Restore
SO: resotre postgres
Postgres docs: backup/restore
Postgres docs: dumpall
Postgres docs: psql