Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to export mysql database using command line?

Sometimes when you have large databases files and you are unable to export the database manually. Then the easiest (and fastest) way is to use command line. Export:- To export the database first need to run the mysqldump.exe and give the fi...

Create excel reports in Drupal 7

PHPExcel library is basically used for creating reports in Excel format. But if we are using Drupal then there is list of contributed modules to achieve this feature and build on top of PHPExcel library. You can use one of the following module...

Exporting Animation in Maya

Hello creative folks, In this short tutorial I am gonna tell you how to export animation from one file to another in Maya. In a scenario where you have some animation done for one character and want that same animation in another character ...

How to export PSD layers to separate files

Hi Guys, This is a simple tip related to the Photoshop scripting power which can help you in many situations to complete your task faster and smartly. I am going to tell you how to export several layers of a PSD document to the respective s...

How to import/export data using CSV in PostgreSQL

To export a table data from Postgres database to a CSV file, use the "COPY to" command. You can create a CSV file using MS-Excel or directly create a file from the command. Syntax: COPY (SELECT * FROM table_name) to E'C:\Users\main\Documents\...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: