Get data from CRM Database

Hi All

I am unable to log into my Suite CRM account due to some issues with my server
Is there any way to download the data that was saved in my CRM database.

Thanks in advance

If you have root access to your database you can ovewrite the admin password in the database, and then you can log in.

// MySQL
update users set user_hash = md5('jimsPassword') where user_name = 'jim';