MySQL and mSQL: [databases for moderate sized organizations & web sites]
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
1999
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XV, 487 S. |
ISBN: | 1565924347 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV012783425 | ||
003 | DE-604 | ||
005 | 20230905 | ||
007 | t | ||
008 | 990921s1999 gw |||| 00||| ger d | ||
020 | |a 1565924347 |c kart. : DM 70.00, $ 34.95 |9 1-56592-434-7 | ||
035 | |a (OCoLC)246223766 | ||
035 | |a (DE-599)BVBBV012783425 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a ger | |
044 | |a gw |c DE | ||
049 | |a DE-355 |a DE-861 |a DE-739 |a DE-20 |a DE-29T |a DE-91G |a DE-522 |a DE-526 |a DE-11 |a DE-525 |a DE-188 |a DE-M100 | ||
084 | |a ST 271 |0 (DE-625)143639: |2 rvk | ||
084 | |a DAT 663f |2 stub | ||
100 | 1 | |a Yarger, Randy Jay |e Verfasser |4 aut | |
245 | 1 | 0 | |a MySQL and mSQL |b [databases for moderate sized organizations & web sites] |c Randy Jay Yarger, George Reese, and Tim King |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 1999 | |
300 | |a XV, 487 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a MySQL | |
650 | 4 | |a mSQL | |
650 | 0 | 7 | |a mSQL |0 (DE-588)4559386-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a MySQL |0 (DE-588)4559381-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a MySQL |0 (DE-588)4559381-4 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a mSQL |0 (DE-588)4559386-3 |D s |
689 | 1 | |5 DE-604 | |
700 | 1 | |a Reese, George |d 1969- |e Verfasser |0 (DE-588)115566821 |4 aut | |
700 | 1 | |a King, Tim |d 1954- |e Verfasser |0 (DE-588)1301033626 |4 aut | |
856 | 4 | 2 | |m SWB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008694226&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-008694226 |
Datensatz im Suchindex
_version_ | 1806775686853033984 |
---|---|
adam_text |
MYSQL AND MSQL RANDY JAY YARGER, GEORGE REESE, AND TIM KING O'REILLY*
BEIJING * CAMBRIDGE * FARNHAM * KOELN * PARIS * SEBASTOPOL * TAIPEI *
TOKYO TABLE OF CONTENTS PREFACE .* IX L GETTING STARTED WITH MYSQL AND
MSQL / /. INTRODUCTTON TO RELATIONAL DATABASES 3 WHAT IS A DATABASE? 4
WHAT IS A RELATIONAL DATABASE? 5 APPLICATIONS AND DATABASES 6 MYSQL AND
MSQL 7 2. DATABASE DESIGN 13 DATABASE DESIGN 13 NORMALIZATION 16 A
LOGICAL DATA MODELING METHODOLOGY 25 PHYSICAL DATABASE DESIGN 26 3.
INSTALLATION 30 MYSQL 30 MSQL 37 4. MYSQL 39 DESIGN 39 INSTALLING MYSQL
41 RUNNING MYSQL 41 DATABASE ADMINISTRATION 42 V YI_ TABLE OFCONTENTS
MYSQL UTILITIES 58 PERFORMANCE TUNING 62 5. MSQL 68 DESIGN 68 MSQL
VERSIONS 70 INSTALLING MSQL 72 RUNNING MSQL 73 DATABASE ADMINISTRATION
77 MSQL UTILITIES 84 6. SQL ACCORDING TO MYSQL AND MSQL 90 SQL BASICS 90
CREATING AND DROPPING TABLES 93 SQLDATATYPES 94 INDICES 100 SEQUENCES
AND AUTO-INCREMENTING 101 MANAGING DATA \ 103 QUERIES 105 EXTENDED
FUNCTIONALITY 109 7. OTHER MID-RANGE DATABASE ENGINES 113 WHAT IS
"FREE"? 113 WHAT MYSQL AND MSQL LACK 114 POSTGRESQL 117 GNU SQL 118
BEAGLE 119 MAKING COMPARISONS 119 IL DATABASE PROGRAMMING 121 8.
DATABASE APPLICATION ARCHITECTURES 123 THE CLIENT/SERVER ARCHITECTURE
123 DATA PROCESSING 124 OBJECT/RELATIONAL MODELING 125 THE THREE-TIER
ARCHITECTURE 127 9- CGI PROGRAMMING 130 WHAT IS CGI? 130 HTMLFORMS 131
TABLE OF CONTENTS VII THE CGI SPECIFICATION 136 IMPORTANT CONSIDERATIONS
FOR CGI SCRIPTS 143 CGI AND DATABASES 152 10. PERL. 154 DBI 154 AN
EXAMPLE DBI APPLICATION 161 MSQL.PM 165 MYSQLPERL 174 11. PYTHON 181
BASIC CONNECTIVITY 181 DYNAMIC CONNECTIVITY 184 12. PHP AND OTHER
SUPPORT FOR DATABASE-DRIVEN HTML 187 ALTERNATIVES FOR DYNAMIC CONTENT ON
THE WEB 187 W3-MSQL 189 PHP 193 EMBEDDEDPERL 195 13. CAND C++ 197 THE
TWO APIS 197 OBJECT-ORIENTED DATABASE ACCESS IN C++ 203 14. JAVA AND
JDBC. 216 WHATLSJDBC? 216 SIMPLE DATABASE ACCESS 221 DYNAMICTDATABASE
ACCESS 224 A GUEST BOOK SERVLET 227 III. REFERENCE 229 15. SQL REFERENCE
231 MYSQL SQL 231 MSQLSQL 269 16. MYSQL AND MSQL SYSTEM VARIABLES 275
MYSQL SYSTEM VARIABLES 275 MSQL SYSTEM VARIABLES 280 VIII _ TABLE OF
CONTENTS 17. MYSQL AND MSQL PROGRAMS AND UTILITIES 284 MYSQL UTILITIES
284 MSQL UTILITIES 299 18. PHP AND LITE REFERENCE 303 PHP 303 LI TE 334
19. C REFERENCE 345 MYSQL C API 345 MSQL C API 36I 20. PYTHON REFERENCE
368 MODULE: MYSQL 368 MODULE: MSQL 372 21. PERL REFERENCE 375
INSTALLATION 375 DBI.PM API 37J MSQL.PM API 396 MYSQL.PM API 412 22.
JDBC REFERENCE 416 INDEX *. 469 S |
any_adam_object | 1 |
author | Yarger, Randy Jay Reese, George 1969- King, Tim 1954- |
author_GND | (DE-588)115566821 (DE-588)1301033626 |
author_facet | Yarger, Randy Jay Reese, George 1969- King, Tim 1954- |
author_role | aut aut aut |
author_sort | Yarger, Randy Jay |
author_variant | r j y rj rjy g r gr t k tk |
building | Verbundindex |
bvnumber | BV012783425 |
classification_rvk | ST 271 |
classification_tum | DAT 663f |
ctrlnum | (OCoLC)246223766 (DE-599)BVBBV012783425 |
discipline | Informatik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV012783425</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20230905</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">990921s1999 gw |||| 00||| ger d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1565924347</subfield><subfield code="c">kart. : DM 70.00, $ 34.95</subfield><subfield code="9">1-56592-434-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)246223766</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV012783425</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-861</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-522</subfield><subfield code="a">DE-526</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-525</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-M100</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 271</subfield><subfield code="0">(DE-625)143639:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 663f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Yarger, Randy Jay</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">MySQL and mSQL</subfield><subfield code="b">[databases for moderate sized organizations & web sites]</subfield><subfield code="c">Randy Jay Yarger, George Reese, and Tim King</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">1999</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 487 S.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">MySQL</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">mSQL</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">mSQL</subfield><subfield code="0">(DE-588)4559386-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">MySQL</subfield><subfield code="0">(DE-588)4559381-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">MySQL</subfield><subfield code="0">(DE-588)4559381-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">mSQL</subfield><subfield code="0">(DE-588)4559386-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Reese, George</subfield><subfield code="d">1969-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)115566821</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">King, Tim</subfield><subfield code="d">1954-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1301033626</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">SWB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008694226&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-008694226</subfield></datafield></record></collection> |
id | DE-604.BV012783425 |
illustrated | Not Illustrated |
indexdate | 2024-08-08T00:06:07Z |
institution | BVB |
isbn | 1565924347 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-008694226 |
oclc_num | 246223766 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-861 DE-739 DE-20 DE-29T DE-91G DE-BY-TUM DE-522 DE-526 DE-11 DE-525 DE-188 DE-M100 |
owner_facet | DE-355 DE-BY-UBR DE-861 DE-739 DE-20 DE-29T DE-91G DE-BY-TUM DE-522 DE-526 DE-11 DE-525 DE-188 DE-M100 |
physical | XV, 487 S. |
publishDate | 1999 |
publishDateSearch | 1999 |
publishDateSort | 1999 |
publisher | O'Reilly |
record_format | marc |
spelling | Yarger, Randy Jay Verfasser aut MySQL and mSQL [databases for moderate sized organizations & web sites] Randy Jay Yarger, George Reese, and Tim King 1. ed. Beijing [u.a.] O'Reilly 1999 XV, 487 S. txt rdacontent n rdamedia nc rdacarrier MySQL mSQL mSQL (DE-588)4559386-3 gnd rswk-swf MySQL (DE-588)4559381-4 gnd rswk-swf MySQL (DE-588)4559381-4 s DE-604 mSQL (DE-588)4559386-3 s Reese, George 1969- Verfasser (DE-588)115566821 aut King, Tim 1954- Verfasser (DE-588)1301033626 aut SWB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008694226&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Yarger, Randy Jay Reese, George 1969- King, Tim 1954- MySQL and mSQL [databases for moderate sized organizations & web sites] MySQL mSQL mSQL (DE-588)4559386-3 gnd MySQL (DE-588)4559381-4 gnd |
subject_GND | (DE-588)4559386-3 (DE-588)4559381-4 |
title | MySQL and mSQL [databases for moderate sized organizations & web sites] |
title_auth | MySQL and mSQL [databases for moderate sized organizations & web sites] |
title_exact_search | MySQL and mSQL [databases for moderate sized organizations & web sites] |
title_full | MySQL and mSQL [databases for moderate sized organizations & web sites] Randy Jay Yarger, George Reese, and Tim King |
title_fullStr | MySQL and mSQL [databases for moderate sized organizations & web sites] Randy Jay Yarger, George Reese, and Tim King |
title_full_unstemmed | MySQL and mSQL [databases for moderate sized organizations & web sites] Randy Jay Yarger, George Reese, and Tim King |
title_short | MySQL and mSQL |
title_sort | mysql and msql databases for moderate sized organizations web sites |
title_sub | [databases for moderate sized organizations & web sites] |
topic | MySQL mSQL mSQL (DE-588)4559386-3 gnd MySQL (DE-588)4559381-4 gnd |
topic_facet | MySQL mSQL |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008694226&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT yargerrandyjay mysqlandmsqldatabasesformoderatesizedorganizationswebsites AT reesegeorge mysqlandmsqldatabasesformoderatesizedorganizationswebsites AT kingtim mysqlandmsqldatabasesformoderatesizedorganizationswebsites |