When i give the install.php script the info that it needs, it immediately kicks back with There is an error stopping the installation please check your database. However, if I remove the password, it is giving me an auth error, so I know it is communicating with the database. The database user has update/change ability. Any ideas? This error is very general. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We had some issues as well. Open up schema.sql and replace all occurances of %s with your MW database prefix (replace it with nothing if you have no prefix), then simply import schema.sql in to your MW database.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When i give the install.php script the info that it needs, it immediately kicks back with There is an error stopping the installation please check your database. However, if I remove the password, it is giving me an auth error, so I know it is communicating with the database. The database user has update/change ability. Any ideas? This error is very general. Thanks.
We had some issues as well. Open up schema.sql and replace all occurances of %s with your MW database prefix (replace it with nothing if you have no prefix), then simply import schema.sql in to your MW database.