Closed
Bug 310557
Opened 19 years ago
Closed 19 years ago
Checksetup fail to connect to mysql
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: hamid, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; FunWebProducts-MyWay)
Build Identifier:
When I run Checksetup.pl it cann't connect to mysql
I have mysql mysql-max-4.1.14-sun-solaris2.8-sparc-64bit running under Solaris
5.8
and the default socket is changed
to /users/bugzilla/mysql4bugzilla/data/mysql.sock
Reproducible: Always
Actual Results:
bash# ./checksetup.pl
Checking perl modules ...
Checking for AppConfig (v1.52) ok: found v1.55
Checking for CGI (v2.93) ok: found v3.03
Checking for Data::Dumper (any) ok: found v2.101
Checking for Date::Format (v2.21) ok: found v2.22
Checking for DBI (v1.36) ok: found v1.40
Checking for DBD::mysql (v2.1010) ok: found v2.9003
Checking for File::Spec (v0.82) ok: found v0.86
Checking for File::Temp (any) ok: found v0.14
Checking for Template (v2.08) ok: found v2.12
Checking for Text::Wrap (v2001.0131) ok: found v2001.0929
The following Perl modules are optional:
Checking for GD (v1.20) ok: found v1.41
Checking for Chart::Base (v1.0) found unknown version
Checking for XML::Parser (any) ok: found v2.34
Checking for GD::Graph (any) ok: found v1.43
Checking for GD::Text::Align (any) ok: found v1.18
Checking for PatchReader (v0.9.4) found v0.9.2
If you you want to see graphical bug charts (plotting historical data over
time), you should install libgd and the following Perl modules:
Chart: /usr/local/bin/perl -MCPAN -e 'install "Chart::Base"'
If you want to see pretty HTML views of patches, you should install the
PatchReader module:
PatchReader: /usr/local/bin/perl -MCPAN -e 'install "PatchReader"'
Checking user setup ...
Removing existing compiled templates ...
Precompiling templates ...
DBI connect
(';localhost;5000;mysql_socket=/users/bugzilla/mysql4bugzilla/data/mysql.sock','
bugs',...) failed: Can't connect to local MySQL server through
socket '/users/bugzilla/mysql4bugzilla/data/mysql.sock' (146)
at ./checksetup.pl line 1460
Can't connect to the mysql database. Is the database installed and
up and running? Do you have the correct username and password selected in
localconfig?
I have an other mysql version running with the default parameters
Comment 1•19 years ago
|
||
This is a support issue, not a bug. For support, see: http://www.bugzilla.org/support/
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Updated•19 years ago
|
Severity: major → trivial
You need to log in
before you can comment on or make changes to this bug.
Description
•