Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

Setup mySQL on Centos 7

Try to setup a new mysql , where I should suppose to  input MySQL new password but it asks for my password instead.  I have tried root password but no hope.

Any idea ?

Open in new window

mysqlInstall.txt
Avatar of Manfred Bertl
Manfred Bertl
Flag of Germany image

Why are you doing it with 'sudo' when you are already logged in as root?
Avatar of AXISHK
AXISHK

ASKER

Already fixed the password issue. Local access seem fine.

However, I can access to the mysql through mysql workbench. Any idea ?/

Thx
If you can access through workbench, then everything is fine, right? =)
SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi
Seems like remote login  is not enabled in mysql for the particular database.
Avatar of AXISHK

ASKER

SQL WorkBench can't connect to the server IP with port 3306...  it seems that it only allow me for local access...

Try to telnet to the mysql server through port 3306, it can't connect. However, local access work prefect...
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AXISHK

ASKER

thx