Posts

Showing posts from June, 2011

How to secure drupal site

http://drupal.org/writing-secure-cod

Javascript debugger

http://www.purpleoar.co.nz/scryptik/download-shareware

How to import big .sql file in Mysql ?

Hello All, You cannot import using phpMyAdmin , if the backup file size is big. How to import big .sql  file in Mysql ? Solution: E:\xampp\mysql\bin>  mysql -u <username> -p          /* you have to change this path E:\xampp\mysql\bin , if you have installed XAMPP in different path */ mysql>password : <enter your password here> mysql> create database <databsename>                    /* if  needed */ mysql> use <databasename> mysql> source <sql file full path name eg, c:\temp\backup.sql>     /* only .sql file , not zip or gzipped files */ We can use this for local server  / shell access server only  not shared hosting server.

MySQL server gone away

Hello ,  If your project is using many modules especially big modules, may be you will also come across this problem. The problem was-                           I was uploading my database in abc.com, then it was giving following error.                            Error:  got a data bigger than max_allowed_packet                                                     While uploading database from abc.com to localhost the error was:                                                      Error:  MySQL  server gone away    ...

Video Tutorial For File Download After making payment

http://www. torontowebsitedeveloper.com/ category/video/ubercart