不要在系统库建表。
create database test; use test ;
然后执行你的 create table就可以了
除了上面说的,你还可以 如果你有一个数据库叫test create table test.stu (id int) 这样建表