KB Home | Advanced Search | News | Glossary | Login
Navel Knowledge Base Logo
Home » Categories » MySQL » Command Line
All Categories
Expand
Category
Apache (16)
Expand
Category
App Tools (4)
Expand
Category
CentOS (11)
Expand
Category
CMS (2)
Expand
Category
CSS Tricks (4)
Expand
Category
Electronis > (1)
Expand
Category
JavaScript (9)
Expand
Category
jQuery (5)
Expand
Category
Linux Command Line (13)
Expand
Category
MikroTik (1)
Collapse
Category
MySQL (23)
Collapse
Category
Command Line (2)
article
Limiting the number of records from mysqldump?
article
MySQL OPTIMIZE & Repair all tables in one go
Expand
Category
Configuration (8)
Expand
Category
phpMyAdmin (1)
article
Export and Import all MySQL databases at one time
article
Server error: Connection reset by peer | End of script output before headers
article
"End of script output before headers" in Apache + PHP
article
Incorrect string value: ’\xF0\x9F\x8E\xB6\xF0\x9F...’ MySQL
article
Host ’xxx.xx.xxx.xxx’ is not allowed to connect to this MySQL server
article
How to change the MySQL root account password on CentOS7?
article
Optimizing query for large number of rows in mysql
article
UTF8 DB Text Fix
article
mysqldump exports only one table
article
How to export a mysql database using Command Prompt?
article
How do I import an SQL file using the command line in MySQL?
article
LEFT JOIN vs. LEFT OUTER JOIN in SQL Server
Expand
Category
Network (1)
Expand
Category
Nginx (1)
Expand
Category
PHP (12)
Expand
Category
PHP Tricks (2)
Expand
Category
Smarty (1)
empty
Category
Smarty Tricks (0)
Expand
Category
SSL (1)
Expand
Category
Third-party (2)
Expand
Category
TypeScript (1)
Expand
Category
Virtualization (18)
Expand
Category
VMware (1)
Expand
Category
Webmin (10)
Expand
Category
Windows (6)
Expand
Category
WordPress (9)
Command Line Articles RSS FeedIcon Subscriber Subscribe
Limiting the number of records from mysqldump?
Viewed 744 times since Fri, Sep 11, 2020
mysqldump -u root -p --opt --where="1 ORDER BY id DESC LIMIT 0, 10000" database the_table > the_table_10k.sql   Reference: https://stackoverflow.com/questions/135835/limiting-the-number-of-records-from-mysqldump Read More
MySQL OPTIMIZE & Repair all tables in one go
Viewed 576 times since Mon, Sep 7, 2020
mysqlcheck -o --all-databases -u root -pmysqlcheck -o <db_name> -u root -p=================================================mysqlcheck --auto-repair --check --all-databases -u root -p mysqlcheck --auto-repair --databases <db_name> -u... Read More
 
Subscribe to knowledgebase
Get notified when new articles are added to the knowledgebase.