It looks like the mysql user doesn't exist on my SXDE 09/07 machine. Is that going to be fixed in build 79 where AMP is included? It seems silly to provide a web stack, and the user has to manually create the mysql user.
With Postgres, the 'postgres' user (role actually) already exists with the default install Also, with Postgres, when you start the service, it automatically initializes the database. We need the same thing for mysql - all the user should have to do is start the service and then be ready to start programming against MySQL. We don't want a lot of painful steps for a developer before they can get started. If you've already taken care of this, great! If you haven't, please consider doing this, or let me know why this doesn't work. I'm happy to be educated, and Lord knows I regularly need it :) Thanks, David P.S. is there a way for me to install and test the web stack stuff prior to build 79? -- David W. Van Couvering NetBeans Solaris Integration http://davidvancouvering.blogspot.com
