Search found 2 matches

by leonhard2k
19 Jul 2020, 06:15
Forum: Support
Topic: Connection to Mysql
Replies: 3
Views: 62683

Re: Connection to Mysql

I was able to connect now to Mysql now: Here are some hints if anyone else has also issues: I had to remove the root password, this should only be done when you set that only local connections are allowed. update user set password=PASSWORD("") where User='root'; My Connections String in co...
by leonhard2k
17 Jul 2020, 16:13
Forum: Support
Topic: Connection to Mysql
Replies: 3
Views: 62683

Connection to Mysql

Hi! I am trying to connect madsonic on windows to my sql Database. Tried with mysql 5 and 8. Connection works but the schema and tables are not created correctly. Indexes are missing, tables are missing and so on, its only creating a part of the needed dataset it seems. Is there a sql script to crea...