Is MySQL Embedded the solution?

2007-07-28 Thread Car Toper
I am starting to do the R&D on the next phase of development on my program and I am looking for a database and I am wondering if MySQL Embedded is the solution. The database needs to be embedded from the standpoint that when my application starts, so does the database, when mine shuts down, so doe

Access denied for user on Windows Server

2007-08-21 Thread Car Toper
I have a MySql server running on a Windows box that I cannot connect to from another machine. I first checked to make sure the user has the correct permissions, which the user does, it has the %. I did read something that gave me the impression the user needs to have a tranditional windows accoun

Re: Access denied for user on Windows Server

2007-08-21 Thread Car Toper
More info... I am able to login with the account via phpMyAdmin on the server. Also, I am trying to use phpMyAdmin to change the permissions, but I cannot figure out the syntax: GRANT ON ppsntracker.* TO [EMAIL PROTECTED] WITH GRANT OPTION; Cartoper On 8/21/07, Car Toper <[EMAIL PROTEC