Jump to content

VDI FreeBSD 9.2 / Compilable Sources


Recommended Posts

Le 23/02/2015 à 15:09, cosmin24hd a dit :

 

1. Open PuTTY and log in as


User: root
Password dev

2.


Type cd /var/db

3


tar zxvf inscarnium_db.tar.gz

After this follow the next steps =>

 

1 Go to


/etc/rc  (FileZilla)

2


Edit rc.conf and add last line
mysql_args="--skip-grant-tables --skip-networking"

3


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

4


 mysql -u root mysql

5


UPDATE user SET Password=PASSWORD('New Password') WHERE USER='root';

6


FLUSH PRIVILEGES;

7


exit;

8


Edit again rc. conf and delete the line
mysql_args="--skip-grant-tables --skip-networking"

8


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

9


mysql_upgrade -p --force => the password you've set above

10


Login to MySQL with your password.

I did as you said, but there is always the error on Navicat when I try to connect :

1045 - Access denied for user 'root'@'192.168.1.34'(using password: YES)

Can you help me please ?

Le 23/02/2015 à 15:09, cosmin24hd a dit :

 

1. Open PuTTY and log in as


User: root
Password dev

2.


Type cd /var/db

3


tar zxvf inscarnium_db.tar.gz

After this follow the next steps =>

 

1 Go to


/etc/rc  (FileZilla)

2


Edit rc.conf and add last line
mysql_args="--skip-grant-tables --skip-networking"

3


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

4


 mysql -u root mysql

5


UPDATE user SET Password=PASSWORD('New Password') WHERE USER='root';

6


FLUSH PRIVILEGES;

7


exit;

8


Edit again rc. conf and delete the line
mysql_args="--skip-grant-tables --skip-networking"

8


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

9


mysql_upgrade -p --force => the password you've set above

10


Login to MySQL with your password.

I did as you said, but there is always the error on Navicat when I try to connect :

1045 - Access denied for user 'root'@'192.168.1.34'(using password: YES)

Can you help me please ?

Le 23/02/2015 à 15:09, cosmin24hd a dit :

 

1. Open PuTTY and log in as


User: root
Password dev

2.


Type cd /var/db

3


tar zxvf inscarnium_db.tar.gz

After this follow the next steps =>

 

1 Go to


/etc/rc  (FileZilla)

2


Edit rc.conf and add last line
mysql_args="--skip-grant-tables --skip-networking"

3


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

4


 mysql -u root mysql

5


UPDATE user SET Password=PASSWORD('New Password') WHERE USER='root';

6


FLUSH PRIVILEGES;

7


exit;

8


Edit again rc. conf and delete the line
mysql_args="--skip-grant-tables --skip-networking"

8


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

9


mysql_upgrade -p --force => the password you've set above

10


Login to MySQL with your password.

I did as you said, but there is always the error on Navicat when I try to connect :

1045 - Access denied for user 'root'@'192.168.1.34'(using password: YES)

Can you help me please ?

  • Metin2 Dev 2
Link to comment
Share on other sites

  • 4 months later...
  • 4 weeks later...
  • 2 months later...
  • 1 year later...
  • 3 years later...

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.