Re: Server Instance Setup Error

2008-03-22 Thread AndrewMcHorney

I will rerun later today

At 08:04 2008-03-10, you wrote:

That error message is usually when you try to login to MySQL by whatever
means (the Windows install Wizard may be attempting this in the final steps
upon starting up? But it should not be starting up as root...).

Can you complete the installation using the wizard (I am assuming this is
where the error is occurring), then start-up MySQL?

This error generally occurs when a user attempts to login. We may need some
more details to troubleshoot this. Can you please re-run the install.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Server Instance Setup Error

2008-03-10 Thread Vidal Garza

Craig Huffstetler escribió:

Greetings again Andrew,

That error message is usually when you try to login to MySQL by whatever
means (the Windows install Wizard may be attempting this in the final steps
upon starting up? But it should not be starting up as root...).

Can you complete the installation using the wizard (I am assuming this is
where the error is occurring), then start-up MySQL?

This error generally occurs when a user attempts to login. We may need some
more details to troubleshoot this. Can you please re-run the install.

Sincerely,

Craig Huffstetler

On Sun, Mar 9, 2008 at 6:12 PM, AndrewMcHorney [EMAIL PROTECTED]
wrote:

  

Hello

I am running on Windows XP and MYSQL 5.05.1A. I have not yet started up
mysql.

Andrew

At 13:52 2008-03-09, you wrote:


mysql GRANT ALL ON databaseName.* TO
  

'your_mysql_name'@'your_client_host';





  

#mysql -S /tmp/mysql.sock

--

Ing. Vidal Garza Tirado
Depto. Sistemas
Aduanet S.A. de C.V.
Tel. (867)711-5850 ext. 4346, Fax (867)711-5855.
Ave. César López de Lara No. 3603 Int. B Col Jardín.
Nuevo Laredo, Tamaulipas, México. 




--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.
For all your IT requirements visit: http://www.aduanet.net


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Server Instance Setup Error

2008-03-09 Thread AndrewMcHorney

Hello

I just tried to install the mysql server and I am getting the 
following error messgae for the Apply Security Setting:


The security settings could not be applied.
Error number 1045
Access denied for use '[EMAIL PROTECTED]' (using password:YES)

What does this mean and how do I fix it?

Thanks,
Andrew


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Server Instance Setup Error

2008-03-09 Thread Craig Huffstetler
Greetings Andrew,

Make sure you have granted access to your user: (run command line)
mysql GRANT ALL ON databaseName.* TO 'your_mysql_name'@'your_client_host';

Sincerely,

Craig Huffstetler

P.S. - What version of MySQL, what operating system and are you using the
command line (I was assuming you are familiar with the command line)...the
command above is to be run via the command line.


On Sun, Mar 9, 2008 at 2:23 PM, AndrewMcHorney [EMAIL PROTECTED]
wrote:

 Hello

 I just tried to install the mysql server and I am getting the
 following error messgae for the Apply Security Setting:

 The security settings could not be applied.
 Error number 1045
 Access denied for use '[EMAIL PROTECTED]' (using password:YES)

 What does this mean and how do I fix it?

 Thanks,
 Andrew


 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
 http://lists.mysql.com/[EMAIL PROTECTED]




Re: Server Instance Setup Error

2008-03-09 Thread Craig Huffstetler
Greetings again Andrew,

That error message is usually when you try to login to MySQL by whatever
means (the Windows install Wizard may be attempting this in the final steps
upon starting up? But it should not be starting up as root...).

Can you complete the installation using the wizard (I am assuming this is
where the error is occurring), then start-up MySQL?

This error generally occurs when a user attempts to login. We may need some
more details to troubleshoot this. Can you please re-run the install.

Sincerely,

Craig Huffstetler

On Sun, Mar 9, 2008 at 6:12 PM, AndrewMcHorney [EMAIL PROTECTED]
wrote:

 Hello

 I am running on Windows XP and MYSQL 5.05.1A. I have not yet started up
 mysql.

 Andrew

 At 13:52 2008-03-09, you wrote:
 mysql GRANT ALL ON databaseName.* TO
 'your_mysql_name'@'your_client_host';