2:
Re: Problem with insert-database
By: Fiona Malikoff
|
In response to 1 | 03/27/07 04:46 PM | ||
Piet,
Are you running the Windows installer, the generic Unix/Linux installer or building from source? Given you mention lams.properties, I assume you are using teh generic Unix/Linux installer. (1) Is MySQL running on the same server as where you are trying to run the install? (2) Have you done anything special when you configured MySQL? In MySQL, you can set it up so that a particular user can only log in from certain servers. Have you changed the root user so that it can only log in from a particular server? This is usually only an issue if MySQL is running on a different database. (3) Is the username and database name the default values in the lams.properties file (ie lams2) or a different name? (4) Can you login to MySQL using the database username and password that you have in the lams.properties file? Normally this user is created by the previous step in the build, and I'm wondering if that might have gone wrong. This user is created so that it can only log in from the local machine, so if MySQL is on another server there could be a problem. Try this, replacing lams2 with whatever you set the username and database name to in your properties file. $ mysql -u lams2 -p Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use lams2; Database changed mysql> exit; Posted by Fiona Malikoff |
|
Reply to first post on this page
Back to Problems Installing LAMS