Create mySQL database and tables.
创建mySQL数据库和表。
Next, start the MySQL server, and create the database "crm" and the table "owner" as shown in Listing 7.
接下来,启动MySQL服务器,并按照如 清单7所示的方式创建数据库“crm”和表“owner”。
MySQL tutorial: Learn how to create and use a simple database with MySQL.
MySQL教程:了解如何用MySQL创建并使用一个简单的数据库。
Recall that I recommended you create a MySQL database called fishinhole if you want to test the functionality of the code provided in this article.
还记得么,我曾建议您如果想要测试本文中提供的代码的功能,需要创建一个名为fishinhole的MySQL数据库。
Run the SQL script in Listing 8 to create a feedback schema in your MySQL database.
运行清单8 中的SQL脚本,在MySQL数据库中创建一个反馈模式。
Listing 1 shows how to create a new database in MySQL.
清单1展示了如何用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所示。
At a minimum, you should understand how to set up and use MySQL and how to create tables in a MySQL database.
至少,您应该理解如何安装和使用MySQL,以及如何在MySQL数据库中创建表。
This application USES an Apache front end, a PHP implementation, and a MySQL database to create a usable shopping site.
这个应用程序使用一个Apache前端,一个PHP实现和一个MySQL数据库来创建一个可用的购物站点。
Refer to the MySQL documentation to learn how to create accounts for a MySQL database.
参照MySQL文档以了解如何为一个MySQL数据库创建帐户。
From the BSD command line, log into mySQL and execute the statement in Listing 5 to create a database.
在BSD命令行中,登录到mySQL并执行清单5的语句来创建数据库。
Use the following MySQL commands to create the database, grant permissions on it, and add a table to it.
使用下面的MySQL命令创建数据库,并对其授权,然后向这个数据库中添加一个表。
This allows you to create test and development databases easily with the same dataset, as well as move the data across database servers (for example, from MySQL to DB2 and back again) with ease.
这样就能够用相同的数据集轻松地创建测试和开发数据库了,还可以轻松地跨数据库服务器移动数据(例如,在MySQL和DB2之间来回移动数据)。
Now that mySQL is ready to roll, you need to create a database and the tables that are necessary for our application.
现在mySQL已经可以使用,接下来创建本应用程序所需的数据库和表。
If you already have MySQL installed, use the steps shown in Listing 12 to log in as the root user and create the trip database.
如果安装了MySQL,那么请使用清单12所示的步骤登录为root用户,并创建trip数据库。
In particular, you'll create a back-end database using the MySQL database.
具体地说,将使用MySQL数据库创建一个后端数据库。
In this article, PHP will be the server-side language and MySQL will be the database, although you don't need to use any specific server-side language or database to create this function.
在本文中,服务器端语言是PHP,数据库是MySQL,您不需要使用任何特定的服务器端语言或者数据库来创建此函数。
So let's create a database in MySQL and craft a first table within this database.
所以,让我们在MySQL数据库中创建一个数据库,并在此数据库中创建第一张表。
Configure a MySQL master database: create the schema, and run your database initialization scripts.
配置一个MySQL主数据库(masterdatabase):创建schema,然后运行数据库初始化脚本。
The first steps in creating a database-backed model are to instantiate the MySQL driver class, and create a DBConnection instance.
创建数据库后台模型的第一步是说明MySQL驱动类,并创建DBConnection实例。
The next step is to initialize the application database. So, create a new MySQL table to hold book records, as below.
下一步是初始化应用程序数据库。
The next step is to initialize the application database. So, create a new MySQL table to hold product information, as below.
下一步是初始化应用数据库。
Generate the model (in which you create a MySQL database and table).
生成模型(在此步骤中创建MySQL数据库和表)。
You will create the bank accounts database for our scenario using the MySQL database.
我们将用MySQL数据库为这个场景建立银行帐户数据库。
Since user information for Web applications is commonly stored in a database, that's what you'll do here as well. To begin, create a new MySQL table to hold user credentials, as below.
因为Web应用程序的用户信息通常储存在数据库中,所以在这里还需初始化数据库。
To build the database, first use mysqladmin to create it and then use the mysql command to run the db.sql script as shown here.
为了构造数据库,首先使用mysqladmin创建它,然后使用mysql命令运行db . sql脚本,如下所示。
To build the database, first use mysqladmin to create it and then use the mysql command to run the db.sql script.
要构建数据库,首先使用mysqladmin创建数据库,然后使用mysql命令来运行db . sql脚本。
Using MySQL, I simply type create database blog_development from the MySQL command line.
如果使用MySQL,只需在MySQL命令行上输入create database blog_development。
Using MySQL, I simply type create database blog_development from the MySQL command line.
如果使用MySQL,只需在MySQL命令行上输入create database blog_development。
应用推荐