Ticket #1060 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

can't run mysql.sh on upgrade

Reported by: anarcat Assigned to: anonymous
Priority: block Milestone: alternc-0.9.7
Component: Package Debian Version: alternc-0.9.6.2
Severity: major Keywords:
Cc:

Description

Granting users
ERROR 1045 (28000) at line 1: Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)
You are using mysql 5.0, so we try with root account and no password since debian-sys-maint doesn't work.
Granting users
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Can't grant system user sysusr, abording

Change History

08/27/07 18:16:40 changed by anarcat

Upgrade AlternC de 0.9.6.1 à 0.9.6.4-1, durant un upgrade de sarge à etch.

08/27/07 18:33:31 changed by anarcat

  • status changed from new to closed.
  • resolution set to fixed.

(In [1914]) instead of assuming that SHOW TABLES; gives us GRANT privileges, simply try to GRANT with our multiple techniques

Fixes: #1060