• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » my
Trace: • WiFi Config QR-Code • cursor • Virtual Network Visualization • share • plugin • ISO 3166-1 alpha-2 • image_package_system • cli • cloudtable • Thunderbird Extendsions

my
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:mysql (10)
  • info:cryptography (2)
  • info:linux (2)
  • info:mac (2)
  • info:script (2)
  • info:java (1)
  • info:prog (1)
  • info:solaris (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • MySQL
  • andunix Infos
  • MySQL: Backup
  • MySQL: Create Database
  • Database Administration
  • MySQL: Remove Database
  • andunix Infos
  • MySQL: Grant Permissions
  • Permission Administration
  • MySQL: Revoke Permissions
  • andunix Infos
  • MySQL: View Permissions
  • MySQL: Create User
  • User Administration
  • MySQL: Change Password
  • MySQL: Remove User
  • andunix Infos

Fulltext results:

MySQL: Backup @info:mysql:database
6 Hits, Last modified: 13 years ago
====== MySQL: Backup ====== ===== Export a Database ===== <code bash> # set or replace the variables $USER, $PASS and $DB mysqldump --add-drop-table -u${USER} -p${PASS} ${DB}... nd $PASS DATE_YMD=$(date "+%Y-%m-%d") DATABASES=$(mysql --batch -u${USER} -p${PASS} mysql --execute='show databases') for db in ${DATABASES} do mysqld
init @info:linux:debian
4 Hits, Last modified: 13 years ago
init Scripts ===== To activate an init script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): update-rc.d myscript remove Further information can be found at [[http://wiki.debian.org
Command Line Tools Used in My Scripts @info:script
3 Hits, Last modified: 13 years ago
====== Command Line Tools Used in My Scripts ====== This is a list of comman dline tools which I use in my scripts an which should be installed on every of my systems. Basic tools (e.g. awk, find, grep, ps) w
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
====== DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was searching for a DynDNS client for my OpenSolaris Home Server, but a small bash script ... et you know in an update. This script is part of my scripts collection, so you can find the latest ve
MySQL: Change Password @info:mysql:user
3 Hits, Last modified: 12 years ago
====== MySQL: Change Password ====== * Replace ''{passwd}'' with the password of the user. * Repl... ternatively use the following: <code sql> UPDATE mysql.user SET Password=PASSWORD('{passwd}') WHERE User='{user}'; FLUSH PRIVILEGES; </code> {{tag>admin database mysql password sql}}
Make your Mac feel at Home @info:mac
2 Hits, Last modified: 10 years ago
feel at Home ====== A small snippet from one of my scripts which tests whether your Mac is in the gi... Set this to your Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID info from 'airport' and searc
MySQL: Remove User @info:mysql:user
2 Hits, Last modified: 13 years ago
====== MySQL: Remove User ====== ==== Remove User ==== <code sql> DROP USER '{user}'@'%'; </code> =... b} <code sql> DROP USER '{user}'@'%'; DROP DATABASE '{db}'; </code> {{tag>admin database mysql sql}}
Cleanup Packages @info:linux:debian
2 Hits, Last modified: 12 years ago
Try to report documentation packages. --guess-dummy Try to report dummy packages. --guess-kernel Try to report kernel modules.
MySQL: Create Database @info:mysql:database
2 Hits, Last modified: 13 years ago
====== MySQL: Create Database ====== ==== Create Database ==== <code sql> CREATE DATABASE IF NOT EXI... `{db}`; GRANT ALL PRIVILEGES ON `{db}` . * TO '{user}'@'%'; </code> {{tag>admin database mysql sql}}
MySQL: Remove Database @info:mysql:database
2 Hits, Last modified: 13 years ago
====== MySQL: Remove Database ====== ==== Remove Database ==== <code sql> DROP DATABASE IF EXISTS `{db}`; </code> {{tag>admin database mysql sql}}
MySQL: Grant Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
====== MySQL: Grant Permissions ====== ==== Grant Permissions ==== <code sql> GRANT ALL PRIVILEGES ON `{db}` . * TO '{user}'@'%'; </code> {{tag>admin database mysql sql}}
MySQL: View Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
====== MySQL: View Permissions ====== ==== View Permissions ==== <code sql> SHOW PRIVILEGES; SHOW GRANTS FOR '{user}'@'%'; </code> {{tag>admin database mysql sql}}
MySQL: Revoke Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
====== MySQL: Revoke Permissions ====== ==== Revoke Permissions ==== <code sql> REVOKE ALL PRIVILEGES ON `{db}` . * FROM '{user}'@'%'; </code> {{tag>admin database mysql sql}}
MySQL: Create User @info:mysql:user
2 Hits, Last modified: 10 years ago
====== MySQL: Create User ====== ==== Create User ==== <code sql> CREATE USER '{user}'@'%' IDENTIFIE... L ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin database mysql sql}}
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
2 Hits, Last modified: 13 years ago
on Exam (CX-310-200 & -202) ====== I'm preparing myself for the two exams to achieve the [[http://www... em Administrator (SCSA)]] certification. This are my notes taken while studying the preparation books.
Debug Server Certificate from Client @info:cryptography:openssl
2 Hits, Last modified: 12 years ago
Command Line Audio @info:mac
1 Hits, Last modified: 13 years ago
jps - Java Virtual Machine Process Status Tool @info:java
1 Hits, Last modified: 13 years ago
MySQL @info:mysql
1 Hits, Last modified: 13 years ago
Firefox @info:prog:firefox
1 Hits, Last modified: 13 years ago
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki