Jannik Heuer

Results 4 comments of Jannik Heuer

Thanks. Is this the code you mean? ``` Meteor.startup(function(){ // Connection zur MySQL-DB var database = new LiveMysql({ host: 'localhost', port: "3306", user: 'root', password: 'myrootpassword', database: 'ackellinghusen' }); //...

Dev - mysql Ver 14.14 Distrib 5.6.27, for debian-linux-gnu (i686) using EditLine wrapper - my.cnf ``` !includedir /etc/mysql/conf.d/ !includedir /etc/mysql/mysql.conf.d/ [mysqld] log-bin=mysql-bin expire_logs_days = 2 server-id = 1 binlog_format =...

Thanks, but nothing changed

I've got the problem. Everything works when I change localhost to the IP of my Server. But where does this come from??