View Single Post
olicool11
Junior Member
Join Date: Jul 2015
Old 08-29-2015 , 13:10   Re: How to copy playerstats to another game?
Reply With Quote #2

I'm not certain I fully understand what it is your wanting but if I am correct you want the stats from the first database copied to the second? you could just import the original database to the surf database which would just give you an exact copy.

To do that you would run "mysqldump -u [username] -p csgo > csgobackup.sql"
then you would run "mysql -u [username] -p surf < csgobackup.sql

hope that's what you wanted to know?
olicool11 is offline