1153万例文収録!

「MySQL:」に関連した英語例文の一覧と使い方(5ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

MySQL:を含む例文一覧と使い方

該当件数 : 398



例文

Navigate to the jdbc:mysql://localhost:3306/mysql node and from the context menu choose Execute Command. 例文帳に追加

「jdbc:mysql://localhost:3306/mysql」ノードに移動し、コンテキストメニューから「コマンドの実行」を選択します。 - NetBeans

Note: By default, MySQL is configured to be case sensitive. 例文帳に追加

注: デフォルトで、MySQL は大文字小文字を区別するように構成されています。 - NetBeans

Upgrade guide to MySQL 4.* or 5.0.*Michael KohlAuthorFrancesco RiosaAuthorUpdated June 4, 20071.Straight upgrade, suggested for 4.1 = 5.0 migration 例文帳に追加

MySQl4.1.xへのアップグレードガイド - Gentoo Linux

Code Listing4.1: Binary package backup # quickpkg dev-db/mysql 例文帳に追加

コード表示3.1:バイナリーパッケージバックアップ - Gentoo Linux

例文

MySQL is a popular database server that is used in various applications. 例文帳に追加

背景 MySQLは様々なアプリケーションで利用されている、著名なデータベースサーバです。 - Gentoo Linux


例文

Users upgrading from an old version (4.0.24) of MySQL will first have to install MySQL 4.0.25.例文帳に追加

4.0.24以前のバージョンからアップグレードするユーザーは、まずMySQL4.0.25をインストールしてください。 - Gentoo Linux

# emerge -av --buildpkg "mysql-4.1" 3.Creating a backup of your current dataImportant: Values inside primary keys are handled differently in various MySQL versions,see bug #108502 for more details, it is higly recommended to scan your tables for values of "0" (zero) or less and update them to a value greater than or equal to "1".例文帳に追加

現行データのバックアップ - Gentoo Linux

Make sure that the MySQL database server is installed and running on your machine. 例文帳に追加

マシンに MySQL データベースサーバーがインストールされ、実行されていることを確認します。 - NetBeans

In the Services window, right-click the MySQL Server node and choose Create Database. 例文帳に追加

「サービス」ウィンドウで「MySQL サーバー」ノードを右クリックし、「データベースを作成」を選択します。 - NetBeans

例文

Note: The Run Rake Task db createmenu option works only for MySQL, PostgreSQL, SQLite, and SQLite3 adapters.例文帳に追加

注: 「Rake タスクの実行」「db」「create」メニューオプションは、MySQL、PostgreSQL、SQLite、SQLite3 の各アダプタにのみ有効です。 - NetBeans

例文

Note: This tutorial uses the MySQL database server.See the Installing and Configuring Ruby Support article for information about using a MySQL database server in a Ruby application.例文帳に追加

注: このチュートリアルでは、MySQL データベースサーバーを使用します。 Ruby アプリケーションでの MySQL データベースサーバーの使用については、「Ruby サポートのインストールと設定」を参照してください。 - NetBeans

MySQL employs SQL, or StructuredQuery Language, for accessing and processing data contained in databases. 例文帳に追加

MySQL は、データベース内のデータへのアクセスおよび処理に SQL (Structured Query Language) を使用しています。 - NetBeans

In the Path/URL to admin tool field, type or browse to the location of your MySQL Administration application such as the MySQL Admin Tool, PhpMyAdmin, or other web-based administration tools. 例文帳に追加

「管理ツールのパスまたは URL」フィールドに MySQL 管理ツール、PhpMyAdmin、またはその他の Web ベース管理ツールなどの MySQL 管理アプリケーションの場所を入力するか、参照して選択します。 - NetBeans

To find the start command, look for mysqld in the bin folder of the MySQL installation directory. 例文帳に追加

起動コマンドを探すには、MySQL インストールディレクトリの bin フォルダにある mysqld を探します。 - NetBeans

In the Create MySQL Database dialog box, type the name of the new database. 例文帳に追加

MySQL データベースの作成」ダイアログで、新しいデータベースの名前を入力します。 - NetBeans

Select your driver from the Name drop-down list, such as MySQL (Connector/J driver). 例文帳に追加

「名前」ドロップダウンリストから使用するドライバを選択します。 たとえば「MySQL (Connector/J driver)」です。 - NetBeans

Creating a Simple WebApplication Using a MySQL Database 例文帳に追加

MySQL データベースを使用した単純な Web アプリケーションの作成 Web アプリケーションでの Java Persistence の使用 - NetBeans

The other function converts dates into the format that the MySQL databases server supports. 例文帳に追加

もう 1 つの関数は、日付を MySQL データベースがサポートする形式に変換します。 - NetBeans

SQLite Installation$ pear install MDB2$ pear install MDB2#mysql$ pear install MDB2#pgsql Still having problems? Check the F.A.Q. 例文帳に追加

SQLiteインストール$ pear install MDB2$ pear install MDB2#mysql$ pear install MDB2#pgsqlうまく行かない場合は FAQを参照ください。 - PEAR

We are using the db-container for the example and a mysql database.You need to create some tables in the mysql-database to store the messages:Example 52-1. 例文帳に追加

ここでは、例として DB コンテナと mysql データベースを使用します。 mysql データベースに、(キューに追加される)メッセージをストアしておくためのテーブルを作成する必要があります。 - PEAR

mysql Now we should test the user restriction(s). 例文帳に追加

制限が効いているかテストします。 - Gentoo Linux

After that, create your MySQL table: 例文帳に追加

MySQLのデータベース、ユーザ、そしてテーブルを作成するため、Gentooでは2つのファイルを提供しています。 - Gentoo Linux

Finally, -p tells the mysql client that you will be entering a password to access your database.例文帳に追加

最後に、-pで接続用パスワードを入力することをmysqlクライアントに伝えます。 - Gentoo Linux

This is a reference to the main mysql database,which carries a list of all the databases. 例文帳に追加

これは、全データベースのリストが格納されている、メインデータベースmysqlへの参照です。 - Gentoo Linux

Code Listing3.1: Empty gentoo Database mysql SHOW TABLES;Empty set (0.00 sec) 例文帳に追加

コード表示3.1:空っぽのデータベースgentoo - Gentoo Linux

On NetBeans IDE 6.1, open the Services tab and right-click either the Java DB or MySQL node. 例文帳に追加

NetBeans IDE 6.1 では、「サービス」タブを開いて「Java DB」または「MySQL」のいずれかのノードを右クリックします。 - NetBeans

If you are using JRuby, you must choose MySQL, PostgresSQL, Oracle, HSQLDB, or Java DB (also known as Derby).例文帳に追加

JRuby を使用する場合は、MySQL、PostgresSQL、Oracle、HSQLDB、または Java DB (Derby ともいう) のいずれかを選択します。 - NetBeans

Navigate to the MySQL Server at localhost:3306 node and from the context menu choose Create Database. 例文帳に追加

MySQL サーバー localhost:3306」ノードに移動し、コンテキストメニューから「データベースを作成」を選択します。 - NetBeans

mysql CREATE DATABASE gentoo;Query OK, 1 row affected (0.08 sec) 例文帳に追加

コード表示2.2:データベースgentooを作成する - Gentoo Linux

To celebrate the announcement that Sun Microsystems is acquiring MySQL, Arun Gupta originally created this demonstration, showing how a MySQL database could be exposed as a RESTful web service using the IDE. 例文帳に追加

Sun Microsystems による MySQL 買収の発表を記念して、このデモを最初に作成した Arun Gupta が、IDE を使用して MySQL データベースを RESTful Web サービスとして公開する方法を説明しています。 - NetBeans

Make sure you're logged in as root. Then go ahead and use the main MySQL database.例文帳に追加

rootユーザでログインしていることを確認して、メインデータベースmysqlを利用してみましょう。 - Gentoo Linux

By default, the IDE sets up the project to use three MySQL databases,which are given the names project 例文帳に追加

IDE のデフォルトでは、プロジェクトは 3 つの MySQL データベースを使用するように設定されます。 - NetBeans

To start/stop the Apache/MySQL server, choose the relevant menu item. 例文帳に追加

Apache または MySQL サーバーを起動または停止するには、関連するメニュー項目を選択します。 - NetBeans

This document demonstrates how to set up a connection to a MySQL database from NetBeans IDE 6.5.例文帳に追加

このドキュメントでは、NetBeans IDE 6.5 から MySQL データベースへの接続を設定する方法を示します。 - NetBeans

You can also deploy a MySQL database on the remote server where you have a hosting account. 例文帳に追加

また、ホスティングアカウントを持つリモートサーバー上に MySQL データベースを配備することもできます。 - NetBeans

For more information on the syntax of MySQL CREATE TABLE statements, see http://dev.mysql.com/doc/refman/5.0/en/create-table.html. 例文帳に追加

MySQL の CREATE TABLE 文の構文についての詳細は、http://dev.mysql.com/doc/refman/5.0/en/create-table.html を参照してください。 - NetBeans

The configuration sets up the main MySQL database which contains administrativeinformation such as databases, tables, users, permissions and more.例文帳に追加

この構成ではMySQLのメインデータベースmysqlがセットアップされ、メインデータベースには管理情報(データベース、テーブル、ユーザ、権限など)が格納されます。 - Gentoo Linux

This tutorial uses a MySQL database called sakila,a free sample MySQL database that is available from the MySQL site.The sakila database is not included when you install the IDE so you need to first create the database to follow this tutorial.例文帳に追加

このチュートリアルでは、MySQL のサイトで無償提供されている MySQL サンプルデータベースの sakila を使用します。 IDE のインストールには sakila データベースが含まれないため、チュートリアルを開始する前にデータベースを作成する必要があります。 - NetBeans

You might want to run:"emerge --config =dev-db/mysql-[version]"if this is a new install. Since this is a new installation, we run the command. 例文帳に追加

新規インストールですので、表示されたこのコマンドを実行し、MySQLを設定します。 - Gentoo Linux

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !To do so, issue the following commands to start the server and change the applicable passwords:(Note the next 3 lines)/etc/init.d/mysql start/usr/bin/mysqladmin -u root -h pegasos password 'new-password'/usr/bin/mysqladmin -u root password 'new-password'Depending on your configuration, a -p option may be needed in the last command.例文帳に追加

(次の3行をメモして下さい。 - Gentoo Linux

You can now test that your root password was successfully configured by trying to login to your MySQL server:例文帳に追加

rootパスワードが正常に設定されているか確認するには、MySQLサーバにログインしてみます。 - Gentoo Linux

Code Listing3.4: Verifying our table mysql SHOW TABLES;+------------------+| Tables_in_gentoo |+------------------+| developers |+------------------+1 row in set (0.00 sec) 例文帳に追加

コード表示3.4:テーブルを確認する - Gentoo Linux

However, this simply inserts records, and does not give you any sort of control over MySQL.例文帳に追加

しかし、この例は単純にレコードを挿入しただけで、MySQLを制御したとは言えません。 - Gentoo Linux

Right now in the gentoo database, the MySQL root account is the onlyaccount that can access it, given its permissions. 例文帳に追加

データベースgentooでは今のところ、MySQLのrootユーザだけが、許可を与えられアクセス可能なアカウントです。 - Gentoo Linux

If you restart your MySQL daemon now and everything goes as expected, you have a fully working version of 4.1.x.例文帳に追加

MySQLをリスタートし、期待どおり万事うまくいって、4.1.xバージョンでの稼動が可能です。 - Gentoo Linux

On MySQL, type in the root user credentials and do not enter a schema name. 例文帳に追加

MySQL の場合、root ユーザーの資格情報を入力し、スキーマ名は入力しないでください。 - NetBeans

This involves installing and configuring the PHP engine, a MySQL database, an Apache web server, and the XDebug debugger. 例文帳に追加

これには、PHP エンジン、MySQL データベース、Apache Web サーバー、および XDebug デバッガのインストールと構成が含まれます。 - NetBeans

The first and most convenient way is to install and configure an AMP (Apache, MySQL, PHP) package. 例文帳に追加

1 つめの非常に便利な方法は、AMP (Apache、MySQL、PHP) パッケージをインストールして構成することです。 - NetBeans

You can use various database servers while one of the most popular ones is the MySQL server. 例文帳に追加

さまざまなデータベースサーバーを使用できますが、もっとも一般的なサーバーは MySQL サーバーです。 - NetBeans

例文

Select the Sakila database from the New Database Name drop down list in the Create MySQL Database dialog box. 例文帳に追加

MySQL データベースの作成」ダイアログで「新規データベース名」ドロップダウンリストから「Sakila データベース」を選択します。 - NetBeans




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS