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.

Starts 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
15 Hits, Last modified: 18 months ago
ns for us are: -u -p The -u option specifies the user name that has access to the database. The -p opti... the following syntax: <code bash>$ mysqldump -u USER -p database USERDATABASE > usr1_db.sql</code> USER corresponds to the user. The -p option is passed without an associat
MySQL Operating system error number 13
4 Hits, Last modified: 20 months ago
uired by MySQL have incorrect rights or incorrect user (groups). The following commands set the correct user ((as an example user: mysql Group:adm / adjust accordingly to your own configuration)). ==== Commands for user/group assignment ==== <file bash setuser-mysql.t
Change MySQL passwords
3 Hits, Last modified: 21 months ago
starten # In einem neuen Terminal dann mysql --user=root mysql # Als root am MySQL-Server anmelden </code> <code mysql> update user set Password=PASSWORD('hier-neues-passwort-hin') where user='root'; # neues Passwort setzen flush privileg