pgAdmin3 not see database postgresql -
i created db name "food" in command line in linux mint. import dump db, cant did it.
my pgadmin didn't see db. try update list of db in pgadmin, try reinstall pgadmin, restart server.
i cant import dump db in command line of official documentation command- "psql dbname < infile"(postgresql documentation). in general, have upload dump(geonamesdb)
for example name of dump file- "_countries.sql".
what should do, pgadmin see db "food", , can import dump database.
i use "createdb" command. help. solved problem. go file /etc/postgresql/9.4/main/postgresql.conf , see port in file 5433. changed 5432. , list of db in console=list of db in pgadmin3. should understand how upload _countries.sql db. @ finaly understand heppend. when installed postgresql @ first, installing bably. reinstall it(postgresql), , when found problem ports(5432, 5433) find lod version postgresql. in computer installen 2 postgresql.
if find same problem check haw many postgresql intstallen in computer.
Comments
Post a Comment