HA6Bots / Automatic-Youtube-Reddit-Text-To-Speech-Video-Generator-and-Uploader

A series of 3 programs that will automatically receive scripts from Reddit, allow the user to edit them, then be sent off to a video generator where they will be uploaded to YouTube automatically.
MIT License
619 stars 182 forks source link

SQL Database error #17

Closed mkitching closed 4 years ago

mkitching commented 4 years ago

I got stuck on setting up the SQL database on the server it keeps getting blocked even when I added firewall exceptions 907cba2951ba7be388a433fcc0e0c3b8-png 4baada2eee870a2311f058931861b5f1-png

faserbeam commented 4 years ago

@mkitching You'd need to install MySQL and run it in your machine. MySQL while running actively listens on port 3306. Hope that works.

mkitching commented 4 years ago

I would need to run strictly on 3306, instead of localhost:3306?

faserbeam commented 4 years ago

3306 is default port of MySql . You could change that if you wish to.

mkitching commented 4 years ago

What is my error message saying though? I have 3306 added to the ports?

mkitching commented 4 years ago

@HA6Bots

mkitching commented 4 years ago

What would I put here

Screenshot_2

Zuccy commented 4 years ago

@mkitching I'm also having this problem, how did you end up fixing it?

Zuccy commented 4 years ago

I fixed it. Had to manually start the MySQL server in task manager and added localhost to the config.ini file.