Results 11 to 15 of 15
Heh, I've been using PostgreSQL a lot lately, I forgot MySQL needed that function. So you could put something like this after the mysql_connect:
Code:
mysql_select_db('monkeys');...
- 02-02-2005 #11Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
Heh, I've been using PostgreSQL a lot lately, I forgot MySQL needed that function. So you could put something like this after the mysql_connect:
Code:mysql_select_db('monkeys');
- 02-02-2005 #12Linux Newbie
- Join Date
- Nov 2004
- Posts
- 167
hi Guys,
I finally found a tutorial, which kind of suited my dummy-programmer brain.
http://www.freewebmasterhelp.com/tutorials/phpmysql
cheers
Tokunbo
- 02-03-2005 #13hehe! though in this case you would want mysql_select_db('test');
Originally Posted by valan
What is PostgreSQL? Is it something similar to MySQL just works slightly differently?"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 02-03-2005 #14Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
Yep. Just another SQL database server. MySQL kept crashing on my box, especially while under no load, and PostgreSQL has no problems, which was the main reason I switched.
Originally Posted by sdousley
- 12-22-2006 #15


Reply With Quote