Navigate to the jdbc:mysql://localhost:3306/mysql node and from the context menu choose Execute Command.
「jdbc:mysql://localhost:3306/mysql」ノードに移動し、コンテキストメニューから「コマンドの実行」を選択します。 - NetBeans
Note: By default, MySQL is configured to be case sensitive.
注: デフォルトで、MySQL は大文字小文字を区別するように構成されています。 - NetBeans
Upgrade guide to MySQL 4.* or 5.0.*Michael KohlAuthorFrancesco RiosaAuthorUpdated June 4, 20071.Straight upgrade, suggested for 4.1 = 5.0 migration
MySQl4.1.xへのアップグレードガイド - Gentoo Linux
MySQL is a popular database server that is used in various applications.
背景 MySQLは様々なアプリケーションで利用されている、著名なデータベースサーバです。 - Gentoo Linux
Users upgrading from an old version (4.0.24) of MySQL will first have to install MySQL 4.0.25. 4.0.24以前のバージョンからアップグレードするユーザーは、まずMySQL4.0.25をインストールしてください。 - Gentoo Linux
# emerge -av --buildpkg "mysql-4.1" 3.Creating a backup of your current dataImportant: Values inside primary keys are handled differently in various MySQL versions,see bug #108502 for more details, it is higly recommended to scan your tables for values of "0" (zero) or less and update them to a value greater than or equal to "1". 現行データのバックアップ - Gentoo Linux
Make sure that the MySQL database server is installed and running on your machine.
マシンに MySQL データベースサーバーがインストールされ、実行されていることを確認します。 - NetBeans
In the Services window, right-click the MySQL Server node and choose Create Database.
「サービス」ウィンドウで「MySQL サーバー」ノードを右クリックし、「データベースを作成」を選択します。 - NetBeans
Note: The Run Rake Task db createmenu option works only for MySQL, PostgreSQL, SQLite, and SQLite3 adapters. 注: 「Rake タスクの実行」「db」「create」メニューオプションは、MySQL、PostgreSQL、SQLite、SQLite3 の各アダプタにのみ有効です。 - NetBeans
Note: This tutorial uses the MySQL database server.See the Installing and Configuring Ruby Support article for information about using a MySQL database server in a Ruby application. 注: このチュートリアルでは、MySQL データベースサーバーを使用します。 Ruby アプリケーションでの MySQL データベースサーバーの使用については、「Ruby サポートのインストールと設定」を参照してください。 - NetBeans
MySQL employs SQL, or StructuredQuery Language, for accessing and processing data contained in databases.
MySQL は、データベース内のデータへのアクセスおよび処理に SQL (Structured Query Language) を使用しています。 - NetBeans
In the Path/URL to admin tool field, type or browse to the location of your MySQL Administration application such as the MySQL Admin Tool, PhpMyAdmin, or other web-based administration tools.
「管理ツールのパスまたは URL」フィールドに MySQL 管理ツール、PhpMyAdmin、またはその他の Web ベース管理ツールなどの MySQL 管理アプリケーションの場所を入力するか、参照して選択します。 - NetBeans
To find the start command, look for mysqld in the bin folder of the MySQL installation directory.
起動コマンドを探すには、MySQL インストールディレクトリの bin フォルダにある mysqld を探します。 - NetBeans
In the Create MySQL Database dialog box, type the name of the new database.
「MySQL データベースの作成」ダイアログで、新しいデータベースの名前を入力します。 - NetBeans
Select your driver from the Name drop-down list, such as MySQL (Connector/J driver).
「名前」ドロップダウンリストから使用するドライバを選択します。 たとえば「MySQL (Connector/J driver)」です。 - NetBeans
Creating a Simple WebApplication Using a MySQL Database
MySQL データベースを使用した単純な Web アプリケーションの作成 Web アプリケーションでの Java Persistence の使用 - NetBeans
The other function converts dates into the format that the MySQL databases server supports.
もう 1 つの関数は、日付を MySQL データベースがサポートする形式に変換します。 - NetBeans
SQLite Installation$ pear install MDB2$ pear install MDB2#mysql$ pear install MDB2#pgsql Still having problems? Check the F.A.Q.
SQLiteインストール$ pear install MDB2$ pear install MDB2#mysql$ pear install MDB2#pgsqlうまく行かない場合は FAQを参照ください。 - PEAR
We are using the db-container for the example and a mysql database.You need to create some tables in the mysql-database to store the messages:Example 52-1.
ここでは、例として DB コンテナと mysql データベースを使用します。 mysql データベースに、(キューに追加される)メッセージをストアしておくためのテーブルを作成する必要があります。 - PEAR
mysql Now we should test the user restriction(s).
制限が効いているかテストします。 - Gentoo Linux
After that, create your MySQL table:
MySQLのデータベース、ユーザ、そしてテーブルを作成するため、Gentooでは2つのファイルを提供しています。 - Gentoo Linux
Finally, -p tells the mysql client that you will be entering a password to access your database. 最後に、-pで接続用パスワードを入力することをmysqlクライアントに伝えます。 - Gentoo Linux
This is a reference to the main mysql database,which carries a list of all the databases.
これは、全データベースのリストが格納されている、メインデータベースmysqlへの参照です。 - Gentoo Linux
Code Listing3.1: Empty gentoo Database mysql SHOW TABLES;Empty set (0.00 sec)
コード表示3.1:空っぽのデータベースgentoo - Gentoo Linux
On NetBeans IDE 6.1, open the Services tab and right-click either the Java DB or MySQL node.
NetBeans IDE 6.1 では、「サービス」タブを開いて「Java DB」または「MySQL」のいずれかのノードを右クリックします。 - NetBeans
If you are using JRuby, you must choose MySQL, PostgresSQL, Oracle, HSQLDB, or Java DB (also known as Derby). JRuby を使用する場合は、MySQL、PostgresSQL、Oracle、HSQLDB、または Java DB (Derby ともいう) のいずれかを選択します。 - NetBeans
Navigate to the MySQL Server at localhost:3306 node and from the context menu choose Create Database.
「MySQL サーバー localhost:3306」ノードに移動し、コンテキストメニューから「データベースを作成」を選択します。 - NetBeans
mysql CREATE DATABASE gentoo;Query OK, 1 row affected (0.08 sec)
コード表示2.2:データベースgentooを作成する - Gentoo Linux
To celebrate the announcement that Sun Microsystems is acquiring MySQL, Arun Gupta originally created this demonstration, showing how a MySQL database could be exposed as a RESTful web service using the IDE.
Sun Microsystems による MySQL 買収の発表を記念して、このデモを最初に作成した Arun Gupta が、IDE を使用して MySQL データベースを RESTful Web サービスとして公開する方法を説明しています。 - NetBeans
Make sure you're logged in as root. Then go ahead and use the main MySQL database. rootユーザでログインしていることを確認して、メインデータベースmysqlを利用してみましょう。 - Gentoo Linux
By default, the IDE sets up the project to use three MySQL databases,which are given the names project
IDE のデフォルトでは、プロジェクトは 3 つの MySQL データベースを使用するように設定されます。 - NetBeans
To start/stop the Apache/MySQL server, choose the relevant menu item.
Apache または MySQL サーバーを起動または停止するには、関連するメニュー項目を選択します。 - NetBeans
This document demonstrates how to set up a connection to a MySQL database from NetBeans IDE 6.5. このドキュメントでは、NetBeans IDE 6.5 から MySQL データベースへの接続を設定する方法を示します。 - NetBeans
You can also deploy a MySQL database on the remote server where you have a hosting account.
また、ホスティングアカウントを持つリモートサーバー上に MySQL データベースを配備することもできます。 - NetBeans
For more information on the syntax of MySQL CREATE TABLE statements, see http://dev.mysql.com/doc/refman/5.0/en/create-table.html.
MySQL の CREATE TABLE 文の構文についての詳細は、http://dev.mysql.com/doc/refman/5.0/en/create-table.html を参照してください。 - NetBeans
The configuration sets up the main MySQL database which contains administrativeinformation such as databases, tables, users, permissions and more. この構成ではMySQLのメインデータベースmysqlがセットアップされ、メインデータベースには管理情報(データベース、テーブル、ユーザ、権限など)が格納されます。 - Gentoo Linux
This tutorial uses a MySQL database called sakila,a free sample MySQL database that is available from the MySQL site.The sakila database is not included when you install the IDE so you need to first create the database to follow this tutorial. このチュートリアルでは、MySQL のサイトで無償提供されている MySQL サンプルデータベースの sakila を使用します。 IDE のインストールには sakila データベースが含まれないため、チュートリアルを開始する前にデータベースを作成する必要があります。 - NetBeans
You might want to run:"emerge --config =dev-db/mysql-[version]"if this is a new install. Since this is a new installation, we run the command.
新規インストールですので、表示されたこのコマンドを実行し、MySQLを設定します。 - Gentoo Linux
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !To do so, issue the following commands to start the server and change the applicable passwords:(Note the next 3 lines)/etc/init.d/mysql start/usr/bin/mysqladmin -u root -h pegasos password 'new-password'/usr/bin/mysqladmin -u root password 'new-password'Depending on your configuration, a -p option may be needed in the last command. (次の3行をメモして下さい。 - Gentoo Linux
You can now test that your root password was successfully configured by trying to login to your MySQL server: rootパスワードが正常に設定されているか確認するには、MySQLサーバにログインしてみます。 - Gentoo Linux
Code Listing3.4: Verifying our table mysql SHOW TABLES;+------------------+| Tables_in_gentoo |+------------------+| developers |+------------------+1 row in set (0.00 sec)
コード表示3.4:テーブルを確認する - Gentoo Linux
However, this simply inserts records, and does not give you any sort of control over MySQL. しかし、この例は単純にレコードを挿入しただけで、MySQLを制御したとは言えません。 - Gentoo Linux
Right now in the gentoo database, the MySQL root account is the onlyaccount that can access it, given its permissions.
データベースgentooでは今のところ、MySQLのrootユーザだけが、許可を与えられアクセス可能なアカウントです。 - Gentoo Linux
If you restart your MySQL daemon now and everything goes as expected, you have a fully working version of 4.1.x. MySQLをリスタートし、期待どおり万事うまくいって、4.1.xバージョンでの稼動が可能です。 - Gentoo Linux
On MySQL, type in the root user credentials and do not enter a schema name.
MySQL の場合、root ユーザーの資格情報を入力し、スキーマ名は入力しないでください。 - NetBeans
This involves installing and configuring the PHP engine, a MySQL database, an Apache web server, and the XDebug debugger.
これには、PHP エンジン、MySQL データベース、Apache Web サーバー、および XDebug デバッガのインストールと構成が含まれます。 - NetBeans
The first and most convenient way is to install and configure an AMP (Apache, MySQL, PHP) package.
1 つめの非常に便利な方法は、AMP (Apache、MySQL、PHP) パッケージをインストールして構成することです。 - NetBeans
You can use various database servers while one of the most popular ones is the MySQL server.
さまざまなデータベースサーバーを使用できますが、もっとも一般的なサーバーは MySQL サーバーです。 - NetBeans
Select the Sakila database from the New Database Name drop down list in the Create MySQL Database dialog box.
「MySQL データベースの作成」ダイアログで「新規データベース名」ドロップダウンリストから「Sakila データベース」を選択します。 - NetBeans