0

I want to see the create database sql and I use show create database test command. But the result is enter image description here
I want to see the whole information about Create Database column, what should I do?

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
Jackson
  • 9
  • 4

1 Answers1

0

use show create database test\G; or set max_binary_display_width 200;

DDDBA
  • 11
  • 2