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 inst

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 installat

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 ass

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 yo

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? Th