How to delete Mysql user?
COMMAND TO DROP USER: Login into SQl With User Root and Run: DROP USER 'jeffrey'@'localhost' ; DROP USER vishal ; ......
7 Years Ago
Sharing a Terminal Or SSH session using screen
Objective : I want to access a ssh session of user1 on server 192.168.1.1 and see what all command he types in there using the same use......
7 Years Ago
ATMA For NGOs
...
8 Years Ago
How to find IP Address that Launch DDOS Attack
If your VPS or server load suddenly increases much higher than normal, it could be a DDOS attack. To find out which IPs did that do t......
9 Years Ago
Exim mail relay from an IP without authentication
create the file /etc/alwaysrelay and add the IP addresses . For example: vi /etc/alwaysrelay Add the IPs i......
9 Years Ago
Restore MySQL database from a backup file
Backing up your MySQL Databases The following command will dump all databases to an sql file. Replace pass with your root database passw......
9 Years Ago