12:
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Requested resource not available
By: Fiona Malikoff
|
In response to 11 | 03/22/07 08:36 PM | ||
Anders,
The error is this bit: import-db: BUILD FAILED But why mysql thinks this table is read only I have no idea. I assume you are trying to do a fresh install - not upgrade from a previous version. If you are trying to do a fresh install, can you MySQL client and delete the lams2 database manually before running the install. We are still finalising the 2.0.2 installer so wait till that one is ready (real soon now!) I'm not sure how you can drop a database in WinMySQLadmin - I've never managed to get it working properly since I reinstalled XAMPP on my PC. To do it via the command line version you should be able to go to the command line and do the following, replacing "c:\Program Files\xampp\mysql" with your path to mysql: C:\Documents and Settings\Administrator>"c:\Program Files\xampp\mysql\bin\mysql" -ulams2 -p Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> drop database lams2; mysql> exit Fiona Posted by Fiona Malikoff |
|
Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum