php
–Dumping the Database –
You can dump the database in the server, in sql format using ‘mysqldump’
Syntax:
mysqldump -u root -p demo_db > dump.sql
Here ‘demo_db’ is the name of the database and dump.sql is the name we give for the sql...
Stories
Most Recent
Most Popular
Most Commented
SHOW TABLE STATUS works likes SHOW TABLES, but provides a lot of information about each table. You can also get this list using the mysqlshow –status db_name...
made popular Mar 18 2008
Stories
Most Recent
Most Popular
Most Commented
Currently this sections has no news, Please try Again Later or help us in building this section
You can Submit Newslinks HERE
You can Submit Newslinks HERE
Home

RSS



