/    Sign up×
Community /Pin to ProfileBookmark

hi

I downloaded Wampserver2.0 and get the following warning in phpmyadmin (homepage) see attachment ‘x.jpg’.

Ive tried using:

[CODE]
SET PASSWORD FOR root@localhost=” PASSWORD(‘my_new_password’);
[/CODE]

where i change ‘my_new_password’ to ‘password’

followed by:

[CODE]
FLUSH PRIVILEGES;
[/CODE]

but this doesn’t seem to work! see attachment ‘z.jpg’

Does anyone have a fix for this warning? in phpMyadmin.

[upl-file uuid=14aa4871-5342-46f9-ac7f-ae812ba5ec09 size=68kB]x.jpg[/upl-file]

[upl-file uuid=bbeedd65-db59-4571-b55d-a1cc06f29162 size=41kB]z.jpg[/upl-file]

to post a comment
PHP

4 Comments(s)

Copy linkTweet thisAlerts:
@ZABIAug 24.2009 — Hi there, wanna try the following in cmd:[CODE]
net stop mysql
start /b X:patho_to_MySQLbinmysqld-nt.exe --skip-grant-tables --user=root
X:path_to_MySQLbinmysql -e "update mysql.user set PASSWORD=PASSWORD('password') where user = 'root'"
X:path_to_MySQLbinmysqladmin -u root shutdown
[/CODE]

where X is your installation drive for your Wampserver2.0.
Copy linkTweet thisAlerts:
@1cookieauthorAug 24.2009 — hi

Are each of these statements on separate lines? i.e. do i hit return upon entering each statement; before typing the next?
Copy linkTweet thisAlerts:
@1cookieauthorAug 24.2009 — Hi there, wanna try the following in cmd:[CODE]
net stop mysql
start /b X:patho_to_MySQLbinmysqld-nt.exe --skip-grant-tables --user=root
X:path_to_MySQLbinmysql -e "update mysql.user set PASSWORD=PASSWORD('password') where user = 'root'"
X:path_to_MySQLbinmysqladmin -u root shutdown
[/CODE]

where X is your installation drive for your Wampserver2.0.[/QUOTE]


hi

Its not liking that code Zabi!
Copy linkTweet thisAlerts:
@ZABIAug 24.2009 — yes these are seprate statements each line.

Reset password script may also help you;

You can find this file in MySQLscriptsresetpwd.bat under your wampserver installation directory...

i'm not sure about its existance bcoz i'm using AppServ so have a look at there...
×

Success!

Help @1cookie spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.30,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...