Tables (create, alter, drop table) with mysql workbench. Video Tutorial 3 SQL in english.

preview_player
Показать описание
In this tutorial we learn how to use sql statements; Create table, alter table and drop table.

Рекомендации по теме
Комментарии
Автор

hi, Thanks you very mush for the tutorial, its so easy to understand, thanks again.

I am not able to open sql console. you did not show how to open sql console . it would be really helpfull if you tell how do i open it.

navilena
Автор

@sharmajunior
Thank you for your responce. Good to read your reply.
I am using Xp,
issue solved as i am using my sql workbench to practice.
Once agan thanks

navilena
Автор

Hi edu4java, could u tell me what this workbench version is ?

selexing
Автор

This is what I did on my Windows 7 x64 machine.

Make a new shortcut on the desktop for C:\Program Files\MySQL\MySQL Server 5.5\bin\mysql.exe and alter the target path to read.

%SystemRoot%\system32\cmd.exe /K "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysql.exe" -u root -p

Dailypaywithfred