| Webmaster Forum Rules | Posting Guide | Contact Us | Testimonials | Contributing Geek Program | Advertise on Geek/Talk |
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
Registered User
Join Date: Aug 2001
Location: South Bend
Posts: 11
|
Tried phpnuke, no luck. Now I tried MyOrgBook but get the message
Quote:
Last edited by Mont; 09-15-2001 at 04:13 PM. |
|
|
|
|
|
|
#2 |
|
Registered User
Join Date: Aug 2001
Posts: 53
|
If the database exists, verify the SQL database name, user name and password are correct in whatever script you are running. Should be in the begining of the script or in a separate config file. HTH.
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Aug 2001
Location: South Bend
Posts: 11
|
I named the database oncall. The server is hotlead.net and the database name is oncall.
Do I use an underscore before the data base name? eg. oncall or _oncall or hotlead_oncall thanks Last edited by Mont; 09-15-2001 at 06:48 PM. |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Aug 2001
Posts: 53
|
No underscore is needed. Something like the following should work ...
$db = mysql_connect("localhost", "username", "password"); mysql_select_db("oncall",$db); |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MySQL installation problems. | b2gdotcom | Web Development - Programming / Coding | 3 | 11-29-2001 03:00 AM |
| Installing MySQL on Cobalt RaQ4i | melody1 | Web Design and Webmaster Issues | 8 | 07-17-2001 10:43 AM |
| Tip for heavy MySQL users: CREATE INDEX | demae | Web Hosting Discussion | 4 | 05-15-2001 04:32 PM |
| vBullletin - Corrupted MySQL records! | Steve_S | Web Design and Webmaster Issues | 5 | 02-06-2001 11:44 PM |
| mysql overload? | notibrian | Web Design and Webmaster Issues | 0 | 02-01-2001 08:03 PM |
![]()