Next, start the MySQL server, and create the database "crm" and the table "owner" as shown in Listing 7.
接下来,启动 MySQL 服务器,并按照如 清单 7所示的方式创建数据库“crm”和表“owner”。
First, you need to start the MySQL client and login into MySQL.
首先,您需要启动MySQL客户机,并登录进入MySQL。
And to start off on your crusade for memory-leak finding, you'll create a test MySQL database, shown in Listing 4.
并且为了开始进行内存泄露查找的征战,您将创建一个测试MySQL数据库,如清单4所示。
应用推荐