Emuforums.com

Go Back   Emuforums.com > General Discussion > Web development / Programming
Register FAQ Members List Calendar Mark Forums Read

Login to remove all ads!
Reply
 
LinkBack Thread Tools Display Modes
Old December 31st, 2001   #1 (permalink)
NSBQ nut
 
Nezzar's Avatar
 
Join Date: Aug 2001
Location: .de
Posts: 1,208
Problem when connecting to a MySQL-DB using PHP

I used this code:

PHP Code:
$dbserver "localhost";
$dbname "php-test";
$dbuser "root";
$dbpass "";

$dbcon MYSQL_CONNECT($dbserver,$dbuser,$dbpass) or die ("Connection to database-server failed");
if (
$dbcon)
   {
   print 
"Connection to Database succesful";
   }; 
The Problem is that PHP always says that the connection succesful. I'm quite new to this whole PHP-thing and this is not a very difficult problem, I guess.
__________________
Bred for its skills in magic

Last edited by Nezzar; December 31st, 2001 at 09:41.
Nezzar is offline   Reply With Quote
Old December 31st, 2001   #2 (permalink)
404
Ultraman Agent
 
404's Avatar
 
Join Date: May 2001
Location: 0101001111010110101001
Posts: 680
You must have the exact information on your MySQL account (database name, user name, password), otherwise it won't work.

Look at here:

$dbserver = "localhost"; <-- no need to change this, most server use localhost as default
$dbname = "php-test"; <-- your database name
$dbuser = "root"; <-- your user name
$dbpass = ""; <-- don't fill this blank, or MySQL think it's anonymous


__________________
= hah hah hah! I'm back! not! =
---
Last edited by 404 on 09-09-99 at 06:66 AM
404 is offline   Reply With Quote
Old December 31st, 2001   #3 (permalink)
NSBQ nut
 
Nezzar's Avatar
 
Join Date: Aug 2001
Location: .de
Posts: 1,208
Just found out that I can logon to my local DB with any username
__________________
Bred for its skills in magic
Nezzar is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 02:39.


Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5