MYSQLD 日本語 意味 - 日本語訳 - 英語の例文

名詞
mysqld

英語 での Mysqld の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Mysqld is a database server.
MySQLデータベースサーバー。
Take a look at the end of the/var/log/mysqld. log for any error.
エラーの確認には/var/log/mysqld.logの最後を見てください。
Restart MySQLd and you it should work.
Mysqldを再起動して、あなたはそれが動作するはずです。
In this way,the slave is ready to become a master without restarting the slave mysqld.
この方法では、スレーブはスレーブmysqldを再起動せずにマスターになる準備が整っています。
Running mysqld as the root user poses a security risk.
Mysqldをルートユーザーとして実行する場合、セキュリティリスクが伴います。
You can change the time limit bysetting the wait_timeout variable when you start mysqld.
この時間は、mysqld開始時にwait_timeout変数を設定することで変更できます。
Shell[mysql]Monitor mysqld process and reboot it if it's needed.
Shell[mysql]mysqldのプロセスを見て無かったら再起動するシェルスクリプト。
In this case you need to increase thevalue of the wait_timeout variable when launching mysqld.
この時間は、mysqld開始時にwait_timeout変数を設定することで変更できます。
Note that for MySQL instances, the amount of time mysqld has to shutdown is capped to 1 minute.
MySQLインスタンスの場合、mysqldのシャットダウンにかかる時間は1分に制限されています。
Mysqld_safe Directory'/var/run/mysqld' for UNIX socket file don't exists.
Mysqld_safeUNIXソケットファイルのディレクトリ'/var/run/mysqld'は存在しません。
When program exited without Mysql close, mysqld write error log'Aborted connection'.
Mysqlcloseせずにプログラムが終了した場合、mysqldのエラーログに「Abortedconnection」が記録される。
If mysqld is slow to respond to TCP/IP connections from client programs, there is probably a problem with your DNS.
MysqldのクライアントプログラムからTCP/IP接続への反応が鈍い場合、おそらくのDNSに問題があります。
To find the start command, look for mysqld in the bin folder of the MySQL installation directory.
起動コマンドを探すには、MySQLインストール・ディレクトリのbinフォルダにあるmysqldを探します。
If you do not get an error message like telnet: Unable to connect to remote host: Connection refused,some other program is using the TCP/IP port that mysqld is trying to use.
Telnet:Unabletoconnecttoremotehost:Connectionrefusedのようなエラーメッセージが出力されない場合は、mysqldが使用しようとしたTCP/IPポートは他のプログラムによって使用されています。
If you use local pipe server,need to run mysqld. exe in a user who has"Create Global Objects" privilege.
ローカルpipeサーバーを使用する場合は、mysqld.exeを「グローバルオブジェクトの作成」権限を持つユーザーにて実行する必要があります。
In this case, mysqld maps the locale fr_FR to the language french and looks for the error file in the/usr/share/mysql/french directory.
この場合、mysqldは、ロケールfr_FRを言語frenchにマップし、/usr/share/mysql/frenchディレクトリでエラーファイルを検索します。
If you want to run multiple SQL nodes on one machine,each instance of mysqld must use a different TCP/IP port.
単一のマシン上で複数のSQLノードを実行する場合は、mysqldの各インスタンスで別のTCP/IPポートを使用する必要があります。
Increases threshold for sshd, mysqld and postgres processes to prevent them from being terminated if a database instance runs out of memory.
スレッショルドの増加、sshd,mysqldおよびpostgresがメモリが不足した際に強制終了されにくく。
Posted in Backend, Programming, mysql,shell Comments Off on[Shell][mysql]Monitor mysqld process and reboot it if it's needed.
Postedinバックエンド,プログラミング,mysql,shell[Shell][mysql]mysqldのプロセスを見て無かったら再起動するシェルスクリプトはコメントを受け付けていません。
If the following error occurs, it means that mysqld has received many connection requests from the given host that were interrupted in the middle.
以下のエラーを受け取った場合、mysqldがホスト'host_name'から多くの接続リクエストを受け取り、途中で中断されたことを意味します。
The MySQL Cluster Manager client also supports commands for getting andsetting the values of most node configuration parameters as well as mysqld server options and variables relating to NDB Cluster.
MySQLClusterManagerクライアントは、MySQLClusterに関連するmysqldサーバーのオプションや変数に加えて、ほとんどのノード構成パラメータの値を取得および設定するためのコマンドもサポートします。
It's possible to activate multipletable espaces adding this line to the my. cnf Mysqld section[mysqld] innodb_file_per_table After restarting the server, InnoDB will store each new created table in its own file name_tabla.
Mysqldinnodb_file_per_tableサーバ再起動後、InnoDBは新規に作成されたテーブルをそのテーブルが属するデータベースディレクトリ内にあるname_table.ibdという名前のファイルに保存します。
If you don't know the IP number or hostname of the machine from which you are connecting, you should put an row with'%' as the Host column value inthe user table and restart mysqld with the--log option on the server machine.
接続元のマシンのIP番号またはホスト名がわからない場合、userテーブルのHost列の値が'%'の行を追加し、サーバーマシンで-logオプションを使用してmysqldを再起動すべきです。
Although an NDB Cluster SQL node uses the mysqld server daemon, it differs in a number of critical respects from the mysqld binary supplied with the MySQL 5.6 distributions, and the two versions of mysqld are not interchangeable.
MySQLClusterのSQLノードではmysqldサーバーデーモンが使用されますが、これはMySQL5.6配布に付属するmysqldバイナリとはいくつかの重要な点で異なっており、これら2つのバージョンのmysqldを交換することはできません。
In the'Path to start command' field, type in the path to the MySQL start command i.e., mysqld or mysqld_safe, depending on your operating system.
起動コマンドへのパス」フィールドに、オペレーティング・システムに応じたMySQLの起動コマンド(つまり、mysqldまたはmysqld_safe)へのパスを入力します。
It is possible to activate multiple table spaces adding this line to the my. cnf Mysqld section[mysqld] innodb_file_per_table After restarting the server, InnoDB will store each new created table in its own name_tabla. ibd file in the database directory to which the table belongs to.
My.cnfのmysqldセクションに以下の行を追加することで、multipletablespaceを有効にすることができます。[mysqld]innodb_file_per_tableサーバ再起動後、InnoDBは新規に作成されたテーブルをそのテーブルが属するデータベースディレクトリ内にあるname_table.ibdという名前のファイルに保存します。
結果: 26, 時間: 0.0321

トップ辞書のクエリ

英語 - 日本語