You are correct. It was a typo. Good thing I don't work at a nuclear power plant.<br><br>Thanks<br><br><div><span class="gmail_quote">On 9/21/07, <b class="gmail_sendername">Paul Nelson</b> <<a href="mailto:pnelson.k12@gmail.com">
pnelson.k12@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 9/20/07, Ken Johnson <<a href="mailto:ken.tech1@gmail.com">
ken.tech1@gmail.com</a>> wrote:<br>> I reinstalled K12LTSP twice, followed the Moodle Howto twice, both times wit<br>> the same result. The setup created what it was supposed to, I run SHOW<br>> DATABASES and the Moodle Database shows up. Service mysql start shows ok.
<br>><br>> Is it a permissions issue? How should it be set?<br>><br>> Whatever mistake I'm making, I'm consistent (both installs)<br>><br>> I'm almost over the goal line, but I'm a few yards short.
<br>><br>><br>>  On 9/20/07, Immanuel Derks <<a href="mailto:I.Derks@translucent.nl">I.Derks@translucent.nl</a>> wrote:<br>> ><br>> > ><br>> > >  I get an error message in red that says:
<br>> > ><br>> > > "We could not connect to the database you specified. Please check your<br>> > > database settings."<br>> > ><br>> > > What am I doing wrong and how do I check the database settings?
<br><br>Make sure you have the right database name, password and user. You can<br>test this by logging into mysql with your moodle user name.<br><br>mysql -u moodleusername -p  (replace moodle username with yours)<br><br>
mysql wiil ask you for your password and if you get it right, you'll<br>be able to login. These are the same usernames and passwords you<br>should be entering in the web based moodle install but instead, you're<br>
testing them in a terminal window.<br><br>Once you're in mysql you can test the database name by typing:<br>use moodledb;  (replace with name of your database.)<br><br>Be sure you deal with step 14 in the howto and address selinux issues.
<br>If you are sure you have the right database info and you've set<br>permissions on the moodledata directory correctly then you can go<br>ahead an manually edit the site/default/settings.php file, but from<br>the error message you're getting I'm 
99.999% sure that you have a typo<br>in your database name, username or password.<br><br>;-) Paul<br><br>_______________________________________________<br>K12OSN mailing list<br><a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com
</a><br><a href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a><br>For more info see <<a href="http://www.k12os.org">http://www.k12os.org</a>><br></blockquote></div>
<br>