A bit I forgot mentions, my Zope is using relstorage to store all data on MySQL, = ), below is the tables for database that some instance uses

mysql> show tables;
+-------------------+
| Tables_in_mydb   |
+-------------------+
| current_object    |
| new_oid           |
| object_ref        |
| object_refs_added |
| object_state      |
| pack_object       |
| pack_state        |
| pack_state_tid    |
| transaction       |
+-------------------+
9 rows in set (0.00 sec)


the most of data on tables above is in binary

Regards,

- -
iarly selbir | ski0s

:wq!


On Wed, Dec 30, 2009 at 3:36 PM, Lennart Regebro <regebro@gmail.com> wrote:
On Wed, Dec 30, 2009 at 18:29, iarly selbir | ski0s <iarlyy@gmail.com> wrote:
> sorry, if I don't explained right
>
> through /manager/acl_users I can change users passwords, right?

Yes.

> I'm trying to find out how to do it by command line

You can't, unless you write a custom command for it, which is likely
to be more complicated that you'd like.

--
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64