请问 我配置的MYSQL 
我输入命令:Enter password: ******
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.36-community MySQL Community Server (GPL)Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.mysql> create database test
    -> show databases
    -> create table auth(id int,name varchar(50))
    -> insert into auth(id,namne) values(50,'my test')
    -> show table auth
    ->
为什么我show 不出结果,不知道是成功否?谢谢高手指教,谢谢!!!