hello i need a very simple MySQL job done i could even do it my self if someone tells me how.
basicly i have a database full of info like this
(1,878 rows to be exact)
what i need is to take just the User & Pass fields from each line and put them in a .txt document in this format
user: pass
user: pass
user: pass
i am putting a space between : and pass only because when i put them togother it shows a smiley user
ass
using the image above as an example my .txt file would need to look like this
tikitime:brudda
test:test
google:sucks
test:test
username
assword
asasa:asasa
test:test
test:test
lunar fish3:hillbilly67
basicly i have a database full of info like this
(1,878 rows to be exact)
what i need is to take just the User & Pass fields from each line and put them in a .txt document in this format
user: pass
user: pass
user: pass
i am putting a space between : and pass only because when i put them togother it shows a smiley user
using the image above as an example my .txt file would need to look like this
tikitime:brudda
test:test
google:sucks
test:test
username
asasa:asasa
test:test
test:test
lunar fish3:hillbilly67
Last edited: