|
|
|
|
Title: PHP Tutorial - 26 - Testing the Database Connection
Added: Oct 19, 2008
Author: thenewboston
Duration: 6:24
Description:
http://www.youtube.com/watch?v=VLrtBF2wVgk&fmt=18Watch this tutorial in high def there!http://thenewboston.com
Related Videos:
Videos related to 'PHP Tutorial - 26 - Testing the Database Connection'
Channel: People
Tags: php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer phpmyadmin database tables boston
php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer phpmyadmin database tables boston
Youtube Comments: 173
GrettyBoyCustoms Says:
Nov 11, 2011 - Warning: mysql_connect() [function.mysql-connect]: [2002] No connection could be made because the target machine actively refused it. (trying to connect via tcp://localhost:3306) in C:\xampp\htdocs\connectionfile.php on line 3Warning: mysql_connect() [function.mysql-connect]: No connection could be made because the target machine actively refused it. in C:\xampp\htdocs\connectionfile.php on line 3Not Connected :No connection could be made because the target machine actively refused it.?????
winPGRM Says:
Nov 13, 2011 - LMAO. Fuck, that's so funny.
TheBoomshae Says:
Dec 17, 2011 - I am getting that too. Did you ever find the problem?
bluedude34 Says:
Dec 19, 2011 - 4:42
ramchandrasingh1 Says:
Dec 29, 2011 - how to data base connectivity in php
ITSplit Says:
Jan 14, 2012 - Hi, i hope you see this. I become this: "Warning: mysql_connect() [function.mysql-connect]: Access denied for user..." but I follow you step by step and I check all few times. I'm on 000webhost. Please help!
SMR513 Says:
Jan 19, 2012 - Thanks for the great tutorials. I am hoping you upload the next vid for PHP tutorial mysql 27.I would like to see the form in action, adding new users and logins and such.Thanks man!
peleciss Says:
Feb 4, 2012 - thenewboston, the best video book of php tuts :], gj bucky
jillheden Says:
Feb 7, 2012 - Try not to use "local" as sql host
ITSplit Says:
Feb 7, 2012 - thank you for the answer but... 000webhost says: "Important: MySQL Host for any database in this account is mysql6.000webhost... , do not use localhost!"I'dont understand, because I'm new here :(
jillheden Says:
Feb 11, 2012 - Before, I used 000webhost, and when I tried to use localhost, it didn't work. So I found a host adress that I type in and it worked beutifly!
ckonstantinides Says:
Feb 27, 2012 - Hey there... Question from Greece B-) So, do I have to pay (f.i. host_monster) to have my database "example" as seen on the -really nice- tutorials OR I r there any kind of free stuff that' s OK for this? For now, I just copy what I see in order to get familiar...
MsKoko144 Says:
Feb 28, 2012 - Hi,Can anybody please tell me where is the original BUCKY's (NOT ALEX!)!!cod from Bucky's php(game) tutorials 27-35 .Please !regards
TheFernCliff Says:
Mar 4, 2012 - Man Thanks you're tutorials are great!Check out mine
hawky133 Says:
Mar 14, 2012 - I got the error:mysql_select_db() expects parameter 2 to be resource, object givenBECAUSE I used mysqli_connect instead of mysql_connect.Little heads up if anyone else gets this.
Tibly Says:
Mar 18, 2012 - so I must purchase hostmonster to have a server? do to this lesson? I'm confused, please help
TheBuffMe Says:
Mar 19, 2012 - not necessarily. You can host your own web server by web server software such as Apache. But since it's kinda confusing to set up an Apache server, lot of people just use xampp or apm-setup. I believe bucky's first php tutorial explains how to install xampp.
Tibly Says:
Mar 19, 2012 - thank you bro, I know that I'm missing this step, so I can't go any further for tthis tutorial. I can''t download xamp, everytime I download it. localhost/xampp. it won't work
docdelusion Says:
Apr 9, 2012 - ok I was good until this video. It seems that my 000webhost is different from your hostmonster host. How do I connect with a 000webhost?
Bitsiko Says:
Apr 14, 2012 - as far as i remember 000webhost doesn't use localhost but some other server. i don't remember it right now, but if you go to the where you created your database it will give you the url to which you have to connect. Replace it with localhost and believe you'll be okey.
lCira9 Says:
Apr 17, 2012 - localhost/phpmyadminapache and MySql should be running
20nation Says:
May 12, 2012 - "cant connect :Access denied for user 'database'@'%' to database 'database_game'" Its with the admin account I dont know why this is happening
politicaltruth42 Says:
May 23, 2012 - i dont see it...is it really there lol??
politicaltruth42 Says:
May 23, 2012 - awesomeeeeeeee!!! if you get errors while using XAMPP make sure when you create a username that you put in localhost as the host in the text field.












jwalter007 Says:
Nov 7, 2011 - I got it working. I had to name my database game1. For some reason game would not show up as a database. So when i entered the update string I was using my database nae of game1 instead of table name of game.Im all set now :-)