MySQL: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
** [[/notes]]: disorganized information, mostly how-to
** [[/notes]]: disorganized information, mostly how-to
* '''Components''':
* '''Components''':
** [[mysqlcheck]]
** [[mysqldump]]
** [[MySQL Workbench]]
** [[MySQL Workbench]]
* [[/archive]]: older stuff that probably is no longer applicable
* [[/archive]]: older stuff that probably is no longer applicable
Line 34: Line 36:


===How To===
===How To===
* '''repair munged tables'''
* '''repair munged tables''': see [[mysqlcheck]]
** [https://dev.mysql.com/doc/refman/5.5/en/mysqlcheck.html 4.5.3 mysqlcheck — A Table Maintenance Program]
* '''data recovery'''
* '''data recovery'''
** [http://dev.mysql.com/doc/refman/5.5/en/backup-and-recovery.html Chapter 7. Backup and Recovery]
** [http://dev.mysql.com/doc/refman/5.5/en/backup-and-recovery.html Chapter 7. Backup and Recovery]

Latest revision as of 14:55, 6 November 2024

<hide> page type::article thing type::software software type::database engine license::libre/open source </hide>

About

MySQL is a FOSS database engine and server. It fills roughly the same niche as Microsoft SQL Server.

The MySQL package (at least in Linux) has a number of helper utilities available, including MySQL Workbench (a combination of the former MySQL Administrator and MySQL Query Browser applications).

Articles

Reference

How To

News

Archive

These two apps have been merged into MySQL Workbench: