Jump to content

hi need help


tushar9xx

Recommended Posts

Hi I am very new in PHP programming. I am having problem with connecting mysql database. My web browser is showing me the following errors:

Warning: mysql_connect(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/London' for '1.0/DST' instead in E:\Program Files\Apache Software Foundation\Apache2.2\htdocs\what.php on line 4 Warning: mysql_connect(): [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in E:\Program Files\Apache Software Foundation\Apache2.2\htdocs\what.php on line 4 Warning: mysql_connect(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier.

We selected 'Europe/London' for '1.0/DST' instead in

E:\Program Files\Apache Software Foundation\Apache2.2

\htdocs\what.php on line 4 Warning: mysql_connect():

A connection attempt failed because the connected party

did not properly respond after a period of time, or

established connection failed because connected

host has failed to respond.

in E:\Program Files\Apache Software Foundation\Apache2.2\htdocs\what.php

on line 4 Warning: main(): It is not safe to rely on the system's

timezone settings. You are *required* to use the date.

timezone setting or the date_default_timezone_set() function.

In case you used any of those methods and you are still getting

this warning, you most likely misspelled the timezone

identifier. We selected 'Europe/London' for '1.0/DST'

instead in E:\Program Files\Apache Software Foundation

\Apache2.2\htdocs\what.php on line 5 Fatal error: Maximum

execution time of 30 seconds exceeded in E:\Program Files\

Apache Software Foundation\Apache2.2\htdocs\what.php on line 5

 

i used these codes:<?php

 

ini_set('display_errors', 'on');

error_reporting(E_ALL);

mysql_connect();

?>

 

I tried few methods like adding in php.ini

[Date]

; Defines the default timezone used by the date functions

date.timezone = Europe/London

 

and

 

In a DOS shell :

>mysqld --standalone --timezone=GMT

 

But can't solve the problem.

My web server and mysql server is working properly.

 

Need help.........................Someone please!!!! Oh i live in london

and my system:

OS: windows server 2008 standard X86

Apache 2.2

PHP 5.3.2

MySQL

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.