We use MySQL to manage the data.
我们用MySQL管理数据。
We'll use MySQL 5.0 for this example.
例子中,我们将使用MySQL 5.0。
Use your database manager to create your databases. I'll use mysql.
请用数据库管理器创建数据库。
At a minimum, you should understand how to set up and use MySQL and how to create tables in a MySQL database.
至少,您应该理解如何安装和使用MySQL,以及如何在MySQL数据库中创建表。
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脚本。
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脚本,如下所示。
If you want to code along, all you need is a database engine (I'll use MySQL) and Ruby on Rails version 1.1 or newer (see Resources).
如果想和我一起编写代码,那么所有需要的工具就是一个数据库引擎(我使用的是MySQL)和Rubyon Rails 1.1或更新版本(请参阅参考资料)。
To build the Body Parts search feature, let's use MySQL V5.0 as the data store and the Sphinx search daemon to provide fast and accurate text search.
要构建BodyParts搜索功能,让我们使用MySQLV5.0作为数据存储并使用Sphinxsearch守护程序来提供快速而精确的文本搜索。
In the code that I provide, the database is MySQL, but you can use DB2 or any other database that you like.
在我提供的代码中,数据库是MySQL,但是您可以使用DB 2或者您喜欢的任何其他数据库。
MySQL tutorial: Learn how to create and use a simple database with MySQL.
MySQL教程:了解如何用MySQL创建并使用一个简单的数据库。
To get these first few feeds into the system, I use the MySQL interface to add them manually.
为将最初这些提要添加到系统中,我使用MySQL接口来手动添加这些提要。
There were several places that used MySQL and PHP in the example scenario that should be approached differently when updating the application to use DB2.
样例场景中有几处使用MySQL和PHP的地方,在通过更新应用程序来使用db2时,需要使用不同方法来实现。
EC2Deploy provides a simple, easy to use API for launching a set of EC2 instances; configuring MySQL, Apache and one or more Tomcat servers; and deploying one or more web applications.
EC2Deploy提供了一个简单、易于使用的API以加载一套EC2实例;配置MySQL、Apache和一个或多个Tomcata服务器;还能部署一个或多个Web应用。
If you use the MySQL packages that are included in your Linux on POWER distribution, installing MySQL is as easy as installing the needed RPM package from your distribution's media.
如果您使用的是POWER上Linux发行版本中所包含的MySQL程序包,那么安装MySQL非常简单,只需要通过发行版本的媒介安装所需的rpm软件包。
I use the MySQL database in this article.
我在本文中使用MySQL数据库。
For a mixed MySQL database environment that comes with both MyISAM and InnoDB storage engines, perhaps a better choice to back up is to use innobackup.
对于具有MyISAM和in noDB存储引擎的混合式MySQL数据库环境,进行备份的更好的方法可能是使用innobackup。
This array is then used to open a connection to the MySQL database server and select a database for use.
然后使用该数组打开到MySQL数据库服务器的连接,并选择要使用的数据库。
There are several MySQL administration tools, which use intuitive graphical user interfaces that make administering a MySQL database easy.
有一些MySQL管理工具,它们使用交互式图形界面,简化了 MySQL 数据库的管理。
Licensing fees are required for commercial use of MySQL.
将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,您不需要使用任何特定的服务器端语言或者数据库来创建此函数。
As mentioned, the core applications for this article use Apache Web Server, the PHP programming language, and MySQL.
正如前面提到的,本文使用的核心应用程序是ApacheWeb服务器、PHP编程语言和MySQL数据库。
Your own copy of MySQL can (and likely does) contain many databases, so it's important to specify which one you want to use.
您自己的MySQL可以(并且很有可能)包含很多数据库,所以非常有必要指定想要使用的是哪个数据库,这一点十分重要。
For Oracle, DB2 or MySQL database, you need to use the generic resource adapter that allows you to specify the driver and ConnectionURL for the JDBC driver (Listing 5).
对于Oracle、DB 2或MySQL数据库,您需要使用一般资源适配器,它允许您为JDBC驱动程序指定Driver和ConnectionURL(清单5)。
In this scenario, to get a basic understanding, you use the direct database API targeted for MySQL. PHP offers two ways to access MySQL.
在这个场景中,我们使用针对MySQL的直接数据库api来获得一个基本的了解。
Now your MySQL database is ready for use.
现在您的MySQL数据库已经可以投入使用了。
Listing 15 can use either MySQL, which is easy to install, or sqlite3, which ships with Python.
清单15可以使用MySQL(它很容易安装)或sqlite3(它是Python附带的)。
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数据库。
It's a distributed memory caching system which Facebook (and a ton of other sites) use as a caching layer between the web servers and MySQL servers (since database access is relatively slow).
它是一个分布式的内存缓存系统,Facebook(包含其他很多网站)用它作为Web服务器和MySQL服务器之间的缓存层(因为数据库访问相对比较慢)。
For this article, I use a MySQL database.
本文使用MySQL数据库。
The main advantage of using Zend Core and PHP for this logic is to make use of the built-in support for MySQL.
使用ZendCore和PHP实现银行逻辑的主要优点是,可以利用内置的MySQL支持。
应用推荐