Revisions

gist: 214375 Download_button fork
public
Public Clone URL: git://gist.github.com/214375.git
Embed All Files: show embed
asdfasdf #
1
2
3
4
5
6
7
8
9
10
11
12
13
mysql> use designcause_dev;
Database changed
 
mysql> show create table competitions_index\G
*************************** 1. row ***************************
                View: competitions_index
         Create View: CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `competitions_index` AS ...
character_set_client: utf8
collation_connection: utf8_general_ci
1 row in set (0.00 sec)
 
mysql>