How to create trigger in mysql phpmyadmin?



How to create trigger in mysql phpmyadmin?..

Answer / Kavita Dhussa

Unfortunately, creating triggers directly in phpMyAdmin is not supported. You can use MySQL Workbench or write SQL queries using a client like MySQL Command Line Interface (CLI) instead.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are the 5 r's of managing behaviors?

1 Answers  


How to delete the repeated records from a table?

1 Answers  


Can mysql store files?

1 Answers  


What is the use of mysqli_query?

1 Answers  


What is mysql server?

1 Answers  


What is max connection in mysql?

1 Answers  


What sql does mysql use?

1 Answers  


What is the usage of "i-am-a-dummy" flag in mysql?

1 Answers  


How to enter microseconds in sql statements?

1 Answers  


What is a data directory?

1 Answers  


How we can create index in mysql?

1 Answers  


How do I clear the screen in mysql?

1 Answers  


Categories