[TYPO3-install] 123 install no connection to the database.

Chris Miner chris_miner at me.com
Thu Aug 11 20:42:47 CEST 2011


Am 11.08.2011 um 19:25 schrieb Philipp Gampe:

> Hi Chris,
> 
> Chris Miner wrote:
> 
>> Yes it does.  I connected with:
>> mysql --protocol=SOCKET --socket=/tmp/mysql.sock -u typo3 -p
>> 
>> Although, I now wonder if php is not trying to connect to that db.  Hmm...
> 
> That is why you should try with PhpMyAdmin. Maybe your PHP is not set up 
> correctly.

Added user to other mysql server on my machine.  No luck.

In addition, phpMyAdmin sadly reports:
The mcrypt extension is missing. Please check your PHP configuration.
<irony>I so love opensource software.</irony>

so now I have to find the phpMyAdmin forum and ask them what the problem
is, so I can get back to the typo3 forum and ask what the problem is.  With luck
I won't have to contact the mcrypt forum and ask them what the problem is.
Actually I just wanted to volunteer my time to put together a website for a private
non-profit, but I guess they'll have to wait till I get all this "free" software running.

> I can not much help you with that,

szkoda

> because the defaults always worked for me 
> ;)

To dobrze dla ciebie.

> You could try to look up php->mysql in PHP documentation and do the connect 
> in a test script:
> 
> <?php
> /** @see http://php.net/manual/de/function.mysql-connect.php */
> $test = mysql_connect('localhost:3306', 'root', 'password');
> ?>

I'll give it a try.  Thanks for the suggestion.

> 
> You might want to check if selinux (does Mac OS X have such a think?) is 
> allowed to make remote connections.

command not found.  I would think it would be neat if typo3 new why exactly
why it can't talk to my database.  Pech gehabt.

Cheers
Chris



More information about the TYPO3-install mailing list