Ok,
I've tried everything... all the permissions are set correctly, I have created a new schema and user under mysql 5.0.27. If set the priviligese for both local and remote accounts. I'm running PHP 5.2.5.
I am always getting a database connection error. I'm running other PHP apps on my server that require MySQL and there is no problem running them.
Any ideas on how I can solve this?
**UPDATE**
I had an idea about MySQL and passwords. I reset the password using OLD_PASSWORD('password') from within mysql and I got a connection. The installation even created the tables but then crashed after that. I looked at the tables and noticed they're all empty. Is this what is supposed to happen? If the tables are supposed to be populated then where is the sql source?
I have what I think is the
I have what I think is the same problem on a brand new install on Vista.
When I get to the database bit with a MySQL new installation (checked passwords, usernames, etc) I keep getting:
{"Parsing form values...":"...done","Generating encryption hash...":"...done","Saving new configuration...":"...done","Reloading configuration...":"...done","Creating table for 'app' class...":"...done"}6
Hmm, the mysql user may not
Hmm, the mysql user may not have permission to create tables. Make sure that they do, and try the installation again. Also, are you using beta3?
I just tried installing it using MySQL, and it seems to work OK.
There's supposed to be some
There's supposed to be some stuff inserted into the 'permissions' table, and the first user should be in the 'user' table, but that's about it.
Could you try using the latest copy from the 1.0 branch, and tell us if the problem persists?
Take a look at Devlopment Version Setup for info on how to do this.
Post new comment