what should we do when our website was infected [closed] - mysql

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
when our website was infected,we always just change the root password and the mysql password,fix the code where have vulnerability。But I think it is not enough , does anyone have more advance on it? I just have no idea that whether he has the backdoor in our system or have other attack that I haven't know about。

The problem is, that after the system was once hacked, you cannot be 100% sure that the hacker did not leave you a backdoor, unless he left a log of what he did.
The best way would be complete reset the system. Re-install the OS and completely rebuild the server. However that might not always be an option.
I would advise you to
Rebuild the system
Check all code using sql in you app to use prepared statements
log the sql for some time and go through it, to see if the hacker tries again and make double sure you get the code he aims at
(original post spoke of injection - not infection)

Related

google cloud shell is temporarily unavailable try after few minutes [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
while activating my cloud shell it is showing google cloud shell is temporarily unavailable try after few minutes.Please help me to resolve this.
Append &cloudshell=true in the end of the URL and refresh.
If still does not work, clear cookies or try in Incognito mode.
If still does not work, perhaps it's just temporary problem. Wait a couple of minutes hence the problem might be server-side.

how to remove ads url / ads search url from search engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I am facing one issue on chrome search engine. Whenever I searched something it shows ads urls why?
Please check below the image. Can I add an ad blocker extension?
These 3 steps should solve your problem:
1. Download adwcleaner from here https://www.malwarebytes.com/adwcleaner/ and run it. After clean, restart PC.
2. Download free trial of Malewarebytes from here https://pl.malwarebytes.com/ and perform FULL SCAN.
3. Download HitmanPro from here https://www.hitmanpro.com/en-us/hmp.aspx and perform FULL SCAN. This is not freeware, but 30 days are free. Restart PC.
After these steps, your browser should be clean.
And, one for-future advice - before you will download something from the Internet, or install, read carefully while downloading/installing. Problem of your kind are usually because of installing some freeware software with hidden aggrements to install web browser's extensions, which are later hard to remove.

Setup central MySQL server for local environment [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
We have a group of developers and designers, we want to create a single database server to use for everyone for better collaboration. We are running windows and Linux machines. So please give me suggestions how can i build this.
You can run MySQL on either of those types of machines. Go to the MySQL website and download an installer. Also download MySQLWorkbench to do setup after installation. You should be up in a very short time.

I just killed the wrong machine on openshift [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am free user in Openshift. There are 3 machine available.
I used 1 to write my blog.
About 1 hr ago. I just want to delete another machine, so I click button "delete".
And than, I found that I delete the wrong one.
So my blog is killed by me....
How can I receive my data ??
My blog is blog-whycat.rhcloud.com
Let me quote the delete confirmation page:
This will delete all the code and data associated with the app, and
cannot be undone.
If you really don't have any backups, your best bet would be to contact the support.

Error 3218 Could not update; currently locked -Msaccess [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I got an error with my Msaccess DB.
multiple users are using this DB's frontend. I do not know why I am getting this error message as follows
Error 3218 Could not update; currently locked
can someone help me please......
Get everybody out of their mdb files. Someone might be trying to update the same record. It might even be you, in another instance active on your PC.
The elephant in the room here is that multiple users are using the same front end. This is generally the first step down the road of access pain that often leads to access getting tarred with the “Access is not fit for more than 5 users” brush.
First thing is to get every user to have their own copy of the front end on their local drive. You can use the excellent access auto FE updater to make rolling out a new version easy
www.autofeupdater.com
This is weird. I got this error message because there was no enough space in the Shared drive, I just removed 1GB of some unneccessary files from the shared drive and the application works fine now.
But, took some time to figure it out.