Windows 95 ではサーバ名を指定する方法が 3 つ考えられます。
サーバの IP アドレスを使用する。
以下の情報を \windows\lmhosts
ファイルに追加する。
ip hostname
たとえば、以下のように指定する。
194.216.84.21 my_hostname
DNS を使用するように PC を設定する。
ODBC setup
の入力例を示します。
Windows DSN name: test Description: This is my test database MySQL Database: test Server: 194.216.84.21 User: monty Password: my_password Port:
Windows DSN name
フィールドの値には、Windows の ODBC
設定で一意な名前を指定します。
ODBC setup ダイアログボックスの
Server
、User
、Password
、または
Port
の各フィールドは、入力必須フィールドではありません。ただし、これらのフィールドに値を入力した場合、その値は後で接続する際にデフォルトとして使用されます。その時点で、そのデフォルト値を変更することができます。
ポート番号が指定されなかった場合、デフォルトポート(3306)が使用されます。
Read options from C:\my.cnf
を有効にした場合、C:\my.cnf
ファイルから client
グループおよび odbc
グループのデータが読み込まれます。mysql_options()
が使用可能なすべてのオプションを使用できます。
See 項11.1.3.40. 「mysql_options()
」。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.