Reputation: 9
I want to see the create database sql and I use show create database test command. But the result is I want to see the whole information about Create Database column, what should I do?
show create database test
Upvotes: 0
Views: 40
Reputation: 11
use show create database test\G; or set max_binary_display_width 200;