[TYPO3-windows] Lots of mysql errors at install step 1

Rainer Suthoelder typo3-remove at kagru.info
Thu Feb 9 14:05:16 CET 2006


"Brian Bendtsen" wrote:
> I already tried that, I think it might be something wrong with the mysql 
> server setup. When running the config wizard I get the same error in the 
> last step trying to apply security settings.

well, seems like mysql user ODBC has no permissions on that DB. add/modify 
this user and grant him the appropriate privileges. google around if you 
don't know how to do that.
or edit localconf.php directly and add these lines

$typo_db_username = 'my_username';
$typo_db = 'my_password';
$typo_db_host = 'localhost';


rainer 





More information about the TYPO3-windows mailing list