Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …
Original source
Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …
Original source
34 responses to “Beginner PHP Tutorial – 110 – phpMyAdmin Part 1”
Thanks for the tutorial, Btw you have very nice voice 🙂
Thanks, really clear with your descriptions, well paced for begginers such as myself.
Not that I care or anything but he totally paused the video at 0:33
Sounded like a co-worker was trying to talk to him or something haha
Hello. Need your help. I already have a database created in a web hosting company. They provide access to phomyadim. Does phpmyadmin provide the servername, username and password? Is it possible to find it from phpmyadmin GUI? Thank you.
using php to access your xampp database;
1- declare variables to hold values for your table columns (fields).
$server = "localhost";
$usr = "root";
$pswd="";
$db = "your_database";
2- create a connection with database
$your_connection = new mysqli ( $server, $usr, $pswd, $db);
3- check your connection
if ($your_connection -> connect_error) {
die ("connection is a dud: " .
$your_connection->your_connectionect_error);
What does it mean when it says Database…?
is this something like a cloud for files..
excuse my ignorance..
lol 30 seconds..whos that
Rally it is very intresting,I am learning, Thank u.
I get the error: #1932 table 'phpmyadmin.pma__tracking' doesn't exist in engine .. what to do?
Hi guys… I am struggling to access phpMyAdmin… I am getting this error message:
Warning: file_get_contents (lang.tmp): failed to open stream: No such file or directory in C:xampphtdocsxamppindex.php on line 2
Warning: Cannot modify header information_headers already sent by (output started at C:xampphtdocsxamppindex.php:2) in C:xampphtdocsxamppindex.php on line 4… Can someone please help because I do not understand what I need to do… Thank you.
Database. Here I come!! Been waiting !!
thanks 🙂
Any tutorial to install the phpMyAdmin on Windows7? I found many videos, but there is no clear instructions.
Thanks
try xammp
XD
Can Peapole sign up as members or is it just on my network?
Do i need to portforwarding?
Do you guys know how to insert data from excel inside the mySQL databse without maually typing all the data?
täppt i näsan, karn
Yeah, it's a free service. You can download the hole package by downloading XAMPP or WAMPP or something. I reccommend starting at the beginning of this playlist. Alex is great at explaining this stuff 😉
you do not need to use always xampp or wamp or servers but there are also mysql guis such as sqlyog and workbench and others
how do i find the password and username to come in to my admin panel?
I Love Your tutorial…its so awesome man..
I download it just for my beloved brother he is a I.T. Student, will be graduated this year…
More Power and Knowledge be bless in you…thank you again…
how do i log in as root??
DATA *FUCKING* BASE!
I'm finally here!
yeah, its called LAMP
One Hundred and Tenth tutorial!!!!! It was just yesterday I was introduced to Alex who had frog in his throat at the time! Lol
localhost doesn't come up -.-
@AGamersWayOfLife Start at the beginning of of this playlist, meaning at 1, everything will be explained once you get here again.
@AGamersWayOfLife
No. You must set up a localhost server if you want to work with php coding and database manipulation. Look up free ones like XAMPP, which is an Apache server (meaning PHP not ASP code). However these are only useful for testing on local machine.
I have yet to use phpMyAdmin, but it just looks like a front end to SQL databases, making it much easier to understand for those who don't know SQL semantics. For us who do know it, it just makes it easier to manage our databases.
Thanks again. Alex.
@invnd1987
Simply download WAMP server or xampp. I am not sure whether they can be installed in Linux or not but after installing a server, you can easily access PhpMyAdmin from your browser.
Yeah. ;D
6th!
nice tut 🙂
You sir, have a lot of PHP tutorials.