You are not logged in.
Hi,
I can get Serposcope to work fine using default H2 database, however for the life of me can not connect to MySQL.
I have installed mysql-server added a user 'serposcope' and created a database 'serposcope'. Granted user privileges.
In /etc/default/serposcope
I have commeted out old DATADIR and replaced with:
DATADIR=jdbc:mysql://localhost/serposcope?user=serposcope&pass=serposcope&allowMultiQueries=true
then
service serposcope restart
Restarts fine, however not table have been created in data base.
Any ideas.
Using .deb install
Thanks
Offline
Ok so I figured out that I had to make my changes in /etc/serposcop.conf
e.g.
serposcope.datadir=jdbc:mysql://localhost/serposcope?user=serposcope&password=serposcope&allowMultiQueries=true
and leave /etc/default/serposcope as
DATADIR=/var/lib/serposcope
However, I can not find any new data put into MySQL. It appears to be working using MySQL though just nothing in the db.
Offline
you should run serposcope with advanced option:
https://serposcope.serphacker.com/en/doc/install.html
example of this link works fine for me:
java -Dserposcope.conf=/path/to/serposcope.conf -jar serposcope.jar
easy-develope.ch ¦ kontakt@easy-develope.ch
Offline
you should run serposcope with advanced option:
https://serposcope.serphacker.com/en/doc/install.html
example of this link works fine for me:
java -Dserposcope.conf=/path/to/serposcope.conf -jar serposcope.jar
can we create empty serposcope.conf and run the jar file? i can seems to find the conf file anywhere
Offline
https://serposcope.serphacker.com/en/doc/install.html "advanced configuration"
Offline