Jump to content

Recommended Posts

  • Developer

This is the hidden content, please

Open navicat.exe, click on Register.

Then, open the KeyGen file present in the folder.

Disconnect from the internet, generate key, it will give you an error

Click manual activation, copy the output code to the generator
And click generate (the one at the bottom left for manual activation)

  • Metin2 Dev 59
  • Good 16
  • Love 5
  • Love 26


Join

Link to comment
Share on other sites

thank you very much, 

im trying to connect it to my ip adress to creat a mysql connection for a server

but everytime i put my ip on it it shows error on user root.. and the ip on the error is diferent than the one im using, how can i fix that?

 

Edited by daniel1222
Link to comment
Share on other sites

  • Developer
4 hours ago, daniel1222 said:

thank you very much, 

im trying to connect it to my ip adress to creat a mysql connection for a server

but everytime i put my ip on it it shows error on user root.. and the ip on the error is diferent than the one im using, how can i fix that?

If you post the error it would be a lot, if the ip is right, try changing your mysql password

*pasting the commands into the putty subsequently*

/usr/local/etc/rc.d/mysql-server stop

mysqld_safe --skip-grant-tables &

mysql --user=root mysql

update user SET password=PASSWORD('mypassword') WHERE user='root';

exit;

service mysql-server start

Password is mypassword

I'm just helping you, but just do a Google search.

 

  • Love 1


Join

Link to comment
Share on other sites

  • Management
4 minutes ago, daniel1222 said:

Hello

i think the problem is i don't know the password and i can't change it, don't know why, after i put in the comand 

update user SET password=PASSWORD('mypassword') WHERE user='root';

is says this error 

https://files.fm/f/2k25pubka

PASSWORD() Function is deleted in MySQL 8.X

  • Good 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.