![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
My forums got hacked! Quick Question!!!
How can I use Linux to connect to mysql and reupload my database? I tried using phpmyadmin and the file was too large. Thanks
Josh
__________________
Joshua Combs Streamline Web Solutions "everyone needs hosting at some point in time" Streamline Web Solutions| JoshCombs.com| |
|
#2
|
||||||||||||
|
||||||||||||
|
I think the consensus is us sqlyog or mysql-front. sqlyog being the better. Neither are free, but low cost.
|
|
#3
|
||||||||||||
|
||||||||||||
|
Hello If you have a dump of your database and mysql installed you can just do it from the command line:
Code:
You could also grab the tril of my manager from EMS its a pretty cool program as well: http://ems-hitech.com/mymanager/ |
|
#4
|
||||||||||||
|
||||||||||||
|
You don't have to upload the db all as one.
In phpmyadmin You can do: The entire DB or a few tables at a time or a table at a time or you can even add an empty table and then insert line by line ![]() An exported db is just file with txt You do have a backup that you can open to access the data though don't you? If so it should have info like this example: Code:
So if you cut and past that into your SQl query window in phpmyadmin it will create a table called card_img. in your db backup below the create table there should be insert statements for that table that look like this: Code:
If you cut and paste those into the query window it will add those to the card_img table. If you have hundreds of thousands of rows to insert you can do it in sections. This method may not be pretty but it works fine and is easy. |
|
#5
|
|||||||||||
|
|||||||||||
|
When I need to upload a dump I generally do it 3 or 4 tables at a time, for the larger tables, like templates, userinfo, I just break up.
|
|
#6
|
||||||||||||
|
||||||||||||
|
just for info, what got hacked and how?
__________________
goodbye idevaffiliate, you can kiss my @$* with your poor support and broken script, I am now using post affiliate pro 3 |
|
#7
|
||||
|
||||
|
Quote:
Vbulletin 2.2.8 it was a hole in the calendar.php page ![]()
__________________
Joshua Combs Streamline Web Solutions "everyone needs hosting at some point in time" Streamline Web Solutions| JoshCombs.com| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Customer account hacked! | kattouf | Chit Chat Public | 22 | 05-20-2005 01:20 PM |
| anyone else been hacked/defaced by [Hacked by dodo885] | bootNumlock | Chit Chat Public | 4 | 04-16-2005 02:56 PM |
| yahoo hacked ? | cambodia | Chit Chat Public | 2 | 09-11-2004 01:07 PM |
| Quick question with dns | Silverbug | Chit Chat Public | 1 | 04-23-2004 09:19 AM |