If you are using the MySQL or PostgreSQL database server, the IDE automatically adds the bundleddriver to the JRuby classpath. データベースサーバーに MySQL または PostgreSQL を使用している場合は、バンドル版のドライバが自動的に JRuby のクラスパスに追加されます。 - NetBeans
In this section, you create a new MySQL database and populate the database with SQL that is provided.
この節では、新しい MySQL データベースを作成し、提供されている SQL を使用してデータベースにデータを挿入します。 - NetBeans
To be sure that previously installed PHP engine supports using the MySQL database server:
前にインストールした PHP エンジンが MySQL データベースサーバーの使用をサポートしていることを確認するには、次の手順に従います。 - NetBeans
The MySQL server is the most popular database server, although you can use other database servers with the NetBeans IDE for PHP. PHP 互換の NetBeans IDE で使用できるデータベースサーバーはいくつかありますが、その中で MySQL サーバーがもっとも一般的です。 - NetBeans
This tutorial shows you how to use NetBeans IDE to expose a MySQL database as a RESTful web service endpoint.
このチュートリアルでは、NetBeans IDE を使用して MySQL データベースを RESTful Web サービスの終了点として公開する方法を説明します。 - NetBeans
At the time of this writing,you must use the JDBC adapter unless you are connecting to a MySQL database.
このドキュメントの執筆時点では、MySQL データベースに接続していない場合、JDBC アダプタを使用する必要があります。 - NetBeans
MySQL will generate a unique number by incrementing the last number of the table and will automatically add to the auto incremented field.
MySQL は、表の最後の数字を増分して一意の番号を生成し、自動増分フィールドに自動的に追加します。 - NetBeans
So far you have developed and run the Wish List application on the local web server and used a local MySQL database server.
これまでは、ウィッシュリストアプリケーションをローカル Web サーバーで開発して実行し、ローカルの MySQL データベースサーバーを使用しました。 - NetBeans
In case you need specific functionality from MySQL, please make sure you have the required USE flags enabled as they will help fine tune your installation. MySQLの特定の機能が必要な場合は、それ用のUSEフラグを有効にしてください。 インストールが最適なものとなります。 - Gentoo Linux
We will definitely do this, otherwise someone could come along by chance and hack our default setup MySQL server. もちろんこの推奨に従いましょう。 さもなければ、通りすがりの誰かにデフォルト設定のMySQLサーバをハックされかねません。 - Gentoo Linux
The different formats available can be found at the MySQL Column TypesPage. 利用可能な個々の型についてはMySQLColumnTypesPageで確認できます。 - Gentoo Linux
mysql CREATE TABLE developers ( name VARCHAR(128), email VARCHAR(128), job VARCHAR(128));Query OK, 0 rows affected (0.11 sec) Looks like our table was created ok.
テーブルをうまく作成できたようです。 - Gentoo Linux
The Insert Codecommand provides a Database Table option that creates the code needed to execute a SELECT statement in MySQL. 「コードを挿入」コマンドは、MySQL で SELECT 文を実行するために必要なコードを作成する「データベース表」オプションを提供します。 - NetBeans
For MySQL databases, you can click the Create DB button for the appropriate configuration in the Database Configuration panel of the New Project wizard. MySQL データベースの場合、「新規プロジェクト」ウィザードの「データベース構成」パネルで適切な構成の「DB の作成」ボタンをクリックします。 - NetBeans
On Solaris systems, the PHP engine, Apache server, and MySQL database server are included in a Web Stack package.
どちらの Solaris システムでも、PHP エンジン、Apache サーバー、および MySQL データベースサーバーが Web Stack パッケージに含まれています。 SXCE はここからダウンロードできます。 - NetBeans
To download and install the PHP engine, the Apache HTTP Server, and the MySQL database server as one stack, use the XAMPP for Linux package.
PHP エンジン、Apache HTTP サーバー、および MySQL データベースサーバーを 1 つのスタックとしてダウンロードしてインストールするには、XAMPP for Linux パッケージを使用します。 - NetBeans
Note: The root user is a user who has full access to the MySQL database server - creating, updating, and removing users, and so on.
注: ルートユーザーとは、MySQL データベースサーバー上でユーザーの作成、更新、および削除などのフルアクセス権を持つユーザーです。 - NetBeans
In fact for databases that uses key compression on string (like MySQL) the key table will probably be smaller with strings.
実際、文字列に対するキー圧縮を使う(MySQLのような)データベースでは、そのキーテーブルは文字列よりも多分小さいだろう。 - コンピューター用語辞典
This document demonstrated how to configure MySQL on your computer and set up a connection to the database server from NetBeans IDE. このチュートリアルでは、コンピュータに MySQL を構成し、NetBeans IDE からそのデータベースサーバーへの接続を設定する方法を紹介しました。 - NetBeans
A follow-up tutorial demonstrating how to created a simpletwo-tiered web application in the IDE using the MySQL database you just created.
作成した MySQL データベースを使用して、IDE で簡単な 2 層 Web アプリケーションを作成する方法を紹介するフォローアップチュートリアルです。 - NetBeans
You can also create users, assign users to databases, and grant privileges to users in the MySQL Databases panel.
また、「MySQL Databases」パネルでは、ユーザーの作成、データベースへのユーザの割り当て、およびユーザーへの権限の付与を行うことができます。 - NetBeans
backtick (`) -- due to MySQLdouble quote (") -- due to Oracle
バックティック (`) -- MySQL で問題となりますダブルクォート (") -- Oracle で問題となります - PEAR
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)
このコマンドはうまくいきました。 - Gentoo Linux
Note: Now two different backups should exist: the SQL one, which is portable between various versions of MySQL, and the other one that will allow you to quicklyrestore your database. 一つはSQLのバックアップでMySQLの各バージョン間で互換性があるものと、もう一つはデータベースを素早く戻すためのものです。 - Gentoo Linux
Using Database Servers with NetBeans IDE for PHPYou can use various database servers with the NetBeans IDE for PHP, although the most popular is the MySQL server. NetBeans IDE for PHP でのデータベースサーバーの使用NetBeans IDE for PHP ではさまざまなデータベースサーバーを使用できますが、もっとも一般的なのは MySQL サーバーです。 - NetBeans
To have all the configuration settings for the PHP engine, the Apache HTTP Server, and the MySQL database server specified automatically, use the WAMP or XAMPP-Windows package.
PHP エンジン、Apache HTTP サーバー、および MySQL データベースサーバーのすべての構成設定を自動的に指定するには、WAMP または XAMPP-Windows パッケージを使用します。 - NetBeans
If you are using JRuby and you are accessing a database server other thanMySQL, you must select the Access Database Using JDBC checkbox.If your database server is MySQL, the use of JDBC is optional. JRuby を使用し、MySQL 以外のデータベースサーバーにアクセスする場合は、必ず「JDBC を使用したアクセスデータベース」チェックボックスを選択します。 - NetBeans
The document recommends a sequence of steps to set up the MySQL database server for working in the PHP development environment in the Windows operating system.
このドキュメントでは、Windows オペレーティングシステムの PHP 開発環境で動作する MySQL データベースサーバーの一連の設定手順を紹介します。 - NetBeans
If it is not there, right-click the Drivers node, choose New Driver and fill in the dialog with the path to your MySQL Connector/J driver.
存在しない場合は、「ドライバ」ノードを右クリックして「新規ドライバ」を選択し、ダイアログで MySQL Connector/J ドライバへのパスを入力します。 - NetBeans
Because the CRUD application uses a database you will also need to deploy the wishlist MySQL database on the remote server where you have a hosting account.
CRUD アプリケーションはデータベースを使用するため、ホスティングアカウントを持つリモートサーバーにも wishlist MySQL データベースを配備する必要があります。 - NetBeans
You need to press ENTER when prompted while configuring the MySQL database. 設定中にプロンプトが表示された場合は、ENTERキーを押して下さい。 - Gentoo Linux
mysql DESCRIBE developers;+-------+--------------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra |+-------+--------------+------+-----+---------+-------+| name | varchar(128) | YES | | NULL | || email | varchar(128) | YES | | NULL | || job | varchar(128) | YES | | NULL | |+-------+--------------+------+-----+---------+-------+3 rows in set (0.00 sec)
コード表示3.5:テーブルdevelopersの情報を表示する - Gentoo Linux
Indeed, the admin user cannot create databases on the main MySQL database,despite all his permissions on the gentoo database.
それでもadminユーザでデータベースgentooを変更することはできます。 - Gentoo Linux
While this guide focuses mainly on setting up MySQL on the command line, a few alternatives are avaliable in GUI form: このガイドでは主にコマンドラインでのMySQLのセットアップを解説しましたが、別の方法としてGUIでのセットアップもいくつか提供されています。 - Gentoo Linux
To download and install the PHP engine, the Apache HTTP Server, and the MySQL database server as one stack, use one of the following AMP packages:
PHP エンジン、Apache HTTP サーバー、および MySQL データベースサーバーを 1 つのスタックとしてダウンロードしてインストールするには、次の AMP パッケージのいずれかを使用します。 - NetBeans
The amp-dev package includes the PHP engine, the Apache HTTP server, the MySQL database server, and the webstackui package, with desktop tools for using the AMP components.
amp-dev パッケージには、「AMP」コンポーネントを使用するためのデスクトップツールとともに、PHP エンジン、Apache HTTP サーバー、MySQL データベースサーバー、および webstackui パッケージが含まれています。 - NetBeans
Right-click the MySQL Server node and choose Create Database.If the CreateDatabase item is not enabled, choose Connect.
「MySQL サーバー」ノードを右クリックし、「データベースを作成」を選択します。 「データベースを作成」項目が有効になっていない場合、「接続」を選択します。 - NetBeans
MySQL's default storage engine, MyISAM, will not work with this tutorial. MySQL のデフォルトのストレージエンジンである MyISAM は、このチュートリアルでは操作しません。 - NetBeans
The next step is to edit the file database.yml,which is already configured to use the MySQL adapter and the development database. 次の手順では、database.yml ファイルを編集します。 このファイルはすでに MySQL アダプタと開発用データベースを利用できるように設定されています。 - NetBeans
(Optional) Now you can delete the default mysql connection by navigating to the jdbc:mysql://localhost:3306/ node and choosing Disconnect and then Delete from the context menu.
(省略可能) これで、「jdbc:mysql://localhost:3306/」ノードに移動してコンテキストメニューから「接続を解除」「削除」を選択し、デフォルトの mysql 接続を削除できます。 - NetBeans
This means that it depends on the underlying RDBMS (and in the case of MySQL the storage engines used) if transactions will be available in MDB2.
つまり、MDB2 でトランザクションが使用できるといってもそれはバックエンドの RDBMS (そして MySQL の場合は使用するストレージエンジン) に依存するということです。 - PEAR
Note: Some RDBMS may choose to ignore the name of the constraint, for example MySQL will not use the value
注意: RDBMS によっては、制約名を無視するものもあります。 - PEAR
Code Listing2.12: Create a mysql table.
注意:もし、/usr/portageをportageディレクトリ($PORTDIR)として使用していないのであれば、コマンドの末尾をあなたのportageディレクトリに置き換えて下さい。 コード表示2.13:データベースとMySQLのユーザを作成する - Gentoo Linux
mysql SELECT Host,User FROM user WHERE User = 'guest';+-----------+-------+| Host | User |+-----------+-------+| localhost | guest |+-----------+-------+1 row in set (0.00 sec)
必要な情報は揃いましたので、ユーザguestを削除できます。 - Gentoo Linux
To have the Apache server and the MySQL database server started upon the system startup, install the as services by switching on the Svc check boxes next to them. システム起動時に Apache サーバーと MySQL データベースサーバーを起動させるには、それぞれの隣にある「サービス」チェックボックスを選択し、サービスとしてインストールします。 - NetBeans
MySQL is a popular Open Source relational database management system (RDBMS) commonly used in web applications due to its speed, flexibility and reliability. MySQL は、その速さ、柔軟性、および信頼性により、Web アプリケーションで一般的に利用されている人気のオープンソースリレーショナルデータベース管理システム (RDBMS) です。 - NetBeans
MySQL is the world's most popular open source database software, with over 100 million copies of its software downloaded or distributed throughout its history.
はじめに MySQL は世界でもっとも人気のあるオープンソースのデータベースソフトウェアで、現在まで 1 億を超えるコピーがダウンロードまたは配布されています。 - NetBeans
MySQL, PostgreSQL, and, optionally, Java DB are already registered with the IDE. The following steps show how to register other database servers with the IDE. MySQL、PostgreSQL、およびオプションとして Java DB がすでに IDE に登録されています。 次の手順では、その他のデータベースサーバーを IDE に登録する方法を説明しています。 - NetBeans
For a quick demonstration, see the NetBeans PHP Editor screencast.For applications requiring a database, the IDE supports wide-ranging support for most main-streamdatabases, especially MySQL. NetBeans の PHP エディタのスクリーンキャストに簡単なデモがあります。 アプリケーションにデータベースが必要な場合、IDE では、ほとんどの主なデータベース、特に MySQL がサポートされています。 - NetBeans
See the NetBeansMySQL screencast and DatabaseIntegration features for more details.
詳細は、NetBeans の MySQL のスクリーンキャストとデータベース統合の説明を参照してください。 - NetBeans