I am far from a web developer (I'm a network engineer to be exact) but want to do some programming with PHP and PostgreSQL. Here's my problem (should be an easy one).
My Web Host says they allow postgreSQL but I'm not sure he knows what he's talking about. From my understanding of postgreSQL I need to create a user then create a database. I'm attempting to create those using an SSH connection to the server (this took some convincing, ssh/telnet access is not grated for everyone). Once I'm connected to the server I type in psql and receive an error.
Am I doing this the correct way? Should I be doing this at all? Should I install Unix and postgreSQL locally, program my database + site and then move them up to the server.
I talked to my Webmaster and he told me "postgreSQL just runs" I find it hard to believe that....
A point in the right direction would be appreciated. Maybe I can return the favor to someone else....
david e
*end users are just like computers, some you can work with...others just need a simple reBOOTing to fix their problems.*
My Web Host says they allow postgreSQL but I'm not sure he knows what he's talking about. From my understanding of postgreSQL I need to create a user then create a database. I'm attempting to create those using an SSH connection to the server (this took some convincing, ssh/telnet access is not grated for everyone). Once I'm connected to the server I type in psql and receive an error.
Am I doing this the correct way? Should I be doing this at all? Should I install Unix and postgreSQL locally, program my database + site and then move them up to the server.
I talked to my Webmaster and he told me "postgreSQL just runs" I find it hard to believe that....
A point in the right direction would be appreciated. Maybe I can return the favor to someone else....
david e
*end users are just like computers, some you can work with...others just need a simple reBOOTing to fix their problems.*