mysql > CREATE DATABASE menagerie; ... Creating a database does not select it for use; you must do that explicitly. ... mysql> USE menagerie Database changed.
確定! 回上一頁