You are not logged in.
How to use MySQL with serposcope on windows ?
1.
I install serposcope on windows 7.
2.
I make database (mysql).
Database: a
Username: a
password: a
C:\ProgramData\MySQL\MySQL Server 5.7\Data\a
3.
I go C:\ProgramData\serposcope\serposcope.conf
I add
serposcope.db.url=jdbc:mysql://localhost/a?user=a&password=a&allowMultiQueries=true
https://serposcope.serphacker.com/en/doc/faq.html
"
If you want to use MySQL instead of the embedded database, it is possible. You just need to tell serposcope to use MySQL in serposcope.conf (check advanced configuration), directive example :
serposcope.db.url=jdbc:mysql://HOSTNAME/DATBASE?user=USER&password=PASS&allowMultiQueries=true
"
4.
save and close
5.
but, nothing changed.
what can i try to fix??
Offline