Ga naar inhoud


MYSQL password vergeten


Gast toppie44

Aanbevolen berichten

Hallo allemaal

 

Ik ben op mn webserver jinzora aan t instaleren(online streamen) nou vraag die onder t instaleren de paswoord en gebruikersnaam van de database van MYSQL <img src="/forums/images/graemlins/confused.gif" alt="" />

Nu staat me iets bij toen ik MYSQL instaleerde dat de gebruikersnaam en password ROOT waren ,dat heb ik toen uiteraard veranderd ,maar in wat <img src="/forums/images/graemlins/shocked.gif" alt="" />

 

Is er een manier in MYSQL om je pass te veranderen of te resetten??

 

Zag zat op t net dingen staan maar dat is voor mij abacadabra

 

Ik hoop dat er iemand is die t simpel uit an leggen

 

Hoor t graag groetjes toppie

Link naar reactie
Delen op andere sites


Question :

I have lost my MySQL root password, how can I get in?

Answer :

If you have forgotten the root user password for MySQL, you can restore it with the following procedure:

 

Take down the mysqld server by sending a kill (not kill -9) to the mysqld server.

 

The pid is stored in a .pid file, which is normally in the MySQL database directory:

kill `cat /mysql-data-directory/hostname.pid`

 

You must be either the Unix root user or the same user the server runs as to do this.

 

Restart mysqld with the --skip-grant-tables option.

 

Connect to the mysqld server with mysql -h hostname mysql and change the password with a GRANT command.

 

See section 7.35 GRANT and REVOKE Syntax http://www.mysql.com/doc/G/R/GRANT.html

 

You can also do this with mysqladmin -h hostname -u user password 'new password'

 

Load the privilege tables with: mysqladmin -h hostname flush-privileges or with the SQL command FLUSH PRIVILEGES.

 

Note that after you started mysqld with --skip-grant-tables, any usage of GRANT commands will give you an Unknown command error until you have executed FLUSH PRIVILEGES.

Link naar reactie
Delen op andere sites

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...