Jump to content
  • 0

[Help] MySQL Error Number 1045


Question

Posted

I try Everything But nothing

 

 

I Unistall and install MySQL more than 30 times But Nothnig

 

I read Something On Internet If i used GUI

 

 

i dont Understand

 

Btw if some1 know how can i dissolve Them Please Post Here Thanks

3 answers to this question

Recommended Posts

  • 0
Posted

jajaj xD just setup MySql password xD

 

To setup root password for first time, use mysqladmin command at shell

prompt as follows:

$ mysqladmin -u root password NEWPASSWORD

However if you want to change (or update) a root password, then you need

to use following command:

$ mysqladmin -u root -p oldpassword newpass

  • 0
Posted

I dont Understand Btw Can you explain me Better ....

 

Where i write this $ mysqladmin -u root password NEWPASSWORD

 

 

:s:s:s:s:s:S

  • 0
Posted

before you start to do anything go in your MySql/MySql server x.x/bin

and click right click with mouse on file "mysqld" choice run as... and click ok

Start > Run > CMD

and you will see something like this

C:\Documents and Settings\Enes Osmanovic>

next use cd..

C:\Documents and Settings\Enes Mocni>cd.. (and press enter )

C:\Documents and Settings>cd.. (and press enter )

C:\ (you will have this lets go on next step)

nect step copy your location of MySQL bin folder and use next

C:\cd C:\Program Files\MySQL\MySQL Server 5.1\bin (where is C:\Program Files\MySQL\MySQL Server 5.1\bin location of your bin folder from your MySql )

You will see this :

C:\Program Files\MySQL\MySQL Server 5.1\bin>

 

Now use commands and don't use $  in commands Have a Fun !!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...