Wednesday, October 29, 2014

[Windows] How to set password phpmyadmin xampp

When you install XAMPP in your windows machine, the root password for the MySQL is set to empty. But this is not recommended, as the MySQL database without a password will be accessible to everyone. To fix this, a proper/secure password must be set to the user root.

- open http://localhost/phpmyadmin/
- then chose tab "SQL"
- Now type the following query in the textarea and click Go
UPDATE mysql.user SET Password=PASSWORD('yourpassword') WHERE User='root'; FLUSH PRIVILEGES;











- And you will see a message saying that the query has been executed successfully

Next step you need to modify the phpMyAdmin config file (config.inc.php), coz if you refresh the page, you will be getting a error message.
- Locate the file config.inc.php will be found in your XAMPP directory under the folder phpmyadmin (in my case, this is my dir XAMPP "D:\xampp\phpMyAdmin" )



















- Open the file config.inc.php with your favorite text editor (I used notepad++).
- Find the following lines:

and replace value password and AllowNoPassword like this

 - Save file


Thursday, October 23, 2014

[Windows] Google Scraper

New Release Google Scraper


Feature :
- 1 click / Keyword
- Bypass captcha
- Result as .txt file

Requires :
- Internet Explore 11
- .Net Framwork 4.5

Tested on WIndows 7 ultimate 64 bit

 



If you want to buy me lunch :D