Search found 7 matches

by Flash76
Mon Aug 15, 2005 12:36 pm
Forum: Help/Support
Topic: Error @ ServerStart MySQL ?
Replies: 15
Views: 38453

Great!

But i have a question again:

In the Howto i read this
awk '{ if (/;|#|^ *$|\/\//) next ; if (NF != 14) next ; printf "INSERT INTO war3users (playerid, playername, xp, race, skill1, skill2, skill3, skill4, time) VALUES ( \x27%s\x27, \x27%s\x27, \x27%s\x27, \x27%s\x27, \x27%s\x27, \x27%s\x27 ...
by Flash76
Mon Aug 15, 2005 11:13 am
Forum: Help/Support
Topic: Error @ ServerStart MySQL ?
Replies: 15
Views: 38453

Yeaaaaaaaah ^^

It works :)

I have start the Server and now:

[WAR3FT] Connection to MySQL Database successful (1)

Big Thx to all :)
by Flash76
Mon Aug 15, 2005 10:51 am
Forum: Help/Support
Topic: Error @ ServerStart MySQL ?
Replies: 15
Views: 38453

I will try these...

But now i learn first: How to open a myscl console ^^

When its done, i write here :)

Thx to all
by Flash76
Mon Aug 15, 2005 9:10 am
Forum: Help/Support
Topic: Error @ ServerStart MySQL ?
Replies: 15
Views: 38453

I use the first link 1.50 Modules:

scandir failed:/home/usr/server/pubwc3/./platform/SAVE
L 08/15/2005 - 17:11:05: -------- Mapchange --------
L 08/15/2005 - 17:11:05: [AMXX] Zlib error encountered: -3(109656)
L 08/15/2005 - 17:11:05: [AMXX] Internal error: Decompress (plugin "warcraft3FT.amxx ...
by Flash76
Mon Aug 15, 2005 8:51 am
Forum: Help/Support
Topic: Error @ ServerStart MySQL ?
Replies: 15
Views: 38453

Yes.. I use AMXX 1.5
by Flash76
Mon Aug 15, 2005 8:37 am
Forum: Help/Support
Topic: Error @ ServerStart MySQL ?
Replies: 15
Views: 38453

When i use IP 127.0.0.1 in cfg:

[AMXX] SQL error: can't connect: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client'

But its the newest version of mysql

:?
by Flash76
Mon Aug 15, 2005 6:06 am
Forum: Help/Support
Topic: Error @ ServerStart MySQL ?
Replies: 15
Views: 38453

Error @ ServerStart MySQL ?

Hi all,
we have a Linux-Root Server with SuSe 9.2!
I have Installed a new Cstrike Server with WC3FT Mod.
Now i like to use MySQL for save all stats.

I have installed an apache server (apachefriends.org)
MySQL 4.1.13 on localhost

@ root:
netstat -nlpt | grep mysqld

tcp 0 0 0.0.0.0:3306 0.0.0.0 ...