so die Screenshots und meine My.ini kommen hier:
Screenshots über die ODBC- DSN und die getestete UDL hängen hier an. Und schließlich die Fehlermeldung. Es wäre nett, wenn das jemand nachvollziehen kann und noch eine Fehlerquelle entdeckt.
Gruß Eismann
Code:
# Other default tuning values
# MySQL Server Instance Configuration File
[client]
no-beep
# pipe
socket=0.0
port=3306
[mysql]
default-character-set=utf8
# SERVER SECTION
# ----------------------------------------------------------------------
#
# The following options will be read by the MySQL Server. Make sure that
# you have installed the server correctly (see above) so it reads this
# file.
#
# server_type=2
[mysqld]
# The next three options are mutually exclusive to SERVER_PORT below.
# skip-networking
enable-named-pipe
shared-memory
shared-memory-base-name=MYSQL
# The Pipe the MySQL Server will use
socket=MYSQL
# The TCP/IP Port the MySQL Server will listen on
port=3306
# Path to the database root
datadir=C:/ProgramData/MySQL/MySQL Server 5.6/Data
# created and no character set is defined
character-set-server=utf8
# The default storage engine that will be used when create new tables when
default-storage-engine=INNODB
# Set the SQL mode to strict
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
# General and Slow logging.
log-output=FILE
general-log=0
general_log_file="AIRSERVER.log"
slow-query-log=1
slow_query_log_file="AIRSERVER-slow.log"
long_query_time=10
# Binary Logging.
# log-bin
# Error Logging.
log-error="mysql.err"
# Server Id.
server-id=1
# Secure File Priv.
secure-file-priv="C:/ProgramData/MySQL/MySQL Server 5.6/Uploads"
max_connections=151
query_cache_size=1M
table_open_cache=2000
tmp_table_size=129M
thread_cache_size=10
myisam_max_sort_file_size=100G
myisam_sort_buffer_size=248M
key_buffer_size=8M
read_buffer_size=64K
read_rnd_buffer_size=256K
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=9M
innodb_buffer_pool_size=831M
innodb_log_file_size=48M
innodb_autoextend_increment=64
innodb_buffer_pool_instances=8
innodb_concurrency_tickets=5000
innodb_old_blocks_time=1000
innodb_open_files=300
innodb_stats_on_metadata=0
innodb_file_per_table=1
innodb_checksum_algorithm=0
back_log=80
flush_time=0
join_buffer_size=256K
max_allowed_packet=4M
max_connect_errors=100
open_files_limit=4161
query_cache_type=1
sort_buffer_size=256K
table_definition_cache=1400
binlog_row_event_max_size=8K
sync_master_info=10000
sync_relay_log=10000
sync_relay_log_info=10000
bind-address = *
Gruß Eismann