HexionMC Full Forum Database Dump
#11
(10-22-2016, 03:56 PM)Harry Potter Wrote:
(10-22-2016, 03:17 PM)Aeroski Wrote:
(10-22-2016, 02:27 PM)iDontSpam123 Wrote: Doesn't contain passwords. Exported useful data. Basically parsed so it only contains user table. 

I was wondering about this yesterday. I am very interested in knowing how you did this, so quickly too. From that .sql file of random information, how did you sort it to just username:email:gender? 
Would appreciate if anyone could help out with this.

way i do this is i import the sql file into myphpadmin localhost xamp server then i open myphp admin i select which columns i want to export and in which format and it just exports as simple as that. I'm not sure if he has a different tool or method!
I just thought about trying Excel, seems to work. Thanks for your explanation though Big Grin
Reply
#12
It's pretty easy. Google it

mysql -u root -p -e "create database hexion"
mysql -u root -p hexion < hexion.sql
mysql -u root
USE hexion
SHOW TABLES;
SHOW columns from table XTABLEHEREX
SELECT CONCAT_WS(':',column1,column2,column2) FROM XTABLEHEREX
Reply
#13
Thanks for this minecraft right/
Reply
#14
(10-31-2016, 05:35 PM)goon Wrote: Thanks for this minecraft right/


Yea its a dump from a MC server forum Smile
Reply
#15
HexionMC.com? The website's offline right now.
Reply
#16
(11-01-2016, 10:06 PM)redbull* Wrote: HexionMC.com? The website's offline right now.

Not sure, someone else said that too. I don't personally play it but it was a forum of some MC server. But they apparently combined with another server, and one of the leaders or admins didn't like that so he leaked the database.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)