MySQL For Beginners – Tutorial 1 – Introduction to Basics




http://adf.ly/6Nh9w The beginning of this new video tutorial series indroduces you to the basics of MySQL. The tutorial will show you how to create a database …

Original source


38 responses to “MySQL For Beginners – Tutorial 1 – Introduction to Basics”

  1. Yeah I agree with Seis. This is quite frustrating.

    When it comes to organizing your content, titling this video "My SQL for [beginners] [Introduction to the Basics] should not have pre-requisites. Thats where it should start as per the title of your video.

    It's not very convenient to have to sift through other series' videos like PHP just to qualify oneself to be able to do the first step here with localhost.

    It just doesn't seem like an introduction, if it requires an introduction

  2. That dollar sign is an absolute necessity, PHP has reserved words and variables. The way PHP distinguishes from reserved words and variables is through escapes such as the '$' sign. If you were to type it without the dollar sign php would not know if you are referring to the variable you instantiated earlier or something else.

  3. Once I make table, I cannot see Create table sql code above the created table like you show in this tutorial. Instead I see SELECT *
    FROM `Experiment`
    LIMIT 0 , 30. How do I fix/change so that I can see code for the create table

  4. Are you using phpadmin via a host like hostgator, where the db connections are handled in the whm? (cpanel). If so, you'll have to do that portion there and proceed to create a directory for use in testing the file.

  5. DAMN, some of these people are just plain ungrateful. Personally, I appreciate your tutorial. My setup and access is a little different than yours (host gator) but I get what you are doing and was able to get all the way through your tut. A few minor changes. One guy said "be more professional". Ummmm the title is "INTRO to BASICS". Geez. Anyway. Thanks again. I've learned what I need from many videos just like yours.

  6. iam using 3owl as my server and it says:
    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'u112360866_datau'@'localhost' (using password: YES) in /home/u112360866/public_html/index.php on line 3

  7. hey sir, how can we do something like SHOW DATABASES in php? i want to see all my databases using my own php script.. but when I tried to query it, it doesn't return anything, please help..

Leave a Reply