[TYPO3-UG Oesterreich] rs_userimp

Gernot Hofer aphex13 at silverserver.at
Thu Feb 1 21:08:41 CET 2007


Hi!

Danke!

Nur habe ich 1 tag probiert das ding reinzubekommen!! pfff

Alle mit OS X arbeiten: Beim erstellen des csv mit OS X beim Import auf 
folgendes achten, sonst gehts nicht:

On an Apple machine running OS X, you would likely want to use LINES 
TERMINATED BY '\r'.

mysql> LOAD DATA LOCAL INFILE '/path/pet.txt' INTO TABLE pet
     -> LINES TERMINATED BY '\r'

(http://dev.mysql.com/doc/refman/5.0/en/loading-tables.html)
Note that if you created the file on Windows with an editor that uses 
\r\n as a line terminator.


lg gernot


Wolfgang Klinger wrote:
> Hallo,
> 
> Gernot Hofer wrote:
> 
>>Wie könnte ich das lösen?
> 
> 
> Benutz' den CSV Import von PHPMyAdmin,
> das geht schnell und problemlos
> (Datenbank auswählen, Tabelle auswählen,
> "Struktur", ganz unten "Textdatei in Tabelle einfügen"),
> danach kannst du noch die PID ändern
> 
> UPDATE fe_users SET pid = XY
> 
> 
> lg
> Wolfgang
> 


More information about the TYPO3-at mailing list