Buy this Reference Manual in softcover from Barnes & Noble!
Для Windows 95 существует три возможности задания имени сервера:
ip hostnameНапример:
194.216.84.21 my_hostname
Пример заполнения при установке ODBC:
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
может быть любое имя, уникальное для данной установки ODBC.
Не обязательно указывать значения для полей Server
, User
, Password
или Port
в окне установки ODBC. Однако если вы это сделали, данные величины в дальнейшем при установке соединения будут использованы как значения по умолчанию. Тогда же можно будет изменить эти значения.
Если номер порта не задан, то используется его значение по умолчанию (3306).
Если задается опция Read options from C:\my.cnf
, то группы client
и odbc
будут читаться из файла `C:\my.cnf'. Можно применять все опции, используемые в mysql_options()
(see section 8.4.3.159 mysql_options()
).
Posted by on Friday May 17 2002, @6:24am | [Delete] [Edit] |
I've been working with mySQL for 2 days. I had
trouble linking from an existing Access database
to my mySQL tables on a remote server. Access
seemed to be looking for a file DSN, and none of
the configurations I tried allowed me to set up a
File DSN on the server, perhaps because the boot
disk was different from the disk on which the
database resides? However, I managed to set up a
User DSN on the server using the Administrator
password, and the IP address for 'server', and
then by using the Open command in Access on my
local machine I could open the database on the
server directly into Access locally. At that
point, when prompted for the DSN info locally, I
used the ODBC user name and the localhost
for 'server'. And then I could work with the data
on the server from within Access on my machine.
Posted by on Tuesday September 24 2002, @7:15am | [Delete] [Edit] |
Using the stable version of the ODBC driver I was
able to setup SQL Server Data Transformation
Services (DTS) to keep two Linux bases MySQL
databases in-line
Add your own comment.