MySQL tutorial: Learn how to create and use a simple database with MySQL.
MySQL教程:了解如何用MySQL创建并使用一个简单的数据库。
This section of the paper examines a simple database design in order to introduce some of the key MySQL concepts and some of the basic tasks you can perform in MySQL
为了介绍一些关键的MySQL概念以及一些您可以在 MySQL 中执行的基本任务,文章的这一节将讨论一个简单的数据库设计。
A reasonably recent installation of MySQL - Several other database options are available and supported, but both this series and the sample application were written using MySQL V5.0.37.
最近发布的MySQL安装——可以使用并支持若干种其他数据库选择,但是本系列和样例应用程序都是使用MySQLV5.0.37编写的。
MySQL — This tutorial uses MySQL, an open source database.
MySQL —本教程使用 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数据库的连接。
At a minimum, you should understand how to set up and use MySQL and how to create tables in a MySQL database.
至少,您应该理解如何安装和使用MySQL,以及如何在MySQL数据库中创建表。
For help with MySQL, the MySQL reference manual contains detailed information on all aspects of the popular database.
有关MySQL的帮助,MySQLreferencemanual中包含了有关这个流行数据库各个方面的详细信息。
There are several MySQL administration tools, which use intuitive graphical user interfaces that make administering a MySQL database easy.
有一些MySQL管理工具,它们使用交互式图形界面,简化了 MySQL 数据库的管理。
Refer to the MySQL documentation to learn how to create accounts for a MySQL database.
参照MySQL文档以了解如何为一个MySQL数据库创建帐户。
Remember that this data was originally generated from the MySQL database, so you need to ensure that the MySQL server is running and loaded with the example data set.
请记住此数据最初从MySQL数据库生成,所以需要确保MySQL服务器运行并由示例数据集加载。
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来获得一个基本的了解。
Of course, pointing Grails to DB2, MySQL, or some other traditional file-based database will solve the disappearing records problem as well. (You'll see settings for DB2 and MySQL in just a moment.)
当然,将 Grails指向DB2、MySQL或者其他传统的基于文件的数据库也可以解决记录消失的问题(立刻就会介绍 DB2和 MySQL 的设置)。
This connector will vary from database to database, but taking MySQL as an example, install the connector by installing the operating system-relevant driver from the MySQL website.
此连接器因数据库的不同而各异,但是,以MySQL为例,可以通过安装从MySQL网站下载的与操作系统相关的驱动程序来安装连接器。
On your screen, you should see a dialog allowing you to specify MySQL database instance details like machine size, MySQL version, and how much storage is allocated to the database instance.
在屏幕上,您应该会看到一个对话框,可在其中指定MySQL数据库实例细节,比如机器大小、MySQL版本和为数据库实例分配了多少存储。
To dump a database definition of the MySQL world database in XML, fill up the form fields with appropriate access parameters for your MySQL server and submit it.
要以XML 格式转储MySQL数据库world的数据库定义,请使用 MYSQL服务器的正确访问参数填充表单字段并提交表单。
Save the XML file as mysql-plan.xml to be clear that it is a deployment plan for the MySQL database.
将XML文件另存为mysql-plan.xml,以便明确它是 MySQL 数据库的一个部署计划。
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。
应用推荐