Fredrick Wampamba

Results 2 comments of Fredrick Wampamba

This will be of help `#!/bin/bash # Define input and output files MYSQL_DUMP_FILE="kwaugsms.sql" POSTGRES_DUMP_FILE="postgres_dump.sql" # Convert MySQL SQL dump to PostgreSQL equivalent sed -e 's/`/"/g' \ -e 's/IF NOT EXISTS//g'...