In this tutorial, you will learn how to create a database and table within phpMyAdmin. Be sure to SUBSCRIBE because there will be a new tutorial every week.
Original source
In this tutorial, you will learn how to create a database and table within phpMyAdmin. Be sure to SUBSCRIBE because there will be a new tutorial every week.
Original source
46 responses to “PHP MySQL Tutorial: Create a Database and Table in phpMyAdmin -HD-”
Please Any body tell me how can i make my Data Base in PhpMyAdmin !
Nice job on this tutorial….nice and clear, and useful information. Thank you!
I got two questions:
1: Why not make the user permissions a number of a suitable size?
2: Why not make the email activation of type bit when it's either 0 or 1?
instalador o version de xampp?
good Tutorial
help cant accses phpmadmin :).
I'm guessing the UI has changed. Mine looks nothing like this at all and I can't see any option what so ever for creating a new database.
#1064- You have an error in you SQL syntax; check the manual that corresponds to your MainDB server version for the right syntax to use near '.'b'.'c' NOT NULL DEFAULT 'a' , 'email_activation' ENUM('0'.'1') NOT NULL DEFA' at line 1 that's the error I get when I click save. can somone please help
email_"*bold voice*activation"
these are nice tutorials,i have learned much more from it
It's nice watching tutorials that actually work. Thanks.
I wouldn't recommend using VARCHAR for a numbers field as it takes up 8x as much space on the host. also, if you need to require a certain amount of characters to be entered, use CHAR instead of VARCHAR. For example, if you wanted every username to be exactly 8 characters long, you could use char and write code to listen for errors in the database.
how you creat first
password
ty bro
Best My Sql Tutorial For Beginners Chance less… Excellent .. Thank You
my god finally not an indian 1!!!
It works perfectly! Thank you!
i love boys mmm
hi sir pleased to watched ur video .
can y tell me if i learn PHP will i be able to create data bases.
please replay .
thank u so much
Your explanation is simple and useful
keep going 😭👏🏻
Hi can anyone help me out on skype please.
My screen is blank when i do localhost/phpmyadmin/
How are you viewing the php code? Mine does not come up after I create the table
good
Really that helped bro
Dude! u totally sound like Bill Gates
Thanks
Great video, super insightful…
What type would uploading videos/pictures be?
really useful ! thank a lot 🙂
very informative. how would you use php sessions and inject data into respective divs?
Good video Bro
does someone know a good video or pdf that tells me how to get data from my database and how to write data to it?
need help with make a databas for my Tibia server
add me on skype: joelpersson12345
A young young Bucky.. 🙂
very helpful.Thanku
Make sure you also select your first column as 'primary' index.
~~FIX~~
'a'.'b'.'c'
———> 'a','b','c''0'.'1'
————>'0','1'how if i want to create a table with 30 rows? how will i do it? i mean 30 rows and not adding another rows if all rows are filled or not with data.
sorry for poor english
Hey just wondering im new… so for example, if im making a page on mysql @ //localhost. do i just make a .php file and save it in the server directory? Maby i haavent come across it yet but im wondering how a html doc and a php file on the database "talks" to eachother. Bvasicaly How does http://Www.example.com send the input data of a <form> to the php for processing? Is it correct to say that http://www.example.com is the server and http://www.example.com/example.php or http://www.example.com/example.jpg would be the files in the database running on the server by the user input? Is that how this shit works?
It doesn't work in the log in.
thanks very much!!!!
how to setup a password on phpmyadmin loggin…. i am now directly redirected to phpmyadmin w/o any login…
Really useful video, thanks for helping!
can u tel me how to accept an file from this xaamp
i want PHPmyadmin turoial for Samp Server
could you please also show how to implement it in html file for a live website?