Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Linux, Apache, MySQL > MySQL Help

MySQL Help Post any question relating to MySQL here and hopefully someone can help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2006-04-06, 11:43 AM
Junior Member
 
Join Date: Apr 2006
Posts: 1
cinilak is on a distinguished road
Default mysql and php dpn't connect

Please help

I've installed
IIS
mysql-essential-5.0.19-win32.msi
mysql-administrator-1.1.9-win.msi
mysql-query-browser-1.1.20-win.msi
php-4.4.2-Win32.zip
in that order.
Php pages display normally trough localhost, and mysql administrator shows that theres an active mysql service. However, when i try to run the following trought the localhost address where the web site is, all i get is a blank IE window, no error messages, nothing.

<html>
<head><title>Test MySQL</title></head>
<body>
<?php
$dbhost = 'localhost:3306';
$dbuser = 'root';
$dbpass = 'london';
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');
$dbname = 'user';
mysql_select_db($dbname);
?>

</body></html>
Reply With Quote
  #2 (permalink)  
Old 2006-06-16, 05:31 PM
Junior Member
 
Join Date: Nov 2004
Posts: 13
Deus_m1k3
Default

try this.... instead of localhost set $dbhost to the ipaddress just 2 C what happens in the browser, also replace the:

mysql_select_db($dbname);

to

@mysql_select_db($basedatos,$conexion) or die("Error [0.1]: ". mysql_error());

READ YA
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.0 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.0 (a popular PHP IDE) and NuCoder 1.4 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
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 +1. The time now is 10:01 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.