MySQL
Below is a very useful command on Linux or Unix to watch your MySql Connection.
watch -n1 mysqladmin proc stat
it will help you know about your MySql real things happening on your server.
Stories
Most Recent
Most Popular
Most Commented
–Dumping the Database –
You can dump the database in the server, in sql format using ‘mysqldump’
Syntax:
mysqldump -u root -p demo_db >...
made popular Mar 22 2008
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
After all the industry speculation about MySQL being a “hot 2008 IPO”, this probably takes most of us by surprise — users, community members, customers, partners,...
made popular Jan 17 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





