1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

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

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

セーフサーチについて

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

該当件数 : 398



例文

See here for information on installing Apache, MySQL, and PHP separately.You can install the software by executing the following command at the command prompt in the Terminal window: 例文帳に追加

Apache、MySQL、および PHP の個別インストールについては、ここを参照してください。 「端末」ウィンドウのコマンドプロンプトで次のコマンドを実行することで、ソフトウェアをインストールできます。 - NetBeans

To ensure that the Apache and MySQL servers have been installed as system services, restart your operating system, run the browser, and enter the http://localhost URL again. 例文帳に追加

Apache および MySQL サーバーがシステムサービスとしてインストールされていることを確認するには、オペレーティングシステムを再起動してブラウザを起動し、http://localhost の URL をもう一度入力します。 - NetBeans

If you do not see a jdbc node for the TRAVEL database, see the FAQ How do I enable the sample Travel database for MySQL in NetBeans IDE for information about making the database available to the IDE. 例文帳に追加

Travel データベースの jdbc ノードが表示されない場合は、FAQ「How do I enable the sample Travel database for MySQL in NetBeans IDE」で、データベースを IDE で使用できるようにする情報を参照してください。 - NetBeans

Note: Choosing this option is necessary to get to the panel for setting the network options where you will turn off the firewall for the port used by the MySQL server. 例文帳に追加

注: このオプションは、MySQL サーバーで使用するポートに対してファイアウォールをオフにするネットワークオプションの設定パネルを取得するため、選択する必要があります。 - NetBeans

例文

This tutorial is designed for beginners with a basic understanding of database management,who want to apply their knowledge to working with MySQL in NetBeans IDE.例文帳に追加

このチュートリアルは、データベース管理に関する基礎知識があり、NetBeans IDE での MySQL の操作にその知識を活かすことを考えている初心者向けに作成されています。 - NetBeans


例文

Click the Admin Properties tab at the top of the dialog box.The Admin Properties tab is then displayed, allowing you to enter information for controlling the MySQL Server. 例文帳に追加

ダイアログの最上部にある「管理プロパティー」タブをクリックします。 「管理プロパティー」タブが表示され、MySQL サーバーを管理するための情報を入力できます。 - NetBeans

Building Relationships Between Rails Models.A document describing how to build relationships (one-to-one and one-to-many)between models using a MySQL database in a NetBeans Ruby on Rails project. 例文帳に追加

Rails モデル間の関係の構築。 NetBeans の Ruby on Rails プロジェクトで MySQL データベースを使用して、モデル間の関係 (1 対 1 および 1 対多の関係) を構築する方法を説明しています。 - NetBeans

Another option is to set it on the command line after the -D switch.例文帳に追加

他には、mysqlコマンドの-Dオプションの後にデータベースの名前を指定する方法があります。 - Gentoo Linux

mysql SELECT * FROM developers WHERE name = 'Chris White';+-------------+-----------------------+---------------+| name | email | job |+-------------+-----------------------+---------------+| Chris White | chriswhite@gentoo.org | documentation |+-------------+-----------------------+---------------+1 row in set (0.08 sec) As expected, the specific entry that we were looking for has been selected. 例文帳に追加

期待通り、探していたデータだけが選択されました。 - Gentoo Linux

例文

Now let's quit and attempt to login as a guest user. 例文帳に追加

それでは一旦mysqlクライアントを終了させてから、ユーザguestとしてログインしてみましょう。 - Gentoo Linux

例文

mysql USE gentoo;ERROR 1044: Access denied for user: 'guest@localhost' to database 'gentoo' 例文帳に追加

これで問題のあるユーザがデータベースgentooにアクセスすることはできなくなりました。 - Gentoo Linux

In a new screencastfrom NetBeans technology evangelist Roman Strobl, get a quick start to developing database driven applications with the NetBeans IDE using the MySQL database server.例文帳に追加

NetBeans テクノロジエバンジェリストである Roman Strobl によるこの新しいスクリーンキャストでは、NetBeans IDE で MySQL データベースサーバーを使用してデータベース駆動型アプリケーションの開発を開始する方法を示しています。 - NetBeans

The demo goes through the steps of connecting to a database from NetBeans, using the MySQL editor to create tables, and exposing the tables in a desktop application and the data as web services.例文帳に追加

このデモでは、NetBeans からデータベースに接続し、MySQL エディタを使用して表を作成し、表をデスクトップアプリケーションに、またデータを Web サービスとして公開する手順を示しています。 - NetBeans

It also described how to work with MySQL in the IDE's Database Explorer by creating new database instances and tables, populating tables with data, and running SQL queries.例文帳に追加

また、IDE のデータベースエクスプローラで MySQL を操作して、新しいデータベースインスタンスや表の作成、表へのデータの生成、および SQL クエリーの実行を行う方法も説明しました。 - NetBeans

Although in the context of this tutorial you are not at risk of harmful SQL injections, it is best practice to escape strings in MySQL queries that would be at risk of such an attack. 例文帳に追加

このチュートリアルのコンテキストでは、有害な SQL インジェクションのリスクはありませんが、そのような攻撃のリスクになるような MySQL クエリーの文字列はエスケープするのがベストプラクティスです。 - NetBeans

This function can not be called statically. When using MySQL as your DBMS, transactions can only be used when the tables in question use the InnoDB format.例文帳に追加

この関数は、スタティックにコールすることはできません。 DBMS として MySQL を使用している場合は、対象テーブルがInnoDB 形式を使用している場合にのみトランザクションが使用できます。 - PEAR

Important: As of mysql-4.0.24-r2, passwords are entered during the config phase makingroot password entry more secure. 例文帳に追加

パスワード設定のために必要なコマンドは、既に上の設定中に表示されています。 - Gentoo Linux

$ mysql -u root -h localhost -p sqlfile Like LOAD DATA, be sure you can tell what sqlfile does.Failure to do so may cause your database to be compromised! 例文帳に追加

LOADDATAコマンドと同様、sqlfileが何を行っているのかよく理解しておいて下さい。 - Gentoo Linux

The MySQL user table is a listing of all users and information about them. 例文帳に追加

ユーザ情報テーブルには全てのユーザとそのユーザに関する情報の一覧があります。 - Gentoo Linux

See the Installing and Configuring Ruby Support article for information about using a MySQL database server in a Ruby application. The article also describes how to use the Java DB database server instead.例文帳に追加

Ruby アプリケーションでの MySQL データベースサーバーの使用については、「Ruby サポートのインストールと設定」を参照してください。 この記事では、代わりに Java DB データベースサーバーを使用する方法も説明します。 - NetBeans

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

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

Once connected, you can begin working with MySQL in the IDE'sDatabase Explorer by creating new databases and tables, populating tables with data, and running SQL queries on database structures and content.例文帳に追加

接続すると、IDE のデータベースエクスプローラで MySQL の操作を開始して、新しいデータベースや表の作成、表へのデータの生成、およびデータベース構造や内容への SQL クエリーの実行を行うことができます。 - NetBeans

With superior speed, reliability, and ease of use, MySQL has become the preferred choice of corporate IT Managers because it eliminates the major problems associated with downtime, maintenance, administration and support. 例文帳に追加

速度、信頼性、および使いやすさに優れている MySQL は、ダウンタイム、維持、管理、およびサポートで発生する問題を削減できるため、企業の IT 部門マネージャーが好んで選択しています。 - NetBeans

This function can not be calledstatically.Since postgres and mysql only really support limit directly - calling this on an unsupported database will emit a PEAR::Error and die. 例文帳に追加

この関数は、スタティックにコールすることはできません。 postgres と mysqlのみ制限を直接サポートしていますので、サポートされてないデータベースでこのメソッドをコールするとPEAR::Error が投げられ、終了します。 - PEAR

mysql CREATE TABLE test (test VARCHAR(20), foobar VARCHAR(2));ERROR 1044: Access denied for user: 'guest@localhost' to database 'gentoo' As you can see, this function fails, as our user does not have the appropriate access.例文帳に追加

ご覧のように、適切なアクセス権を持っていないので失敗しました。 - Gentoo Linux

Let's take a look at how to completely remove an account with DELETE and the MySQL user table.例文帳に追加

DELETEコマンドとユーザ情報テーブルを使用してユーザを完全に削除する方法を見てみましょう。 - Gentoo Linux

# /etc/init.d/mysql restart If you encountered any problems during the upgrade process, please report them on Bugzilla.例文帳に追加

アップグレード手順のなかで何か問題が生じた場合、GentooのBugzillaに問題を報告してください。 - Gentoo Linux

To create the sakila database you can download and install the Sakila Sample Database pluginusing the Plugins manager.After you install the plugin the sakila database is added to the list of databases in the Create MySQL database dialog box.例文帳に追加

sakila データベースを作成するには、プラグインマネージャーを使用して Sakila サンプルデータベースプラグインをダウンロードしてインストールできます。 このプラグインをインストールすると、「MySQL データベースの作成」ダイアログのデータベースリストに sakila データベースが追加されます。 - NetBeans

(Some MySQL non-ebuild specific information has been removed from here so as to keep this document as consistent as possible)例文帳に追加

(このドキュメントの一貫性を維持するため、ebuildでない特定の情報をここから削除しています。 - Gentoo Linux

If you expand the Libraries node in the Projects window you can see that the IDE added the required Hibernate JAR files and the MySQL connector JAR.例文帳に追加

構成ファイルはデータベースサーバーごとに 1 つですが、デフォルトで、ヘルパーユーティリティークラスはルートの場所にある hibernate.cfg.xml ファイルを使用します。 「プロジェクト」ウィンドウの「ライブラリ」ノードを展開すると、必須の Hibernate JAR ファイルと MySQL コネクタ JAR が IDE によって追加されたことがわかります。 - NetBeans

In this document, we'lllook at how to do the initial MySQL installation, set up databases and tables,and create new users. 例文帳に追加

このドキュメントでは、初期インストール、データベースとテーブルのセットアップ、新規ユーザの作成方法について見ていきます。 - Gentoo Linux

mysql source sqlfile; If you see a web application wanting you to run an sql file, the two above commands can be used to accomplish that task.例文帳に追加

もしウェブアプリケーションにおいてsqlファイルを実行する必要がある場合、上記2つの方法が利用できます。 - Gentoo Linux

This admin user will have access similiar to the root MySQL account, and will be able to do any kind of modification to the gentoo database it chooses.例文帳に追加

このadminユーザはrootアカウントと同様の権限を持っており、データベースgentooに対してどんな変更も可能です。 - Gentoo Linux

The JRuby and Rails Distributionplugin includes the ActiveRecord JDBC Adapter gem, which enables your JRuby on Rails application to access database servers that provide JDBC 3.0 compliant drivers, such as MySQL, PostgreSQL, Oracle(R), HSQLDB, and Java DB (also known as Derby).The JDBC driver must be a pure Java driver.例文帳に追加

「JRuby および Rails のディストリビューション」プラグインには ActiveRecord JDBC Adapter Gem が含まれており、これによって JRuby on Rails アプリケーションが MySQL、PostgreSQL、Oracle(R)、HSQLDB、および Java DB (別名 Derby) といった JDBC 3.0 準拠のドライバを持つデータベースサーバーにアクセスできます。 JDBC ドライバは Pure Java ドライバである必要があります。 - NetBeans

mysql SELECT * FROM developers;+-------------+-----------------------+----------------+| name | email | job |+-------------+-----------------------+----------------+| Joe Smith | joesmith@gentoo.org | toolchain || John Doe | johndoe@gentoo.org | portage || Chris White | chriswhite@gentoo.org | documentation || Sam Smith | samsmith@gentoo.org | amd64 || Jane Doe | NULL | Outsourced job |+-------------+-----------------------+----------------+5 rows in set (0.00 sec) We see both the data we inserted through INSERT and those inserted by LOAD DATA present.例文帳に追加

INSERTコマンドで挿入したデータと、LOADDATAコマンドで挿入したデータが両方存在しています。 - Gentoo Linux

mysql CREATE DATABASE gentoo2;ERROR 1044: Access denied for user: 'admin@localhost' to database 'gentoo2' 例文帳に追加

データベースgentooに対して全ての権限を持つにも関わらず、adminユーザではメインデータベースにデータベースを作成することができませんでした。 - Gentoo Linux

As mentioned earlier, the JRuby and Rails Distributionplugin includes the ActiveRecord JDBC Adapter gem, which enables your JRuby on Rails application to access database servers that provide JDBC 3.0 compliant drivers, such as MySQL, PostgreSQL, Oracle, HSQLDB, and Java DB (also known as Derby).The JDBC driver must be a pure Java driver.例文帳に追加

前述したとおり、「JRuby および Rails のディストリビューション」プラグインには ActiveRecord JDBC Adapter Gem が含まれており、これによって JRuby on Rails アプリケーションが MySQL、PostgreSQL、Oracle、HSQLDB、および Java DB (別名 Derby) といった JDBC 3.0 準拠のドライバを持つデータベースサーバーにアクセスできます。 JDBC ドライバは Pure Java ドライバである必要があります。 - NetBeans

As mentioned earlier, the JRuby and Rails Distributionplugin includes the ActiveRecord-JDBC gem, which enables your JRuby on Rails application to access database servers that provide JDBC 3.0 compliant drivers, such as MySQL, PostgreSQL, Oracle, HSQLDB, and Java DB (also known as Derby).The JDBC driver must be a pure Java driver.例文帳に追加

前述したとおり、「JRuby and Rails のディストリビューション」プラグインには ActiveRecord-JDBC Gem が含まれており、これによって JRuby on Rails アプリケーションが MySQL、PostgreSQL、Oracle、HSQLDB、および Java DB (別名 Derby) といった JDBC 3.0 準拠のドライバを持つデータベースサーバーにアクセスできます。 JDBC ドライバは Pure Java ドライバである必要があります。 - NetBeans

This screencast By Arun Gupta (Arun's blog) shows how a jMaki-wrapped Yahoo DataTable widget can be used to pull data from MySQL database using ActiveRecord in a Rails application. This is a screencast of theJmakion Rails for Dummies tutorial that uses NetBeans IDE 6.0 (Milestone 9)and the jMaki plug-in.例文帳に追加

Arun Gupta (Arun のブログ) によるこのスクリーンキャストでは、Rails アプリケーションで ActiveRecord を使用することで、jMaki にラップされた Yahoo DataTable ウィジェットを使用して MySQL データベースからデータを取り出す方法を示しています。 これは「誰にでもわかる jMaki on Rails」チュートリアルのスクリーンキャストであり、NetBeans IDE 6.0 (Milestone 9) と jMaki プラグインを使用しています。 - NetBeans

If you are installing for the first time, please refer to the officialMySQLdocumentation for help.例文帳に追加

はじめてインストールする場合は、公式な MySQL のドキュメントを参照してください。 最良の結果を得るには、NetBeans IDE ダウンロードバンドルをダウンロードしてください。 - NetBeans

There are numerous public domain calendar utilities / classes out there but all are tied to a specific output format (typically HTML with limited ability to customize without re-writing code) and often dependent on pre-built data structures stored in a database (read MySQL). 例文帳に追加

パブリックドメインのカレンダーユーティリティやクラスは多く存在します。 しかし、その多くは特定の出力形式に制限されていたり(よくあるのはコードを書き直さないとカスタマイズできない HTML 形式です)、あらかじめ整形されたデータ構造で (たとえば MySQL みたいな)データベースに保存されたデータに依存したりしています。 - PEAR

mysql SELECT email,job FROM developers WHERE name = 'Chris White';+-----------------------+---------------+| email | job |+-----------------------+---------------+| chriswhite@gentoo.org | documentation |+-----------------------+---------------+1 row in set (0.04 sec) This method of selection is a lot easier to manage, expecially with larger amounts of information, as we'll see later on.例文帳に追加

この選択の方法は他の2つの形式に比べて扱い易く、後でみるように特に大きなデータの場合に有効です。 - Gentoo Linux

SQL Mangling 例文帳に追加

印刷更新日2006年3月11日このドキュメントのオリジナルバージョンの更新日は2007年6月4日要約:MySQLチームはMySQL4.1がGentooのUnstableツリー(~arch)に取り込まれたことお知らせでき、光栄に思っています。 - Gentoo Linux

When this checkbox is checked, the IDE adds statements to the environment.rb file to use the ActiveRecord-JDBCgem.例文帳に追加

データベースサーバーが MySQL の場合、JDBC を使用するかどうかは任意です。 このチェックボックスを選択すると、ActiveRecord-JDBC gem が使用されるよう、IDE によって environment.rb ファイルに文が追加されます。 - NetBeans

The NetBeans IDE provides strong support for Ajax development, including JavaScript and CSS editors, an all new PHP editor, a JavaScript debugger which is based on the Firebugplugin for Firefox, a client-side monitor to examine HTTP messages, an Ajax-ready environment for your choice of server-side scripting language (e.g., JSP, PHP, Ruby, Groovy), out-of-the-boxsupport for MySQL and JavaDB,and extensive integration support for web frameworks and third-partyJavaScript toolkits.例文帳に追加

NetBeans IDE は Ajax を使用した開発を強力にサポートしており、JavaScript と CSS のエディタ、新しい PHP エディタ、Firefox の Firebug プラグインに基づく JavaScript デバッガ、HTTP メッセージを確認するクライアント側モニター、任意のサーバー側スクリプト言語で Ajax に対応した環境 (JSP、PHP、Ruby、Groovy など)、デフォルトでの MySQL と JavaDB のサポート、Web フレームワークとサードパーティーの JavaScript ツールキットの広範囲に渡る統合サポートがあります。 - NetBeans

The NetBeans IDE 6.1 release provides several new features and enhancements, such as rich JavaScript editing features, support for using the Spring web framework,tighter MySQL integration, and an improved way of sharing libraries among dependent projects. The acclaimed support for Ruby/JRuby has been enhanced with new editorquick fixes, a Ruby platform manager, fast debug support for JRuby, and many other new features and fixes.例文帳に追加

NetBeans IDE 6.1 release では、豊富な JavaScript 編集機能、Spring Web Framework の使用のサポート、MySQL との統合の強化、および依存プロジェクト間でのライブラリの共有方法の改善など、さまざまな新機能および拡張機能が提供されています。 高く評価されている Ruby/JRuby のサポートは、新しいエディタ簡易修正、Ruby プラットフォームマネージャー、JRuby 高速デバッグのサポート、およびその他の多くの新機能と修正によって拡張されました。 - NetBeans

# euse -aX [+ CD ]aalib [+ ]acpi [+ C ]alsa [+ C ]apache2 [+ C ]apm [+ D ]avi [+ D ]berkdb [+ D ]bitmap-fonts [+ D ]bonobo [+ ]cdr [+ C ]crypt [+ CD ]cscope [+ C ]cups [+ CD ]curl [+ ]emboss [+ D ]encode [+ D ]esd [+ ]fam [+ ]fbcon [+ C ]firefox [+ C ]font-server [+ D ]foomaticdb [+ D ]fortran [+ D ]gd [+ C ]gdbm [+ D ]gif [+ CD ]gimpprint [+ C ]gnome [+ CD ]gphoto2 [+ ]gpm [+ CD ]gstreamer [+ C ]gtk [+ D ]gtkhtml [+ C ]guile [+ ]imagemagick [+ ]imlib [+ CD ]innodb [+ ]ipv6 [+ D ]javascript [+ C ]jpeg [+ CD ]kde [+ D ]ldap [+ ]libg++ [+ CD ]libwww [+ CD ]mad [+ CD ]mbox [+ C ]md5sum [+ C ]mikmod [+ CD ]mmx [+ C ]motif [+ CD ]mp3 [+ ]mpeg [+ CD ]mpeg4 [+ C ]mysql [+ C ]ncurses [+ CD ]nls [+ D ]nvidia [+ C ]odbc [+ ]offensive [+ ]ogg [+ CD ]opengl [+ CD ]oss [+ D ]pam [+ CD ]pdflib [+ CD ]perl [+ CD ]png [+ CD ]python [+ CD ]qt [+ D ]quicktime [+ CD ]readline [+ CD ]ruby [+ ]sdl [+ CD ]slang [+ D ]spell [+ CD ]sse [+ C ]ssl [+ CD ]svga [+ CD ]tcltk [+ C ]tcpd [+ D ]tiff [+ C ]truetype [+ CD ]usb [+ C ]vanilla [+ C ]x86 [+ C ]xml [+ ]xosd [+ C ]xv [+ CD ]xvid [+ C ]zlib [+ CD ] 例文帳に追加

同じようにeuse-a-gコマンドでアクティブなグローバルUSEフラグだけをみることができます。 - Gentoo Linux

例文

The NetBeans IDE 6.5 provides several new features and enhancements,such as rich PHP, JavaScript and Ajax editing features,improved support for using the Hibernate web framework and the Java Persistence API, and tighter GlassFish v3 and MySQL integration.例文帳に追加

6.0 リリースには、エディタのインフラストラクチャーの完全な作り直し、追加言語のサポート、生産性向上のための新しい機能、インストールプロセスの簡素化など、多数の拡張機能や新機能が含まれ、ニーズに合わせて IDE を簡単にインストール、構成できるようになりました。 - NetBeans




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ).
  
© 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-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