NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@en:linux:mysql
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

MySQL Backup under Linux
18 Hits, Last modified: 18 months ago
ers, we get the following instructions for use: <code bash> $ mysqldump Usage: mysqldump [OPTIONS] data... OPTIONS] For more options, use mysqldump --help </code> With <code bash>$ mysqldump --help</code> all available options are displayed. However, not all of these are rele
Check and optimise mysql databases
8 Hits, Last modified: 21 months ago
s ====== ===== Commands ===== ==== Check ==== <code bash>$ mysqlcheck -c -p[pass] -A</code> ^ Parameter ^ Alias ^ Meaning ^ | --check | -c | Check tables ... bases | -A | All databases | ==== Analyse ==== <code bash>$ mysqlcheck -a -p[pass] -A</code> ^ Parameter ^ Alias ^ Meaning ^ | --analyze | -a | Analyse tab
Change MySQL passwords
4 Hits, Last modified: 21 months ago
an-sys-maint is stored in /etc/mysql/debian.cnf <code bash> /etc/init.d/mysql stop # Stoppen des MySQ... # Als root am MySQL-Server anmelden </code> <code mysql> update user set Password=PASSWORD('hier-neues-passwort-hin') where user='root'; # neues... setzen flush privileges; # neuladen der Benutzertabellen exit; </code>
MySQL Operating system error number 13
2 Hits, Last modified: 20 months ago
log// the following error message is displayed: <code text> Feb 23 19:30:50 v21080422 mysqld_safe[22878... 23 19:30:50 v21080422 mysqld_safe[22888]: ended </code> ===== Solution ===== The problem is that the f