View Single Post
  #3  
Old 13th January 2024, 21:36
soneigr soneigr is offline
Senior Member
 
Join Date: Dec 2023
Greece
Posts: 63
Default
Quote:
Originally Posted by crowni View Post
It says !Enter folder see if this file exists database.sql and whether it is spelled exactly like that.If it has a different name, rename it to database.The other option is to install the tracker manually and import the database manually
I did it and the same message still appears, what else should I do?
How can I manually set the tracker settings? will it work though?
Here post server or db connection ? is port 888

Click the image to open in full size.

@crowni

Bump: We passed that stage too. Now what should I do here, what should I change and where should I change it?



Starting from line: 1
Error at the line 17: ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
Query: --
--
CREATE TABLE `ajax_chat_bans` (
`userID` int(11) NOT NULL,
`userName` varchar(64) COLLATE utf8_bin NOT NULL,
`dateTime` datetime NOT NULL,
`ip` varbinary(16) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin
MySQL: Table 'ajax_chat_bans' already exists
Stopped on error

Last edited by soneigr; 13th January 2024 at 21:48.
Reply With Quote