1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 398



例文

Exposing a MySQL Database with RESTful Web Services - NetBeans IDE 6.0/6.1/6.5 Tutorial 例文帳に追加

RESTful Web サービスを使用した MySQL データベースの公開 - NetBeans IDE 6.0 チュートリアル - NetBeans

If you get an error that mysql could not connect to localhost, start the MySQL service (Control Panel Administrative Tools Services). 例文帳に追加

MySQL が localhost に接続できないというエラーが表示された場合、MySQL サービス (「コントロールパネル」「管理ツール」「サービス」) を開始します。 - NetBeans

Right-click on the MySQL (Connector/J) driver node and choose Connect Using... 例文帳に追加

MySQL (Connector/J) ドライバのノードを右クリックし、「接続」を選択します。 - NetBeans

phptype: Database backend used in PHP (i.e. mysql , odbc etc.) 例文帳に追加

phptype:PHP で使用されるデータベースバックエンドです(すなわち mysql や odbc 等)。 - PEAR

例文

connect to the MySQL database server, navigate to the MySQL Server node and from the context menu choose Connect. 例文帳に追加

接続するには、「MySQL サーバー」ノードに移動して、コンテキストメニューから「接続」を選択します。 - NetBeans


例文

We have logged in and a mysql prompt is displayed. 例文帳に追加

ログインは済んでおり、mysqlプロンプトが表示されている状態です。 - Gentoo Linux

Go ahead and quit MySQL and login as the admin.例文帳に追加

mysqlクライアントを終了して、adminユーザとしてログインしてみましょう。 - Gentoo Linux

If you are not happy with MySQL 4.1, it's possible to go back to MySQL 4.0. 例文帳に追加

MySQL4.1に何か不満があれば、MySQL4.0に戻すことが可能です。 - Gentoo Linux

If it has not already been started, start the MySQL database server. 例文帳に追加

MySQL データベースサーバーをまだ起動していない場合、起動します。 - NetBeans

例文

The MySQL drivers included in NetBeans IDE have been updated to version is 5.1.6. 例文帳に追加

NetBeans IDE に含まれる MySQL ドライバのバージョンが 5.1.6 に更新されました。 - NetBeans

例文

Right-click the MySQL Server node and choose Create Database. 例文帳に追加

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

On the Wizard Completed panel, switch on the Configure MySQL Server now checkbox and click Finish. 例文帳に追加

「Wizard Completed」パネルで「Configure MySQL Server now」チェックボックスをオンにし、「Finish」をクリックします。 - NetBeans

Demonstrates how to configure and connect to a MySQL database in NetBeans IDE.例文帳に追加

NetBeans IDE で MySQL データベースを構成し、接続する方法を示します。 - NetBeans

After starting the Database Server on your machine, start the MySQL Database Server in the IDE by right-clicking the MySQL Server node and choosing Start. 例文帳に追加

マシンでデータベースサーバーを起動したあと、IDE で「MySQL サーバー」ノードを右クリックし、「起動」を選択して、MySQL データベースサーバーを起動します。 - NetBeans

A JRuby-on-Rails application using MySQL is explained here. 例文帳に追加

MySQL を使用した JRuby-on-Rails アプリケーションはこちらで説明しています。 - NetBeans

Find more information on using HTML, PHP, and MySQL here: 例文帳に追加

HTML、PHP、および MySQL の使用については、次を参照してください。 - NetBeans

To connect to the MySQL server, launch the Terminal and in the Terminal window enter the following command:mysql -u root The MySQL command prompt appears.例文帳に追加

MySQL サーバーに接続するには、端末を起動し、「端末」ウィンドウで次のコマンドを入力します。 - NetBeans

First we quit mysql by typing quit at the command prompt:例文帳に追加

まずプロンプトにquitと入力してmysqlクライアントを終了させます。 - Gentoo Linux

Note that revdep-rebuild is necessary for rebuilding packageslinking against MySQL. 例文帳に追加

MySQLに対してリンクしているパッケージのリビルドのためrevdep-rebuildが必要です。 - Gentoo Linux

In the Services window, the travel database appears under the MySQL Server node. 例文帳に追加

「サービス」ウィンドウで、「MySQL サーバー」ノードの下に Travel データベースが表示されます。 - NetBeans

In the Services window, the Ttravel database appears under the MySQL Server node. 例文帳に追加

「サービス」ウィンドウで、「MySQL サーバー」ノードの下に Travel データベースが表示されます。 - NetBeans

Issue #144398: SQL CC: CC doesn't appear for MySQL system tables 例文帳に追加

課題 144398: SQL のコード補完: MySQL のシステム表の候補が表示されない - NetBeans

In this section, you set up the vir database and MySQL database server in the IDE. 例文帳に追加

この節では、IDE で vir データベースと MySQL データベースサーバーを設定します。 - NetBeans

In the Services window, the vir database appears under the MySQL Server node. 例文帳に追加

「サービス」ウィンドウで、「MySQL サーバー」ノードの下に vir データベースが表示されます。 - NetBeans

The Database Explorer works with JavaDB (Derby), MySQL and PostgreSQL out of the box.例文帳に追加

データベースエクスプローラは、デフォルトで JavaDB (Derby)、MySQL、および PostgreSQL に対応しています。 - NetBeans

The IDE comes bundled with drivers for the MySQL and PostgreSQL database servers.例文帳に追加

IDE には、MySQL および PostgreSQL データベースサーバー用のドライバがバンドルされています。 - NetBeans

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

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

This is usually the path to mysqladmin in the bin folder of the MySQL installation directory. 例文帳に追加

これは通常、MySQL インストールディレクトリの bin フォルダにある mysqladmin のパスです。 - NetBeans

Code Listing2.3: Verifing the database is created mysql SHOW DATABASES;+----------+| Database |+----------+| gentoo || mysql || test |+----------+3 rows in set (0.00 sec) 例文帳に追加

コード表示2.3:データベースが作成されたことを確認する - Gentoo Linux

This command will run mysql commands from an sql file while in the mysql interactive mode.例文帳に追加

このコマンドは、インタラクティブモードでsqlファイルからスクリプトを読み込みます。 - Gentoo Linux

After you get rid of your old MySQL installation, you can now install the new version.例文帳に追加

古いMySQLを削除した後に新しいバージョンをインストールできます。 - Gentoo Linux

Now configure the newly installed version of MySQL and restart the daemon: 例文帳に追加

インストールした新バージョンのMySQLを設定し、デーモンをリスタートさせましょう。 - Gentoo Linux

In this section, you set up the travel database and MySQL database server in the IDE. 例文帳に追加

この節では、IDE で Travel データベースおよび MySQL データベースサーバーを設定します。 - NetBeans

Find detailed information on installing and configuring the MySQL database server. 例文帳に追加

詳細は、MySQL データベースサーバーのインストールと構成を参照してください。 - NetBeans

On the Choose Items to Install panel, expand the Extensions node and choose the MySQL and MySQLi items. 例文帳に追加

「Choose Items to Install」パネルで「Extensions」ノードを展開し、MySQLMySQLi の項目を選択します。 - NetBeans

When you click OK a Sakila node appears under the MySQL Server node. 例文帳に追加

「了解」をクリックすると、「MySQL サーバー」ノードの下に「Sakila」ノードが表示されます。 - NetBeans

The recommended version of the product is MySQL Server 5.0. 例文帳に追加

この製品の推奨バージョンは MySQL Server 5.0 であり、ここからダウンロードできます。 - NetBeans

Because only the MySQL system is available, you need to connect to it. 例文帳に追加

MySQL システムのみ使用可能なので、それに接続する必要があります。 - NetBeans

A new node named jdbc:mysql://localhost:3306/mysql is added to the Databases tree. 例文帳に追加

jdbc:mysql://localhost:3306/mysql という名前の新しいノードがデータベースツリーに追加されます。 - NetBeans

Only fbsql and mysql provide full information from queries. 例文帳に追加

クエリから完全な情報を返すことができるのは、fbsql および mysql だけです。 - PEAR

aptitude install apache2 php5 php5-gd mysql-server php5-mysqlTo install the software using the interface features, complete the following steps: 例文帳に追加

aptitude install apache2 php5 php5-gd mysql-server php5-mysqlインタフェース機能を使用してソフトウェアをインストールするには、次の手順を完了します。 - NetBeans

Code Listing2.1: Displaying MySQL databases 例文帳に追加

コード表示2.1:データベースを表示する - Gentoo Linux

Upgrade guide to MySQL 4.* or 5.0.* — Gentoo Linux Documentation 例文帳に追加

MySQl4.1.xへのアップグレードガイド—GentooLinuxドキュメント - Gentoo Linux

4.Upgrading from recent versions of MySQL 例文帳に追加

最新のバージョンからのアップグレード - Gentoo Linux

Now that we're using it, we can start to create some tables and put information in them.例文帳に追加

MySQLのテーブルを操作する - Gentoo Linux

After installing the plugin, start the MySQL database server by expanding the Databases node in the Services window,right-clicking the MySQL Server node and choosing Start. 例文帳に追加

プラグインをインストールしたあと、「サービス」ウィンドウで「データベース」ノードを展開し、「MySQL サーバー」ノードを右クリックして「起動」を選択して、MySQL データベースサーバーを起動します。 - NetBeans

After installing the plugin, start the MySQL database by expanding the Databases node in the Services window,right-clicking the MySQL Server node and choosing Start. 例文帳に追加

プラグインをインストールしたあと、「サービス」ウィンドウで「データベース」ノードを展開し、「MySQL サーバー」ノードを右クリックして「起動」を選択して、MySQL データベースを起動します。 - NetBeans

MySQL, the popular open-source database, is now part of Sun's software portfolio. 例文帳に追加

人気のオープンソースデータベースである MySQL が Sun のソフトウェアポートフォリオに加わりました。 - NetBeans

Issue #144388: Add Argument for Standalone MySQL Server Installation 例文帳に追加

課題 144388: スタンドアロンの MySQL サーバーのインストールを使用する場合は引数を追加する - NetBeans

例文

On the Downloads panel, select the downloaded MySQL installation file and click Open. 例文帳に追加

ダウンロードパネルで、ダウンロードされた MySQL インストールファイルを選択し、「Open」をクリックします。 - 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