Closed
Bug 527475
Opened 15 years ago
Closed 15 years ago
[AMO] Give webdev CLI access to preview.amo's database
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: chizu)
Details
I'm attempting to run the following command on phpmyadmin:
UPDATE addons
SET locale_disambiguation = CONVERT(CONVERT(CONVERT(locale_disambiguation USING latin1) using binary) using utf8)
WHERE LENGTH(locale_disambiguation) > CHAR_LENGTH(locale_disambiguation);
It appears to run but doesn't do the same thing as it does on my dev box on khan. Perhaps it's connecting with a different charset or something. Additionally, this query:
SELECT * FROM addons where id=4964;
gives me junk in the locale_disambiguation field. Fixing phpmyadmin would be great if it's quick, but we should have command line access as well.
Reporter | ||
Comment 1•15 years ago
|
||
ETA?
You can connect to addons_reskin on tm-stage01-master01 from khan now. I've emailed the details to you.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•15 years ago
|
||
works great, thanks
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•