Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jun 2001
Posts: 729
Coder
Coder
Offline
Joined: Jun 2001
Posts: 729
Ack, a windos box eek

My background is MySQL under Linux (RedHat) Hmmm... I guess the commands will be the same I will just need to figure out how the command lines differ in the executable.

What version of Windows server is this btw?

Have you run winmysqladmin? The first time you are asked to create one user that is admin/root.

Lets go back and check permissions...

restart MySql server with --skip-grant-tables
Login to mysql --user=root
select * from mysql.user
check that 'admin' is there with a correct password set AND FOR Host='localhost'
if yes, then you mistyped your 'admin' password. Change it.

if not, then change the 'admin' entry:

update mysql.user set Host='localhost',Password=PASSWORD('youradminpassword') WHERE User='admin';
flush privileges;
exit;

Now try restarting MySql server normally. Let us know how this goes...

Sponsored Links
Entire Thread
Subject Posted By Posted
problem in set up phpmyadmin with mysql kenhk 11/06/2003 12:57 PM
Re: problem in set up phpmyadmin with mysql 1QuickSI 11/07/2003 5:06 AM
Re: problem in set up phpmyadmin with mysql kenhk 11/07/2003 6:42 AM
Re: problem in set up phpmyadmin with mysql Charles Capps 11/07/2003 9:15 PM
Re: problem in set up phpmyadmin with mysql kenhk 11/08/2003 3:11 AM
Re: problem in set up phpmyadmin with mysql Charles Capps 11/08/2003 3:32 AM
Re: problem in set up phpmyadmin with mysql kenhk 11/08/2003 1:49 PM
Re: problem in set up phpmyadmin with mysql 1QuickSI 11/09/2003 8:10 AM
Re: problem in set up phpmyadmin with mysql kenhk 11/09/2003 9:56 AM
Re: problem in set up phpmyadmin with mysql Mark Schonfeld 11/09/2003 12:02 PM
Re: problem in set up phpmyadmin with mysql Mark Schonfeld 11/09/2003 12:04 PM
Re: problem in set up phpmyadmin with mysql 1QuickSI 11/09/2003 5:03 PM
Re: problem in set up phpmyadmin with mysql kenhk 11/09/2003 5:53 PM
Re: problem in set up phpmyadmin with mysql Burak 11/09/2003 7:39 PM
Re: problem in set up phpmyadmin with mysql kenhk 11/09/2003 8:30 PM
Re: problem in set up phpmyadmin with mysql 1QuickSI 11/09/2003 8:41 PM
Re: problem in set up phpmyadmin with mysql 1QuickSI 11/09/2003 8:46 PM
Re: problem in set up phpmyadmin with mysql kenhk 11/12/2003 6:41 PM
Re: problem in set up phpmyadmin with mysql kenhk 11/14/2003 4:19 AM
Re: problem in set up phpmyadmin with mysql 1QuickSI 11/16/2003 6:54 PM
Re: problem in set up phpmyadmin with mysql kenhk 11/19/2003 2:55 AM
Re: problem in set up phpmyadmin with mysql kenhk 11/26/2003 11:39 PM
Re: problem in set up phpmyadmin with mysql kenhk 12/09/2003 8:52 PM
Re: problem in set up phpmyadmin with mysql AllenAyres 12/10/2003 1:41 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)