SQL File Import
SQL File Import
- Started
- Last post
- 4 Responses
- ********
I've had to move a database, and have transfered some data by phpMyAdmin file-import. It has worked, but for some reason it's added a space before every entry.
' Mike', ' Thomas'
Rather than
'Mike', 'Thomas'
I need to remove them, but not legit spaces.
How?
Ta!
- ********0
SQL is exporting with the spaces...
That's not right, surely?
- tomkat0
I always export/backup only the sql text and c/p myself.. has never bugged
- ********0
Hmm. Somethings odd in here..