Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.sql error #2

Open
9san opened this issue Mar 10, 2020 · 1 comment
Open

install.sql error #2

9san opened this issue Mar 10, 2020 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed Medium Priority workaround temporary workaround available, may not fix the bug in question.

Comments

@9san
Copy link
Owner

9san commented Mar 10, 2020

Use this instead, at least it prevents the error.

CREATE TABLE `torlist` (
  `count` int NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) NOT NULL,
  PRIMARY KEY (`count`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Using count as auto_increment and ip as primary key will throw error about multiple auto incrementing keys.

@9san 9san added bug Something isn't working help wanted Extra attention is needed labels Mar 10, 2020
@9san
Copy link
Owner Author

9san commented Mar 10, 2020

No idea why torlist doesn't work automatically in general, either there is something in the code i havent found yet or I need to make a script that grabs exit nodes from a list and imports it daily.

@9san 9san added workaround temporary workaround available, may not fix the bug in question. Medium Priority labels Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed Medium Priority workaround temporary workaround available, may not fix the bug in question.
Projects
None yet
Development

No branches or pull requests

1 participant