schnelle Helferseiten für den alternden Herren :)
Klasse Outfit Einteilung nachahmen
http://www.keithjbrown.co.uk/vworks/mysql/mysql_p6.shtml
http://www.keithjbrown.co.uk/vworks/mysql/mysql_pA.shtml Using MySQL, Quick Answers http://www.keithjbrown.co.uk/vworks/mysql/mysql_p5.shtml Using MySQL, Joins
The Equi-Join or Inner Join
Syntax:
SELECT <column_name> FROM <Table1>, <Table2> WHERE (Table1.column = Table2.column)
Using MySQL - Manipulating Data
http://dev.mysql.com/doc/mysql/en/adding-functions.html
http://www.yolinux.com/TUTORIALS/LinuxTutorialMySQL.html
http://www.comp.lancs.ac.uk/computing/users/blundeln/DeptSite/Wiki/wiki/index.php?Installing%20MySQL
http://esm2.imt-mrs.fr/~staffelb/guide_linux/index.html
http://mumford1.dyndns.org/~bs7452/linuxhelp/cups.html
http://www.atnf.csiro.au/people/rgooch/linux/boot-scripts/
http://noebis.pi-noe.ac.at/mysql/MySQL-Reid/mysql02.htm
http://www.it-academy.cc/content/article_browse.php?ID=420
http://noebis.pi-noe.ac.at/mysql/MySQL-Reid/mysql02.htm
Describe LinuxMySQL here.
http://www.python.org/topics/database/modules.html
http://sqlrelay.sourceforge.net/sqlrelay/gettingstarted/mysql.html#creating
http://dmoz.org/Computers/Programming/Databases/
http://dmoz.org/Computers/Programming/Databases/
http://dmoz.org/Computers/Software/Databases/MySQL/
http://lists.mysql.com/mysql/169376
http://www.tek-tips.com/viewthread.cfm?qid=905976
http://www.experts-exchange.com/Databases/Mysql/Q_20989215.html
http://www.webdevelopersnotes.com/tutorials/sql/mysql_development_tutorial_having_clause.php3
http://www.linuxdig.com/news_page/1081889443.php
http://www.digitalvideoschnitt.de/forum/phpforum_TMPGenc_15.html
http://www.digitalvideoschnitt.de/forum/phpforum_DVD-Authoring_13.html
http://www.digitalvideoschnitt.de/forum/phpforum_Ton%20&%20Nachvertonung_23.html
http://www.devshed.com/c/b/MySQL/
http://www.tutorialzone.de/index.php?id=1783
http://www.linux-club.de/viewtopic.php?t=9139
http://www.devshed.com/c/b/MySQL/ http://www.devshed.com/c/a/Python/The-Python-Web-Services-Developer-Part-1/
Backup
#!/bin/sh
DATUM = `date '+-%Y-%m-%d'`
mysqldump -uUSERNAME -pPASSWORT -hlocalhost --opt DBNAME >
/var/backup/backup.sql
gzip -9 --best /var/backup/backup.sql
mv /var/backup/backup.sql.gz /var/backup/forumbackup-${DATUM}.sql.gz
Tags: linux | gnu | unix | howto | apache | webdserver | php | mysql | python | www | web
Linux/MySql (last edited 2008-11-05 08:47:13 by )
