This entry was posted
on Wednesday, December 23rd, 2009 at 7:13 pm and is filed under Web Hosting Videos.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
this is good tutorial but the mysql is a differwnt version of mysql than what i am using so if you are having problem’s with it then as lostvoices82 points out you need to change ‘members’ to `members` this is the key to the left of the 1 key ““` great video 5 out of 5 for me thanks
use WampServer2 its a program what has phpmyadmin installed all you do is left click on the icon in the taskbar and click on phpmyadmin and it will direct you to the web page. If it doesnt work, then you havnt set it up right.
In newest version of PHPMYADMIN is getting error …
Whne u edit that SQL get this –
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘:’ at line 1
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘:’ at line 1
Yeah ! type `members` and the rest use single quotation marks
$username = “john”; /* you can use a postformular for the username and password */
$password = “1234″;
mysql_query(”INSERT INTO `members` (`username`, `password`) VALUES (’$username’, ‘$password’)”); /* the problem ist you havn’t the rows in the coloums, and id you don’t need if you use A_I in mysql
i had that problem too BUT i found
‘members’
“members” is incorrect
yo have to you `members`
using the key next to 1 the ~ Key not ‘”"‘ key
Hi rrphillips,
your videos are excellent
10/10
if i typ in that insert into members thing then there is a this
#1054 – Unknown column ‘john’ in ‘field list’
can u help me?
where did he get his domain from
how did you install the phpmyadmin, i downloaded it, but i don’t have any idea to install it?
this is good tutorial but the mysql is a differwnt version of mysql than what i am using so if you are having problem’s with it then as lostvoices82 points out you need to change ‘members’ to `members` this is the key to the left of the 1 key ““` great video 5 out of 5 for me thanks
I JUST GET AN ERROR! HELP!
use WampServer2 its a program what has phpmyadmin installed all you do is left click on the icon in the taskbar and click on phpmyadmin and it will direct you to the web page. If it doesnt work, then you havnt set it up right.
what is the link?
where do you download mtPHPadmin?? i know where to get it but the download wont start
In newest version of PHPMYADMIN is getting error …
Whne u edit that SQL get this –
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘:’ at line 1
this is my line –
INSERT INTO `members` VALUES (1,’john’,'1234′):
You dont, you have to have a webhost server.
ALL OK.
i did put : at end not ; !
thanks for making this tutorial its always nice to here a human teach this stuff
i got this problem ” MySQL returnerede:
#1136 – Column count doesn’t match value count at row 1 “
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘:’ at line 1
Yeah ! type `members` and the rest use single quotation marks
no erros like this !
INSERT INTO `members`
VALUES ( 1. ‘john’. ‘1234′ ) ; doesnt work 4 me some1 help please
How to run phpmyAdmin ??? please speak …. i’am finished login ….
I downlaoded Phpmyadmin and I don’t know how to start it PLZ HELP ME!!!
you write a dot
no no no dot
coma!!!!
download wampserver there u can click in the bottom right on the icon and open phpmyadmin
its INSERT INTO `members` (rowone,rowtwo,rowthree) VALUES (’1′,’john’,'1234) //Call the rows first then the values
try it like this:
$username = “john”; /* you can use a postformular for the username and password */
$password = “1234″;
mysql_query(”INSERT INTO `members` (`username`, `password`) VALUES (’$username’, ‘$password’)”); /* the problem ist you havn’t the rows in the coloums, and id you don’t need if you use A_I in mysql
echo “ready!”;
Dont use this SQL command at 1:52 !
->
instead of klicking on ‘SQL’ klick on ‘insert’ there you can add your name etc. manuely