You built a small departmental application using PHP on MySQL (again, for example; I'm not picking on MySQL!).
您用PHP在MySQL之上构建了一个小型的部门应用程序(同样,这只是举个例子,我并不是要跟 MySQL 过不去)。
For example, you copy the mysql driver in this example into repository \ mysql \ jars directory.
例如,将这个例子中的mysql驱动复制到repository \ mysql \jars目录中。
To start the mysql command-line tool, run mysql -u root -p mysql.
要启动mysql命令行工具,运行mysql—uroot—p 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版本和为数据库实例分配了多少存储。
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 中执行的基本任务,文章的这一节将讨论一个简单的数据库设计。
MySQL Administrator allows you to configure, backup/restore, and control your databases, as well as MySQL server environment.
MySQLAdministrator让您能够配置、备份/恢复、控制您的数据库以及 MySQL服务器环境。
First, you need to start the MySQL client and login into MySQL.
首先,您需要启动MySQL客户机,并登录进入MySQL。
A MySQL instance manages different databases, and there could be many MySQL instances on the same machine.
一个MySQL实例能管理多个不同数据库,一台机器上可能有多个MySQL实例。
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软件包。
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服务器的正确访问参数填充表单字段并提交表单。
Example of server groups are groups of NDBD nodes in a mysql cluster, groups of manager nodes in a mysql cluster, groups of jboss nodes in a jboss cluster, and so forth.
服务器组的示例包括mysql集群中的ndbd节点组、mysql集群中的manager节点组、jboss集群中的jboss节点组等等。
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编写的。
to unify all MySQL-related development and services, providing a solution to the fragmentation and uncertainty facing the communities, businesses and technical experts involved with MySQL.
统一所有MySQL相关的开发和服务,为涉及MySQL的社区、企业和技术专家遇到的不完整性和不确定性提供解决方案。
As a result, he expressed confidence that all of the MySQL products would remain under the GPL, while also indicating that he expected work on the new Falcon engine for MySQL would continue.
因此他很有把握地肯定所有MySQL产品都将继续处在GPL许可之下,同时也表示他肯定MySQL的新引擎Falcon的开发工作会继续下去。
For more on MySQL referential integrity, please see the section on foreign keys constraints in the MySQL product documentation.
要深入了解MySQL参照完整性,请参考MySQL产品文档中关于外部关键字的部分。
MySQL — This tutorial uses MySQL, an open source database.
MySQL —本教程使用 MySQL,它是一种开源数据库。
For more information on MySQL Query Browser, please refer to the MySQL Query Browser page.
要获得关于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数据库的连接。
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网站下载的与操作系统相关的驱动程序来安装连接器。
It explained how to create a custom MySQL domain with topology units and capabilities that represent components of a MySQL system.
它解释了怎样使用代表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中包含了有关这个流行数据库各个方面的详细信息。
Due to the popularity of MySQL, there is a large number of development communities writing applications for MySQL in most of the major programming languages.
由于MySQL的流行,有大量的开发团体在使用大部分主流编程调语言为MySQL编写应用程序。
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数据库创建帐户。
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 数据库的一个部署计划。
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服务器运行并由示例数据集加载。
Using MySQL, I simply type create database blog_development from the MySQL command line.
如果使用MySQL,只需在MySQL命令行上输入create database blog_development。
Similar to MySQL Administrator, MySQL Query Browser’s source code is available and can be compiled on Linux on POWER.
类似于MySQLAdministrator,也可以获得 MySQL查询浏览器的源代码并在 POWER上 Linux中编译它。
应用推荐