Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Geolite cityデータベースをcsv形式でphpmyadminにインポートしていますが、最初の行のみがインポートされ、「Webページが利用できません」と表示されます。
次のコマンドを使用して、CSVをmysqlに直接ロードできます。
load data local infile 'csvFileName.csv' into table tblUniq fields terminated by ',' enclosed by '"' lines terminated by '\n' (field1, field2, field3)