「MySQL」を含む例文一覧(398)

<前へ 1 2 3 4 5 6 7 8 次へ>
  • 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
  • You must be in the MySQL bin directory or the bin directory must be on your path.
    MySQL の bin をカレントディレクトリにするか、bin ディレクトリをパス上に設定しておく必要があります。 - 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
  • mysql USE gentoo;Database changed
    上で作成したデータベースgentooに接続できました。 - Gentoo Linux
  • 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
  • admin will have the same control as root, but only for the gentoo database(not the main mysql databases).
    adminはrootアカウントと同様の権限を持ちますが、ただしデータベースgentooに対してのみです(メインデータベースmysqlに対しては持たない)。 - Gentoo Linux
<前へ 1 2 3 4 5 6 7 8 次へ>

例文データの著作権について