TAG: mysql

PageDescriptionTags
Dump To dump specific table(s): mysqldump --add-drop-table -u user -pPASSWORD dbfoo table1 table2 > dump_foo If you want to import a dump made with mysq…
The binary log contains all statements that update data or potentially could have updated it. Corresponding lines in my.cnf: [...] # Replication Master Serv…
What to put into Mysql config files ... ~/.my.cnf Layout of the ~/.my.cnf configuration file: [client] host=host.domain.tld password = secret user = root …
Steps to be performed to do an upgrade of mysql (e.g. from 5.0.19 to 5.0.27) and some scripts which make life easier :-) Assumpsions: mysql will be installed …
What to to if your MYISAM tables have been corrupted somehow? * stop mysql * move to your data directory * move into the database directory you want to …
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0