Resolved Login password vs MySQL password

ejlx10ho

New Member
Messages
10
Reaction score
0
Points
1
1. How do I change my login password for x10 hosting.com?

2. Is this login password automatically the same password for MySQL database?

3. Can I change the password of MySQL database independently from my login password?
 

spacresx

Community Advocate
Community Support
Messages
2,183
Reaction score
195
Points
63
I think you can do that from inside directadmin.
with my theme im using there is a little figure in the top right corner,
(has like messages, login keys, login history, password)
click password and you should see "Current DirectAdmin Password:"
and "Enter new password:"
then 3 check boxes under where you enter the passwords,
DirectAdmin Account, Main FTP Account and Main Database Account.
i would advise making sure they are all checked though,
so they share the same master password.

"Can I change the password of MySQL database independently"
i assume you could do that but i would not advise it.
by only checking "Main Database Account"

the location of this option may depend on the theme you
are using for your directadmin.
 
Last edited:

Anna

I am just me
Staff member
Messages
11,739
Reaction score
579
Points
113
You should not change the account password through DirectAdmin, it will resync when you login through the SSO panel to what you have there. With the new panel that is in development you will be able to change password.

For mysql, as being connected from a script, you should always create a separate mysql user and password rather then use the base account. For the base account it will always be the same password for mysql and account login.
 

spacresx

Community Advocate
Community Support
Messages
2,183
Reaction score
195
Points
63
@ Anna
thanks for correcting me on on that,
i did not think of the sso panel login sync.
i just presumed the changes could be done inside directadmin.
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
I think you can use the forgotten password link to change your password; that seems to work.
 

wooprapp

Member
Messages
110
Reaction score
7
Points
18
The best way to successfully and safely change your password right now is how I did mine earlier today by going to their login page then click forgot. Go through the settings, change your password and login again.

Changing the account password through the DA is broken.

SQL, x10 and FTP are all separate different passwords unless you specifically specified for them to be the same one.
 
Top