Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
mysql [2011/10/10 11:37] admin |
mysql [2013/06/05 09:01] (aktuell) admin |
||
|---|---|---|---|
| Zeile 2: | Zeile 2: | ||
| [[http://olex.openlogic.com/wazi/2011/get-the-most-out-of-phpmyadmins-visual-query-designer/|phpMyAdmin’s Visual Query Designer]] \\ | [[http://olex.openlogic.com/wazi/2011/get-the-most-out-of-phpmyadmins-visual-query-designer/|phpMyAdmin’s Visual Query Designer]] \\ | ||
| + | [[MySQL - ACCESS]] \\ | ||
| + | [[ACCESS - MySQL]] \\ | ||
| [[http://www.bullzip.com/products/a2m/info.php|MS ACCESS to MySQL]] \\ | [[http://www.bullzip.com/products/a2m/info.php|MS ACCESS to MySQL]] \\ | ||
| [[http://www.webcheatsheet.com/SQL/mysql_backup_restore.php#phpmyadmin|Backing Up and Restoring using phpMyAdmin]] \\ | [[http://www.webcheatsheet.com/SQL/mysql_backup_restore.php#phpmyadmin|Backing Up and Restoring using phpMyAdmin]] \\ | ||
| Zeile 152: | Zeile 154: | ||
| | Create Table Example 2. | create table [table name] (personid int(50) not null auto_increment primary key,firstname varchar(35),middlename varchar(50),lastname varchar(50) default 'bato'); | | | Create Table Example 2. | create table [table name] (personid int(50) not null auto_increment primary key,firstname varchar(35),middlename varchar(50),lastname varchar(50) default 'bato'); | | ||
| - | ==== Binary Log Files ==== | + | ===== Binary Log Files ===== |
| <file /etc/my.cnf> | <file /etc/my.cnf> | ||
| ... | ... | ||