StreamMe Posted March 24, 2008 Share Posted March 24, 2008 Im totally new to postgresql - I cant for the life of me figure out how to import a sql file that I generated as a backup in PGAdmin III. Help! Is there a way to do it with phppgadmin? I know it sounds simple, but I dont see any way to do it, and googlin has turned up nothing of value. Quote Link to comment https://forums.phpfreaks.com/topic/97624-importing-a-postgresql-generated-sql-file-using-phppgadmin-or-something-else/ Share on other sites More sharing options...
keeB Posted April 15, 2008 Share Posted April 15, 2008 If you have access to the command line: psql -d <database> -f <filename> <username> Quote Link to comment https://forums.phpfreaks.com/topic/97624-importing-a-postgresql-generated-sql-file-using-phppgadmin-or-something-else/#findComment-517709 Share on other sites More sharing options...
alirezahs Posted December 10, 2013 Share Posted December 10, 2013 hi i go to sql part and import a sql file but it can't import the file and shows this error: No server supplied! Quote Link to comment https://forums.phpfreaks.com/topic/97624-importing-a-postgresql-generated-sql-file-using-phppgadmin-or-something-else/#findComment-1461993 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.