Top tip, if you *don't see the relations view tab* 1) Select your table 2) Click operations in the navigation, at the top 3) Change the engine to InnoDB
@tertiusscheepers83573 жыл бұрын
Thanks buddy i could not see the table in the tables field. This tip sorted me out👍
@antoniofuller23313 жыл бұрын
Hmm
@Ronhtokk1083 жыл бұрын
Thanks!!
@Ch0cken3 жыл бұрын
Legend
@juanmagm2 жыл бұрын
Thanx🖖
@Prolly_JP Жыл бұрын
You are a blessing from God, may he protect and give you success in life. I pray you have long life, filled with joy and happiness.
@nick_jacob4 жыл бұрын
I struggled with this for two whole days reading documentation. I understand it but for some reason nothing was working. I scrapped my database and recreated it. I had no idea the designer view was available and that was super awesome to see. Thumbs up for this.
@rizkancool3 жыл бұрын
Great Tutorial , without wasting the time explaining the methods in very clear way
@Dev_Jet Жыл бұрын
I really appreciate the clear and accurate explanation. This was a fantastic tutorial!
@bharathgohrani10432 жыл бұрын
Brother it is amazing people like you, who keep this world moving forward. Respect 💯
@hitesh-patil4 жыл бұрын
Thank you for demonstrating in such an easy way.
@Dclockvideos2 жыл бұрын
A true Godsend this is. Perfection. KZbin at its finest.
@gedankens40294 жыл бұрын
Great, simply but effective explained. But also important: id columns have to be same data type and same attribute, else it will not work.
@أسئلهومعلوماتثقافيه4 жыл бұрын
yes of course my love
@DJFreshJuice3 жыл бұрын
Really helpful! The documentation for this was so bad and this really helped me out, thank you!
@MrWhinewine Жыл бұрын
Thank you for taking your time explaining everything so clearly.
@josezavala23092 жыл бұрын
Thank you for getting to the point and explaining this topic clearly!
@dr.girijanarasimhan3014Ай бұрын
good clarity tutorial, not unnecessary explanation
@Sjwatts10 ай бұрын
Filled in my knowledge gaps from college, cheers!
@rashmikadeshan271010 ай бұрын
Thank you so much. Keep up the great work.
@AkaiCindy Жыл бұрын
i really appreciate the clear and accurate explanation
@huemikai62 ай бұрын
Thank you so much! Straight forward and insightful
@bsythdd47542 жыл бұрын
nice! now i know how to create foreign key in myphpadmin. thanks!
@bhanukaweerasekara5257 ай бұрын
This is very helpful. Thank you very much. 👍
@jamesr2408 Жыл бұрын
Very useful. Patched the holes in my head. Thanks. ;-)
@irminadaniel87113 жыл бұрын
So straight to the point and very clear.
@jonasmoyo94794 жыл бұрын
Thank you very much this was easy and straight to the point.
@vishalpattar50252 жыл бұрын
Really delivered what expected from the video.
@infoentertainia2 жыл бұрын
Bundle of Thanks. Very helpful video.
@ninhongnguyen Жыл бұрын
Wow, just a short video but it's very useful
@MeshaMesho8 ай бұрын
thank you sir for that easy tutorial !!
@maduabewardana7900 Жыл бұрын
Thank you,Its really important
@cireguisse74994 жыл бұрын
how did you create the user_id before making it a foreign key in posts table ? how the post is automatically assigned to the author id ? thanks
@xaviorxason26113 жыл бұрын
Yes, I'm wondering the same thing. if u found answer pls let me
@sriramnagnath83023 жыл бұрын
nice explanation in short period.
@VicodeMedia3 жыл бұрын
I'm glad you liked it
@SeisMan001 Жыл бұрын
Finally i forgot to change my foregin key to unsigned that worked!
@drishtirajai78482 жыл бұрын
Very helpful. Thumbs up to this guy!
@udityadutta89292 жыл бұрын
Best tutorial ever.... Thank you
@danieltauil54573 жыл бұрын
Great explanation! Thank you very much!
@VicodeMedia3 жыл бұрын
You're welcome
@harvirreturn2 жыл бұрын
Top tip, if it fails, then check if the attribute and type are the same eg. int(10), unsigned
@maisonjoseph82813 жыл бұрын
Thanks a million, Sir... That was so helpful
@JohnSmith-xt8xu2 жыл бұрын
In our bachelors in hons (BSIT) we did ever did not create a foreign key and after 4 years the video learn me how to make foreign key, universities now a days are producing waste, nive and aimless generation no counselling no future careers just complete semesters and credit hours fuck that
@aclaputra83793 жыл бұрын
Thank you sir great explanation
@ashwanimodi253 жыл бұрын
Thank you It was really helpfull. Thanks again
@pheonixslayer214 жыл бұрын
This was a life saver, thanks man!!
@laudermarauder3 жыл бұрын
Thank you sir, this was perfect. Much appreciated.
@snakewideo54744 жыл бұрын
Thanks for this, this tutorial was very helpfull
@laszlogyor6628 Жыл бұрын
Great job, thank you. 👍
@steven3613 жыл бұрын
Straight to the point. Great video 👍
@laibaabbasi39663 жыл бұрын
helping material......thanks
@daltonrandall43485 ай бұрын
When you make the foreign key and then hover over each ID that is linked, how does the database know which column to show you (in this case, you only have a "name" column, but say there were a dozen columns in the "users" table)? Thanks!
@prozio4 жыл бұрын
thanks for this short tutorial..
@mosesegboh3 жыл бұрын
Lovely video, the best
@ronnelmacompas16472 жыл бұрын
Thanks man. This is really helpful
@Zsolt0553 жыл бұрын
Thank you so much bro🤚
@mahammad40512 жыл бұрын
clear explanation, thank you !
@jtrenchard19742 жыл бұрын
Thanks - really 'to-the-point' - helpful!
@rw7799 Жыл бұрын
i dont see a relation view button in my new table but have one in my users table... not sure why
@Josh-Casey Жыл бұрын
Change storage engine to InnoDB. Under Operations tab in PHPMyAdmin, or run ALTER TABLE your_table_name ENGINE=InnoDB;
@creative.money_eu3 жыл бұрын
Awesome video.
@sheetalchand85462 жыл бұрын
Question: can we not create a foreign key without index first? If we have to create a foreign key in a query do we first need to set index and then creat fk?
@ducminhduong7602 Жыл бұрын
I don't understand, do I need to create two CRUDs for two tables so it can connect to each other?
@alexa_ak627010 ай бұрын
very helpfull, thanks!
@CarlMahnke2 жыл бұрын
Exactly what I needed!
@presramh2 жыл бұрын
Well explained ! Thanks!
@Gurpreetsdevlife2 жыл бұрын
Thanks bro, it helped
@sosscs2 жыл бұрын
I cannot find the relation view, and for some reason, I cannot also fine the left panel tree
@Josh-Casey Жыл бұрын
Change storage engine to InnoDB. Under Operations tab in PHPMyAdmin, or run ALTER TABLE your_table_name ENGINE=InnoDB;
@Nobody6364-x8p2 жыл бұрын
To the point. I liked it..
@minwun3 жыл бұрын
thanks man this saved me
@adnanmalik659013 жыл бұрын
awesome vedio thanks
@adamakomou73183 жыл бұрын
Would be better if you could slow down when actually creating the Foreign Key Constraint. I didn't understand the Constraint Properties input "Test".
@alphaomondi4842 жыл бұрын
I think test is just a name given to the foreign key
@djaluyudhistira38353 жыл бұрын
I still don't understand. I can't gives two Foreign Key Constraints for One Constraint properties. Why ?
@nandopookey9195 Жыл бұрын
thank you so much sir
@ciscocapita4 жыл бұрын
Thanks but i can´t see the funtion relation view in new version, can u helpe me?
@BharathYammanur4 жыл бұрын
Change table's database engine to innodb
@juanmagm2 жыл бұрын
Gracias! Buena explicación.
@cheemslovers8856 Жыл бұрын
Thank you soo much
@IshiroaKimita2 жыл бұрын
how did you code this to update the user_id when the post were submitted??
@VicodeMedia2 жыл бұрын
What do you mean?
@IshiroaKimita2 жыл бұрын
@@VicodeMedia No matter the constraints I use, when I try to update the foreign key in the table it gives an error saying I can't update the foreign key.
@thirilwin83094 жыл бұрын
it is really helpful
@cosminboglis51602 жыл бұрын
Thanks! Very usefull!
@Andrey007007PC4 жыл бұрын
great! but why we need update attribute if we used only delete example
@arseneintwari64382 жыл бұрын
what do i do if i have more than one foreign key which foreign keu do i choose??
@danfrith92410 ай бұрын
the last method seem way more fun! lol
@dhavalsanghvi22832 жыл бұрын
once i created foreign key than i am not able to insert data in database can you help me out
@alphaomondi4842 жыл бұрын
You should insert data in the users table first
@LightningFox24074 жыл бұрын
Super helpful - thanks!
@nooruddin9437 ай бұрын
Great....Thanks too...
@zensks10 ай бұрын
thank you so much!
@kp73304 жыл бұрын
Sir how can you store user table id in posts table i want know that pls sir.
@johnnychunli3 жыл бұрын
straight to the point!
@spencerntow3145 Жыл бұрын
i need help bro my brand ID and category ID always zero
@shahindomar39584 жыл бұрын
Sir, Can You tell Me.How I can Insert data into database using Php Form.