Error code: Problems with mysql

1.ERROR 1007 (HY000): Can't create database 'test'; database exists
Database changed
is actually because Create database test appears in the script file;
Solution: Just comment out the line of code.

Published 9 original articles · won 9 · visited 2169

Guess you like

Origin blog.csdn.net/grandniu/article/details/104647677