MySQL Simple Basics
May 22nd, 2010 by CGI & PHP.com
Beginning MySQL Shows you how to create,insert,update and delete databases/tables
Popularity: 2% [?]

CGI Programming 101: Programming Perl for the World Wide Web, Second Edition
MySQL Crash Course
Genomic Perl: From Bioinformatics Basics to Working Code
MySQL Administrator's Guide
MySQL Starter Kit
The PHP Programming with MySQL





May 22nd, 2010 at 8:04 am
thank you soooo much…I was searching for this…Thanks
May 22nd, 2010 at 8:29 am
I think the video is perfect for a beginner who is already on the 'mysql>' prompt and wants to start off with some simple basics..
May 22nd, 2010 at 9:05 am
seems like I'm beinfg prevented of making another post…
May 22nd, 2010 at 9:45 am
1/2…
Depends on if where the folder is…
If you have downloaded just mysql then its most probably in the c:mysql directory
If you have WAMP then the directory path to mysql will be different…
I'll assume you you have it in c:mysql directory…and that you also know how to open up the command prompt…
Check my next post….
May 22nd, 2010 at 10:22 am
I know where the folder is. How do I get the prompt?
May 22nd, 2010 at 10:30 am
You have to navigate the directories until you get to the mysql prompt…
Depends on what folder mysql is stored on your computer…
May 22nd, 2010 at 11:09 am
How do you get to the MySQL prompt?
May 22nd, 2010 at 11:46 am
There is, and I am currently learning to do the command inputs, in which I keep on making mistakes, having to type in the c to start over.
May 22nd, 2010 at 12:25 pm
This video was PERFECT for my understanding
May 22nd, 2010 at 1:00 pm
Thanks this was really helpful!! It was a bit diffiuct to see the text eg. ( or < also a voice over would be helpful but it was stll great.
Thanks
May 22nd, 2010 at 1:20 pm
Command line is much quicker than GUI. If you know what you want, you just type out the query and finish with it.
May 22nd, 2010 at 1:34 pm
If you want to insert more then one values, just separate the different values with comma in one insert
May 22nd, 2010 at 1:53 pm
Isn't there a GUI version? This looks archaic, having to type all that out each time you want to add/delete something…
May 22nd, 2010 at 2:07 pm
I can't hear anything.
May 22nd, 2010 at 2:53 pm
Nice tutorial for people who have never seen RDBMS and if you get a chance maybe you could explain MySQL more:
1. Why you have to create/select a DB
2. Different data types (INT, VARCHAR, CHAR etc.)
3. Why you use comma in create, insert etc.
4. When to use apostrophe
5. Include also the update and delete of table values
6. Syntax etc.
Those are important things (basics) to learn in the beginning in my opinion. Later it gets more complicated. Other than that you've posted a descent tutorial.
May 22nd, 2010 at 3:49 pm
muhaha text kommi post:)
May 22nd, 2010 at 4:05 pm
Omg you are the greatest person i have ever met ty !!!!
May 22nd, 2010 at 4:58 pm
voice would have been nice, but i still give 5 stars because it was easy to follow
May 22nd, 2010 at 5:55 pm
Awesome dude, i love this kind of tutorial as "stevebasset" said makes it clear for beginners to understand. Keep up the good work!
May 22nd, 2010 at 6:29 pm
At last something nice and easy I can understand! Thanks for that.