[Typo3-windows] Login klappt nicht!

Erik Svendsen erik at linnearad.no
Thu Jan 19 09:48:19 CET 2006


Hello Michael,

> But the login still doesn't work! I've changed the sql-mode to
> "MYSQL4" and
> restartet the MySQL-Server, but still the same.
> I still see the message in the error-log:
> 
> supplied argument is not a valid MySQL result resource in
> C:\\...\\class.t3lib db.php on line 741
> 
> I think, I'm going to get crazy!
> 
> Any ideas?
> 
> Mike

Strange! Works for me!

I post my my.ini, and you can compare, change and try. I haven't optimized 
the MySQL. Have also deleted all comments.
<----snip--->
# MySQL Server Instance Configuration File
# ----------------------------------------------------------------------
# CLIENT SECTION
[client]
port=3306
# SERVER SECTION
[mysqld]
port=3306
basedir="C:/web/mysql/"
datadir="C:/web/mysql/Data/"
default-character-set=utf8
default-storage-engine=MyISAM
sql-mode=
max_connections=100
query_cache_type=1
query_cache_size=233554432
table_cache=256
tmp_table_size=13M
thread_cache_size=8
#*** MyISAM Specific options
myisam_max_sort_file_size=100G
myisam_max_extra_sort_file_size=100G
myisam_sort_buffer_size=26M
key_buffer_size=18M
read_buffer_size=64K
read_rnd_buffer_size=256K
sort_buffer_size=256K
#*** INNODB Specific options ***
innodb_additional_mem_pool_size=2M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=1M
innodb_buffer_pool_size=33M
innodb_log_file_size=17M
innodb_thread_concurrency=8
#Name of the socket file to use.
socket=mysql
<---snip end--->

Running on Windows XP SP2, IIS5.1 (isapi), PHP 5.0.4. But IIS or Apache shouldn't 
have anything to say.


WBR,
Erik Svendsen
www.linnearad.no





More information about the TYPO3-windows mailing list