Skip to content
View in the app

A better way to browse. Learn more.

OldStyle Gaming Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
  • Founder

1. Se intra in putty cu utilizatorul si cu parola de root

2. Se opreste serverul MySQL:

COD: SELECTAŢI TOT

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

3. Se porneste serverul mysql fara parola de root:

COD: SELECTAŢI TOT

mysqld_safe --skip-grant-tables &

4. Ne conectam ca root la serverul mysql:

COD: SELECTAŢI TOT

 mysql -u root

5. Rulam urmatoarele comenzi, care vor reseta parola de root:

COD: SELECTAŢI TOT

use mysql;

COD: SELECTAŢI TOT

update user set password=PASSWORD('paroladorita') where user='root';

COD: SELECTAŢI TOT

flush privileges;

COD: SELECTAŢI TOT

quit

6. Oprim serverul mysql:

COD: SELECTAŢI TOT

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

7. Il pornim normal:

COD: SELECTAŢI TOT

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

De aici inainte totul ar trebui sa functioneze normal. Pentru siguranta putem testa daca parola s-a schimbat intr-adevar folosind clientul mysql:

COD: SELECTAŢI TOT

 mysql -u root -p

Featured Replies

No posts to show

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.