| 意味 | 例文 |
MySQL:を含む例文一覧と使い方
該当件数 : 398件
In the Path to start command, type or browse to the location of the MySQL start command. 例文帳に追加
「起動コマンドのパス」には、MySQL 起動コマンドの場所を入力するか、参照して選択します。 - NetBeans
The start command may also vary if MySQL was installed as part of an AMP installation. 例文帳に追加
MySQL が AMP インストールの一部としてインストールされた場合、起動コマンドも異なる場合があります。 - NetBeans
In the Path to stop command field, type or browse to the location of the MySQL stop command. 例文帳に追加
「停止コマンドのパス」には、MySQL 停止コマンドの場所を入力するか、参照して選択します。 - NetBeans
Click OK.The new database appears under the MySQL Server node in the Services window. 例文帳に追加
「了解」をクリックします。 「サービス」ウィンドウの「MySQL サーバー」ノードの下に新しいデータベースが表示されます。 - NetBeans
To connect to the system database, navigate to the mysql node and from the context menu choose Connect. 例文帳に追加
システムデータベースに接続するには、「mysql」ノードに移動し、コンテキストメニューから「接続」を選択します。 - NetBeans
Here is a list of steps necessary to get the example4 and GVN examples working with a MySQL database in LiveUser 0.16.12. 例文帳に追加
ここでは、example4と GVN の例を、LiveUser 0.16.12と MySQL で動作させるために必要な手順をまとめます。 - PEAR
This feature allows you to register a MySQL Server, view databases, view, create, and delete databases, easily create and open connections to these databases, and to launch the administration tool for MySQL. 例文帳に追加
この機能によって、MySQL サーバーの登録、データベースの確認、データベースの表示、作成、および削除、これらのデータベースへの接続を容易に作成して開く、および MySQL の管理ツールの起動ができます。 - NetBeans
SQLstands for (S)tructured (Q)uery (L)anguage, which is what MySQL uses to communicate with other programs.例文帳に追加
SQLは(S)tructured(Q)uery(L)anguage(構造化問い合わせ言語)を表し、MySQLはこのSQLを使用して他のプログラムと通信します。 - Gentoo Linux
On top of that, MySQL has its own expanded SQL functions to provide additional functionality to users.例文帳に追加
加えて、MySQLには独自の拡張SQL関数が用意されおり、ユーザに追加機能を提供しています。 - Gentoo Linux
Many web applications use sql scripts in order to setup MySQL quickly and easily.例文帳に追加
MySQLを素早く簡単に設定するために、多くのウェブアプリケーションではsqlスクリプトが利用されています。 - Gentoo Linux
mysql DELETE FROM user WHERE User='guest';Query OK, 1 row affected (0.07 sec)(FLUSH PRIVILEGES is needed to update user permissions)mysql FLUSH PRIVILEGES;Query OK, 0 rows affected (0.00 sec) 例文帳に追加
(ユーザ権限を更新するために、FLUSHPRIVILEGESコマンドを実行する必要があります) QueryOK,0rowsaffected(0.00sec) - Gentoo Linux
Important: The default /etc/mysql/my.cnf file sets binary logging on(log-bin) by default. 例文帳に追加
重要:標準の/etc/mysql/my.cnfファイルでは、標準でバイナリでのログ出力(log-bin)が設定されています。 - Gentoo Linux
Description: Using MySQL, attempting to bind the Drop Down List component to table data returns an IllegalArgumentException. 例文帳に追加
説明: MySQL を使用して、ドロップダウンリストコンポーネントを表データにバインドしようとすると、IllegalArgumentException がスローされます。 - NetBeans
Downloads are available here. Click here for general instructions in installing and configuring the MySQL database server. 例文帳に追加
MySQL データベースサーバーの一般的なインストール方法と構成方法については、ここをクリックしてください。 - NetBeans
In the Services window, expand the Databases node, right-click the MySQL Server node and choose Properties. 例文帳に追加
「サービス」ウィンドウで「データベース」ノードを展開し、「MySQL サーバー」ノードを右クリックして、「プロパティー」を選択します。 - NetBeans
Now that you are connected to the MySQL server, you can create a new database instance using the SQL Editor.例文帳に追加
MySQL サーバーに接続しているので、SQL エディタを使用して新しいデータベースインスタンスを作成できます。 - NetBeans
Remote hosting services such as x10Hosting.com usually allow you to set up a MySQL database on their servers. 例文帳に追加
x10Hosting.com のようなリモートホスティングサービスを使用すると、通常、そのサーバー上に MySQL データベースを設定できます。 - NetBeans
TOTD #9 explains how JDBC connection pooling in GlassFish can be used for a JRuby-on-Rails application using MySQL. 例文帳に追加
「TOTD #9」では、MySQL を使用した JRuby-on-Rails アプリケーションで GlassFish の JDBC 接続プールを使用する方法を説明しています。 - NetBeans
In the Administrator password field, type the root user's password that you set during the installation of the MySQL server. 例文帳に追加
「管理者のパスワード」フィールドに、MySQL サーバーのインストール時に設定した root ユーザーのパスワードを入力します。 - NetBeans
A set of DBMS specific drivers that are specifically written against the supported database back end (e.g. mysql.php for MySQL, and pgsql.php for PostgreSQL) 例文帳に追加
個々のデータベースバックエンドに対応した、DBMS 固有のドライバ群(たとえば MySQL 用の mysql.php や PostgreSQL 用の pgsql.php など) - PEAR
So to begin, you will want to find a datasource, commonly you might use a Database like MySQL or an XML document. 例文帳に追加
一般的には、MySQL のようなデータベース、あるいは XML ドキュメントを使用することになるでしょう。 - PEAR
mysql The -u switch sets the user that will be logging in. 例文帳に追加
引数-uでログインするユーザを設定します。 - Gentoo Linux
Feel free to refer to the MySQL Reference Manual for more information.例文帳に追加
さらなる情報はMySQLReferenceManualで確認して下さい。 - Gentoo Linux
Code Listing4.3: Upgrading the binaries # emerge -av "mysql-4.1"(Update your config files, you may also use dispatch-conf)# etc-update# revdep-rebuild 例文帳に追加
コード表示3.3:バイナリーのアップデート - Gentoo Linux
NetBeans IDE makes it easy to work with MySQLbecause it auto-detects existing MySQL databases.Register a MySQL Server and start/stop local servers directly from the IDE.Use the Database Explorer to connect to, browse, create, or delete databases.You can also register external administration tools like phpMyAdmin and invoke them directly from the IDE.例文帳に追加
NetBeans IDE では、既存の MySQL データベースが自動検出されるため、MySQL を簡単に操作できます。 世界でもっとも一般的なオープンソースのデータベース管理サーバーである MySQL は、高速で、信頼性が高く、インストールが簡単であるように開発されました。 - NetBeans
Now that we're in the mysql prompt as the root user, we can begin to setup our database.例文帳に追加
これでrootユーザとしてmysqlプロンプトに入れましたので、データベースのセットアップへ進みましょう。 データベースのセットアップ - Gentoo Linux
table contains the MySQL table we wish to enter the information into.例文帳に追加
tableにはデータを登録したいテーブルを指定します。 - Gentoo Linux
mysql INSERT INTO developers VALUES('Joe Smith', 'joesmith@gentoo.org', 'toolchain');Query OK, 1 row affected (0.06 sec)(If you don't know the order of the columns in the table or want to insert an incomplete record)mysql INSERT INTO developers (job, name) 例文帳に追加
(列の定義順が分からない、もしくは歯抜けのデータを登録したい場合) - Gentoo Linux
If you want to use an sql script, you'llneed to run mysql in batch mode, or source the file. 例文帳に追加
sqlスクリプトを利用したい場合、mysqlコマンドをバッチモードで実行するか、sourceコマンドでスクリプトファイルから読み込みます。 - Gentoo Linux
I hope this gives you a better understanding of the basics behind MySQL and getting a database set up.例文帳に追加
このチュートリアルがMySQLの基礎の理解と、データベースのセットアップに関する理解の助けになれば幸いです。 - Gentoo Linux
Open a window to make changes to MySQL tables,select individual table cells with the mouse, and edit them directly. 例文帳に追加
MySQL 表を変更するには、ウィンドウを開き、個別の表のセルをマウスで選択して直接編集します。 - NetBeans
You can install the PHP engine, web server and database separately or use AMP (Apache, MySQL, PHP) packages. 例文帳に追加
PHP エンジン、Web サーバー、およびデータベースを個別にインストールすることも、 AMP (Apache、MySQL、PHP) パッケージを使用することもできます。 - NetBeans
Description: If a user uses a standalone MySQL server with the IDE, no output is displayed in the Output window of the IDE. 例文帳に追加
説明: スタンドアロンの MySQL サーバーを IDE と使用する場合、IDE の「出力」ウィンドウに出力が表示されません。 - NetBeans
In the Services window, expand the Databases node, right-click the MySQL Server node, and choose Create Database. 例文帳に追加
「サービス」ウィンドウで「データベース」ノードを展開し、「MySQL サーバー」ノードを右クリックして、「データベースを作成」を選択します。 - NetBeans
The instructions in this tutorial are based using a MySQL database that you create with this SQL script.例文帳に追加
このチュートリアルの手順は、この SQL スクリプトで作成する MySQL データベースを使用することを前提としています。 - NetBeans
The document recommends a sequence of steps to set up the MySQL database server for working in the PHP development environment. 例文帳に追加
このドキュメントでは、PHP 開発環境で動作する MySQL データベースサーバーの一連の設定手順を紹介します。 - NetBeans
This tutorial assumes that you already have the MySQL RDBMS installed and configured on your computer.例文帳に追加
このチュートリアルでは、MySQL RDBMS がコンピュータにすでにインストールされていて、構成されていることを想定しています。 - NetBeans
See the Installing and Configuring Ruby Support article for information about using a MySQL database server in a Ruby application. 例文帳に追加
Ruby アプリケーションでの MySQL データベースサーバーの使用については、「Ruby サポートのインストールと設定」を参照してください。 - NetBeans
The key message here is MySQL can be very easily used with GlassFish and NetBeans IDE makes it possible. 例文帳に追加
ここでの重要なメッセージは、NetBeans IDE を使用すると、MySQL が GlassFish で非常に簡単に使用できるという点です。 - NetBeans
If you have not previously configured MySQL, a dialog opens in which you fill in the fields: 例文帳に追加
以前に MySQL を構成していない場合は、表示されたダイアログの各フィールドに、次のように入力します。 - NetBeans
MySQL supports transactions, but not for every table type. 例文帳に追加
例えば MySQL はトランザクションをサポートしてはいますが、すべてのテーブル型についてサポートしているわけではありません。 - PEAR
Code Listing3.10: Loading in our data mysql LOAD DATA LOCAL INFILE '~/records.txt' INTO TABLE developers;Query OK, 3 rows affected (0.00 sec)Records: 3 Deleted: 0 Skipped: 0 Warnings: 0 例文帳に追加
コード表示3.10:データを読み込む - Gentoo Linux
mysql To begin, we'll try creating a new database with our admin user. 例文帳に追加
手始めに、adminユーザでデータベースを作成してみます。 - Gentoo Linux
Modifying Database Table Rows with the Java Persistence API Creating a Simple Web Application Using a MySQL Database 例文帳に追加
Java Persistence API を使用したデータベース表行の変更 - NetBeans
For instance, if you don't want berkdb support globally but you do want it for mysql, you would add:例文帳に追加
たとえばberkdbはパッケージ全体的に適用したくないが、mysqlだけには適用したい場合、次のように書き加えます。 - Gentoo Linux
* For security reasons you should set your MySQL root* password as soon as possible. 例文帳に追加
重要:mysql-4.0.24-r2以降では、rootパスワードをより安全にするため、この設定中にパスワードを入力するようになっています。 - Gentoo Linux
Right now, being the rootmysql user, we have unlimited permissions to do what we wish with the MySQL database.例文帳に追加
今現在我々はrootユーザですから、MySQLサーバに対して望んだとおり何でもできる無制限の許可を持っています。 - Gentoo Linux
| 意味 | 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| © 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|