Next, start the MySQL server, and create the database "crm" and the table "owner" as shown in Listing 7.
接下来,启动MySQL服务器,并按照如 清单7所示的方式创建数据库“crm”和表“owner”。
The default installation of MySQL, particularly the empty root password and the potential vulnerability to buffer overflow, makes the database server an easy target for attacks.
MySQL的默认安装,特别是根密码空缺和缓冲区溢出的潜在漏洞,使得这个数据库服务器成为容易攻击的目标。
MySQL Administrator allows you to configure, backup/restore, and control your databases, as well as MySQL server environment.
MySQLAdministrator让您能够配置、备份/恢复、控制您的数据库以及 MySQL服务器环境。
And you can connect to the database server directly via a MySQL client in order to manage your data.
您可以通过MySQL客户端直接连接到数据库服务器以便管理您的数据。
If you're using MySQL, or another database with a server, you pass in database connection information to the connection builder.
如果使用的是MySQL或带有服务器的其他数据库,则将数据库连接信息传递到连接构建器中。
The MySQL database server: Download the open source transactional database used in this article.
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服务器的正确访问参数填充表单字段并提交表单。
The MySQL database server: Download a popular open source database.
MySQL数据库服务器:下载流行的开源数据库。
Mytop tells you exactly what's going on with your MySQL server at that instant and provides some key statistics.
mytop告诉您目前MySQL服务器上都在进行什么操作,并提供一些关键的统计信息。
You must install MySQL on the server.
必须在服务器上安装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)。
This array is then used to open a connection to the MySQL database server and select a database for use.
然后使用该数组打开到MySQL数据库服务器的连接,并选择要使用的数据库。
If you don't want to embed the database server password directly in your code as clear text, you might want to look at the MySQL password digest features.
如果不希望在代码中以明文形式直接嵌入数据库服务器密码,那么可以考虑使用MySQL的密码摘要特性。
Say your application USES MySQL as a database server to cut costs.
比方说您的应用程序用MySQL作为数据库服务器来削减成本。
To check for valid locations, log into the MySQL server and query the articles table yourself to see if the lat and lon fields are filled in appropriately.
要检查位置是否有效,请登录到MySQL服务器中,查询文章表来看看纬度和经度字段填写得是否合适。
Their MySQL server handles 2,400 requests per second!
他们的MySQL服务器每秒钟要处理2400个请求!
Depending on the setup of your MySQL server and its security Settings and passwords, your command might vary a bit.
根据MySQL服务器的设置及其安全设定和口令,命令可能略有不同。
We'll be using the popular mySQL server and the mm JDBC type 4 driver (see Resources) in our example.
我们将在示例中使用流行的mySQL服务器及mmJDBC4类驱动程序(请参阅参考资料)。
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服务器运行并由示例数据集加载。
The second best thing to do is to tune the MySQL server, also called mysqld.
第二种方法是对MySQL服务器(也称为mysqld)进行调优。
An SQL server, MySQL, which is part of the WAMP package in this case.
SQL服务器,MySQL,在本例中它是WAMP程序包的一部分。
If you want to build the dependency elements for Oracle, DB2 or MySQL server, you can follow the same pattern.
如果您要为Oracle、DB 2或MySQL服务器构建dependency元素,则可以遵循相同的模式。
Database server: MySQL 5.0.41 or later.
数据库服务器:MySQL5.0.41或更高版本。
PHP and MySQL hosting environment-this is used for the server side of the application.
PHP和MySQL托管环境—用于应用程序的服务器端。
In addition to the Geronimo application server and MySQL database server, you need the actual blog or wiki components.
除了Geronimo应用服务器和MySQL数据库服务器,还需要实际的blog或wiki组件。
A mysql server process (mysqld) can create a number of threads.
一个mysql服务器进程(mysqld)能创建几个线程。
Mysqlard is a daemon that connects to the mysql server and collects data every 5 minutes, storing it in a Round Robin Database backend.
mysqlard是一个连接到mysql服务器上的守护程序,负责每5分钟搜集一次数据,并将它们存储到后台的一个Round Robin Database中。
Some examples include the Apache web server, database systems, such as mysql and postgresql, and interpreted languages, such as perl and python.
例如Apacheweb服务器、数据库系统(比如mysql和postgresql)以及解释语言(perl 和 python)。
In our example, each server is running the mysql database server and we'll use the mysqldump command-line utility to export a few database tables to an SQL import file.
在本文的示例中,各服务器都运行mysql数据库服务器,我们将使用mysqldump命令行实用工具将一些数据库表导出到一个sql导入文件中。
应用推荐