MySQL Database Tutorial – 31 – ALTER / DROP / RENAME TABLE




Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …

Original source


33 responses to “MySQL Database Tutorial – 31 – ALTER / DROP / RENAME TABLE”

  1. rename didnt work for me..i called a table 'table' ….so i had to do this:
    RENAME TABLE `table` TO `applicants` ;
    the back tick ` is located on the key next to the number '1'.. it is not ' ' …that would be to easy wouldnt it…

    jeeez 40 minutes gone,

  2. You will need to learn some php too ! 🙂 Once you create the form with HTML, you use PHP to catch the data user has typed in the form fields and then call the connection to your existing database. After that, you just use the insert statements you've seen in Buckies previouse tutorials to insert that data into your database.

  3. There's just something about Bucky's videos that make watching an advertisent so much less frustrating then normal. Oh, I think I know what it is… I actually don't mind Bucky earning some money off me! Thanks for all the great tuts you do!!!

Leave a Reply