<div dir="ltr">Hallo:<div><br></div><div><span style="font-size:13px;line-height:19.5px">>Wie bekomme ich es hin damit er die Tabellen selbst anlegt oder muss >ich das alles händigt erledigen?</span></div><div><br></div><div><span style="line-height:19.5px">Ich hab die Datenbank auch umgesiedelt und hab einfach per mysqldump die gesamte Datenbank übertragen.</span></div><div><span style="line-height:19.5px"><br></span></div><div><span style="line-height:19.5px"><br></span></div><div><span style="line-height:19.5px">Grüße</span></div><div><span style="line-height:19.5px"><br></span><div class="gmail_quote"><div dir="ltr">Marius Tarlowski <<a href="mailto:marius@tarlowski.de" target="_blank">marius@tarlowski.de</a>> schrieb am So., 14. Feb. 2016 um 11:31 Uhr:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Na gar nicht. Der vz logger kann keine Tabellen erstellen. <br>
Wozu auch? </p>
<p dir="ltr">Du findest das Layout im Wiki unter Installation der middleware. Unter manuelle Installation </p>
<p dir="ltr">Mfg, Marius Tarlowski<br>
(über mein Android geschrieben) </p>
<div class="gmail_quote">Am 14.02.2016 11:10 schrieb "News" <<a href="mailto:news@spider-wolf.de" target="_blank">news@spider-wolf.de</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hallo,<div><br></div><div>ich habe meinem Volkszähler am laufen und wollte nun die Datenbank auf meiner Synology benutzten. </div><div><br></div><div>Hierzu habe ich folgende dinge gemacht:</div><div>- MariaDB und myphpadmin auf der Synology installiert</div><div>- auf myphpadmin eingeloggt und eine Datenbank „Volkszähler“ erstellt und dort einen Benutzer erstellt der auf diese Datenbank volle Zugriffsrechte hat </div><div>- in der Datei /var/www/<a href="http://volkszaehler.org/etc/volkszaehler.php.conf" target="_blank">volkszaehler.org/etc/volkszaehler.php.conf</a> folgende Sachen geändert</div><div><br></div><div>Benutzer und Passwort natürlich geändert (:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * PDO driver for Doctrine DBAL</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> *</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en#getting-a-connection:driver" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en#getting-a-connection:driver</a></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> */</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">$config['db']['driver']                         = 'pdo_mysql';</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:15px"><br></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)">/**</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * Hostname of database server</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> *</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * Use 'localhost' for the machine your webserver is running on.</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en</a></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> */</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">$config['db']['host']                           = '192.168.0.100';</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:15px"><br></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)">/**</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * Username for the database server</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> *</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en</a></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> */</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">$config['db']['user'] = ‚USER';</div><div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)">**</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * Password for the database server</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> *</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en</a></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> */</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">$config['db']['password'] = ‚PASSWORD';</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:15px"><br></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)">/**</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * @var string database name</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> *</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en</a></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> */</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">$config['db']['dbname'] = 'Volkszaehler';</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0);min-height:15px"><br></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)">/**</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * @var database connection encoding - should not be changed</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> *</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> * See <a href="http://stackoverflow.com/questions/13399912/symfony2-charset-for-queries-parameters" target="_blank">http://stackoverflow.com/questions/13399912/symfony2-charset-for-queries-parameters</a></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(83,48,225);background-color:rgb(0,0,0)"> */</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">$config['db']['charset']                        = 'UTF8';</div></div><div><br></div><div><br></div><div>in der vzlogger.log bekomme ich folgende Meldung</div><div><div>[[Feb 14 10:59:26][s0]   Reading S0 - returning 2 readings (n=1 n_neg = 0)</div><div>[Feb 14 10:59:26][mtr0] Got 2 new readings from meter:</div><div>[Feb 14 10:59:26][mtr0] Reading: id=Power/StringItentifier: value=262.62 ts=1455443966918</div><div>[Feb 14 10:59:26][mtr0] Reading: id=Impulse/StringItentifier: value=1.00 ts=1455443966918</div><div>[Feb 14 10:59:26][chn0] Adding reading to queue (value=1.00 ts=1455443966918)</div><div>[Feb 14 10:59:26][SUM]  1.000000 @ 1455443966918</div><div>[Feb 14 10:59:26][SUM]  RESULT 1.000000 @ 1455443966918</div><div>[Feb 14 10:59:26][chn0] ==> number of tuples: 1</div><div>[Feb 14 10:59:26][chn0] compare: 1455443953210 1455443966918</div><div>[Feb 14 10:59:26][chn0] JSON request body: [ [ 1455443966918, 1 ] ]</div><div>[Feb 14 10:59:26][chn0] CURL: Hostname was found in DNS cache</div><div>[Feb 14 10:59:26][chn0] CURL:   Trying 127.0.0.1...</div><div>[Feb 14 10:59:26][chn0] CURL: Connected to 127.0.0.1 (127.0.0.1) port 80 (#39)</div><div>[Feb 14 10:59:26][chn0] Buffer dump (size=0): {}</div><div>[Feb 14 10:59:26][chn0] CURL: Sent 24 bytes.. </div><div>[Feb 14 10:59:26][chn0] CURL: Sent '[ [ 1455443966918, 1 ] ]' bytes</div><div>[Feb 14 10:59:26][chn0] CURL: upload completely sent off: 24 out of 24 bytes</div><div>[Feb 14 10:59:27][chn0] CURL: HTTP 1.0, assume close after body</div><div>[Feb 14 10:59:27][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:27][chn0] CURL: Received 598 bytes</div><div><font color="#ff2600">[Feb 14 10:59:27][chn0] CURL: Received '{"version":"0.3","exception":{"message":"An exception occurred while executing </font></div><div><font color="#ff2600">'SELECT e0_.id AS id0, e0_.uuid AS uuid1, e0_.type AS type2, p1_.id AS id3, p1_.pkey AS pkey4, p1_.value AS value5, </font></div><div><font color="#ff2600">e0_.class AS class6, p1_.entity_id AS entity_id7 FROM entities e0_ LEFT JOIN properties p1_ ON e0_.id = p1_.entity_id </font></div><div><font color="#ff2600">WHERE (e0_.uuid = ?) AND e0_.class IN ('channel', 'aggregator') ORDER BY p1_.pkey ASC' with params </font></div><div><font color="#ff2600">[\"bb9dd5f0-d267-11e5-8d0c-5bb1b6a29b44\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table </font></div><div><font color="#ff2600">'Volkszaehler.entities' doesn't exist","type":"TableNotFoundException","code":0}}' bytes</font></div><div>[Feb 14 10:59:27][chn0] CURL: Closing connection 39</div><div>[Feb 14 10:59:27][chn0] CURL Request succeeded with code: 200</div><div>[Feb 14 10:59:27][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:27][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:28][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:28][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:28][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:29][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:29][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:29][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:30][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:30][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:30][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:31][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:31][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:31][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:32][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:32][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div><div>[Feb 14 10:59:32][S0]   MeterS0:HWIF_GPIO:first poll returned 0</div></div><div><br></div><div><br></div><div>Wie bekomme ich es hin damit er die Tabellen selbst anlegt oder muss ich das alles händigt erledigen?</div><div><br></div><div><br></div><div>Danke</div><div><br></div><div>Daniel</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div></blockquote></div>
</blockquote></div></div></div>