~ubuntu-branches/ubuntu/gutsy/bugzilla/gutsy-security

« back to all changes in this revision

Viewing changes to docs/html/dbdoc.html

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Alexis Sukrieh, Francesco P. Lovergine
  • Date: 2004-12-07 22:54:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041207225445-ezb3nym06pow9mng
Tags: 2.16.7-0.2
* NMU 0-days due to serious/important bug solving which prevents
  bugzilla entering testing.

[ Alexis Sukrieh ]

* Post-inst won't fail anymore when no MySQL server is
  available. Added an automatic way of setting up the MySQL server if
  /etc/mysql/debian.cnf exists, will read values from it then.
  (closes: #250638)
* Using a MySQL user with '-' inside its name won't fail anymore.
  (closes unreported bug)
* Better handling on DBI connection errors. When DBI complains about
  something, user is not confused anymore by ugly error messages.
  (closes: #154249)
* Running checksetup.pl by hand won't break the Bugzilla's installation
  anymore. User can use it as he want without running dpkg-reconfigure.
  (closes: #200707)

[ Francesco P. Lovergine ]

* Now rules removes .cvsignore file which trashes /usr/share/bugzilla/template.
* Added virtual package httpd to the list of web server.
  (closes: #213784)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
2
<HTML
2
3
><HEAD
3
4
><TITLE
6
7
NAME="GENERATOR"
7
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8
9
REL="HOME"
9
 
TITLE="The Bugzilla Guide - 2.16.4 Release"
 
10
TITLE="The Bugzilla Guide - 2.16.7 Release"
10
11
HREF="index.html"><LINK
11
12
REL="UP"
12
13
TITLE="The Bugzilla Database"
36
37
><TH
37
38
COLSPAN="3"
38
39
ALIGN="center"
39
 
>The Bugzilla Guide - 2.16.4 Release</TH
 
40
>The Bugzilla Guide - 2.16.7 Release</TH
40
41
></TR
41
42
><TR
42
43
><TD
73
74
CLASS="section"
74
75
><A
75
76
NAME="dbdoc"
76
 
></A
77
 
>B.2. MySQL Bugzilla Database Introduction</H1
 
77
>B.2. MySQL Bugzilla Database Introduction</A
 
78
></H1
78
79
><P
79
80
>This information comes straight from my life. I was forced to learn
80
81
    how Bugzilla organizes database because of nitpicky requests from users
134
135
><H2
135
136
CLASS="section"
136
137
><A
137
 
NAME="AEN2175"
138
 
></A
139
 
>B.2.1. Bugzilla Database Basics</H2
 
138
NAME="AEN2388"
 
139
>B.2.1. Bugzilla Database Basics</A
 
140
></H2
140
141
><P
141
142
>If you were like me, at this point you're totally clueless about
142
143
      the internals of MySQL, and if it weren't for this executive order from
172
173
><P
173
174
>To connect to your database:</P
174
175
><P
175
 
>&#13;              <TT
 
176
>&#13;              <SAMP
176
177
CLASS="prompt"
177
 
>bash#</TT
 
178
>bash#</SAMP
178
179
>
179
180
 
180
181
              <B
182
183
>mysql</B
183
184
>
184
185
 
185
 
              <TT
 
186
              <VAR
186
187
CLASS="parameter"
187
 
><I
188
 
>-u root</I
189
 
></TT
 
188
>-u root</VAR
190
189
>
191
190
            </P
192
191
><P
211
210
><P
212
211
>You should now be at a prompt that looks like this:</P
213
212
><P
214
 
>&#13;              <TT
 
213
>&#13;              <SAMP
215
214
CLASS="prompt"
216
 
>mysql&#62;</TT
 
215
>mysql&#62;</SAMP
217
216
>
218
217
            </P
219
218
><P
231
230
 
232
231
            file for your Bugzilla database, type:</P
233
232
><P
234
 
>&#13;              <TT
 
233
>&#13;              <SAMP
235
234
CLASS="prompt"
236
 
>mysql</TT
 
235
>mysql</SAMP
237
236
>
238
237
 
239
238
              <B
250
249
><H3
251
250
CLASS="section"
252
251
><A
253
 
NAME="AEN2202"
254
 
></A
255
 
>B.2.1.1. Bugzilla Database Tables</H3
 
252
NAME="AEN2415"
 
253
>B.2.1.1. Bugzilla Database Tables</A
 
254
></H3
256
255
><P
257
256
>Imagine your MySQL database as a series of spreadsheets, and
258
257
        you won't be too far off. If you use this command:</P
259
258
><P
260
 
>&#13;          <TT
 
259
>&#13;          <SAMP
261
260
CLASS="prompt"
262
 
>mysql&#62;</TT
 
261
>mysql&#62;</SAMP
263
262
>
264
263
          <B
265
264
CLASS="command"