von m3rlin |
Welche MySQL-Version benutzt Du? Laut http://www.phpmyadmin.net/documentation/#faq gibt es einen Bug bei Datenbank-/Tabellen-Namen mit Großbuchstaben. Vielleicht liegt es ja daran.
Zitat:
My MySQL server sometimes refuses queries and returns the message 'Errorcode: 13'. What does this mean?
This can happen due to a MySQL bug when having database / table names with upper case characters although lower_case_table_names is set to 1. To fix this, turn off this directive, convert all database and table names to lower case and turn it on again. Alternatively, there's a bug-fix available starting with MySQL 3.23.56 / 4.0.11-gamma.
|
|
von Philipp Gérard |
kA was das heißt  |
von otto-22 |
Hallo und
Danke für den Tipp, daran habe ich nicht gedacht 
Jetzt bin ich fast dran an der Problemlösung, bekomme aber beim autom. mysqlimport folgende Fehlermeldung:
mysqlimport: Error: Can't get stat of '/root/Artikel.csv' (Errcode 13), when using table: Artikel
Was bedeutet diese Fehlermeldung? Artikel.csv ist erst mal auf 666 gesetzt.
Danke otto |
von Philipp Gérard |
14,5 ist deutsches Format, sowas gibt es für Integer in MySQL nicht. Du musst immer 14.5 benutzen, dann sollte es klappen. |
von otto-22 |
Hallo,
ich habe folgendes problem:
nach Import einer csv-tabelle in mysql (Preisliste), werden im Preisfeld (Typ: decimal, 10,2) falsche Werte angezeigt. Die Zahlen werden glatt gerundet, zB. 14,5 auf 14.00 usw.
Was kann das sein?
Danke otto |
|