In this section you will connect the Web application to a MySQL database.
在本节中,您将把Web应用程序连接到一个MySQL数据库上。
You will create this table in the MySQL database.
我将在MySQL数据库中创建这个表。
Create mySQL database and tables.
创建mySQL数据库和表。
MySQL tutorial: Learn how to create and use a simple database with MySQL.
MySQL教程:了解如何用MySQL创建并使用一个简单的数据库。
This tutorial USES a MySQL database for storage and reference.
这篇教程使用MySQL数据库进行存储和引用。
Creating the database table in MySQL is perhaps the easiest part.
在MySQL内创建数据库表可能是最简单的部分。
Listing 1 shows how to create a new database in MySQL.
清单1展示了如何用MySQL创建新数据库。
I use the MySQL database in this article.
我在本文中使用MySQL数据库。
Learned about the source MySQL database you converted.
了解了您所转换的mysql源数据库。
In this sample application a PDO object instantiated within the PHP file instantiates the connection with the MySQL database through the MySQL connector.
在这个样例应用程序中,在php文件中实例化的一个pdo对象通过MySQL连接器实例化与MySQL数据库的连接。
Perform the following steps to install the MySQL database server.
执行以下步骤来安装MySQL数据库服务器。
This is probably because a PHP installation sits on a Web server (Apache, for example) and often has a connection to an external database (MySQL, for example).
这也许是因为PHP是安装在Web服务器(例如apache)上的,而且常常需要连接到外部数据库(例如MySQL)。
My particular code example USES the MySQL database and the corresponding Persistent module.
我特定的代码示例使用了MySQL数据库以及相应的Persistent模块。
Listing 2 provides an example for the MySQL database created in the previous section.
清单2提供了在上一节创建的MySQL数据库的示例。
The dynamic content is retrieved from a MySQL database.
动态内容从MySQL数据库检索得来。
Listing 5 is a simple MySQL database operation that might be used anywhere.
清单5是在任何位置都可能使用的简单MySQL数据库操作。
You will also need to create a MySQL database named test.
此外,需要创建一个名为test的MySQL数据库。
The back end starts with a simple MySQL database that has two tables.
后端从一个有两个表的简单MySQL数据库开始。
We also provide a relational database (MySQL).
我们同样提供关系型数据库(MYSQL)。
Presto is basically a set of WAR files that run on Tomcat container with a high availability (HA) database ( MySQL) with failover.
Presto基本上是由一套运行在Tomcat容器上的WAR文件构成的,它使用了一个高可用的数据库(MySQL)处理失败。
For example, you may bind only one relational database service (MySQL or PostgreSQL) to an application.
比如,你应该只给自己的应用绑定一个关系型数据库服务(MySQL或PostgreSQL)。
The MySQL database is used in the data tier.
在数据层中使用MySQL数据库。
Now your MySQL database is ready for use.
现在您的MySQL数据库已经可以投入使用了。
Importing the data into a MySQL database.
将数据导入MySQL数据库。
Each MySQL database system communicates over a port with other applications.
每一个MySQL数据库系统都会通过一个端口与其他的程序相交流。
The first few lines of the script in Listing 1 simply wipe out and restore the test database in mySQL.
清单1中脚本的前面几行只是清除并恢复mySQL中的test数据库。
In the MySQL database, there was a similar administrative user root.
在MySQL数据库中也有一个相似的管理用户root。
填充了的MySQL数据库6。
The order submission program stores the order details in a local MySQL database.
订单提交程序将订单细节存储在一个本地MySQL数据库中。
For this article, I use a MySQL database.
本文使用MySQL数据库。
应用推荐