Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Peter Russ
--- Original Nachricht --- Absender: Sascha Egerer Datum: 16.10.2007 15:43: > Marco Antonioli schrieb: >> Hi Peter >> you are right!! >> >> 1) if I try with: >> mysql_connect('localhost:3307', 'myuser', 'mypass') >> >> "Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in >

Re: [TYPO3] Typo3 and connection to mysql on non standard port SOLVED

2007-10-16 Thread Marco Antonioli
Thanks guys!! I change password using OLD_PASSWORD as suggested by Sascha. using 127.0.0.1:3307 now works using localhost:3307 doesn't works "Access denied...", but I guess that php still uses STANDARD port, ignoring :3307. thanks all! Marco Sascha Egerer ha scritto: > Marco Antonioli schri

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Sascha Egerer
Marco Antonioli schrieb: > Hi Peter > you are right!! > > 1) if I try with: > mysql_connect('localhost:3307', 'myuser', 'mypass') > > "Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in > /xxx/test_db5.php on line 3 > 1 Could not connect: Access denied for user: '[EMAIL PROTECT

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Marco Antonioli
Hi Peter you are right!! 1) if I try with: mysql_connect('localhost:3307', 'myuser', 'mypass') "Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /xxx/test_db5.php on line 3 1 Could not connect: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) " I think that

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Peter Russ
--- Original Nachricht --- Absender: Marco Antonioli Datum: 16.10.2007 13:57: > Hi Peter > > from install tool: > "Could not connect to SQL database!" > > Attempting to connect to backend: > "The current username, password or host was not accepted when the > connection to the database wa

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Marco Antonioli
Hi Peter from install tool: "Could not connect to SQL database!" Attempting to connect to backend: "The current username, password or host was not accepted when the connection to the database was attempted to be established! Database Error" This also with sock.. Is there a debug to activate or

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Peter Russ
--- Original Nachricht --- Absender: Marco Antonioli Datum: 16.10.2007 11:22: > Hi Peter > > this is from install tool: > > safe_mode: off > sql.safe_mode: off > open_basedir: off > > thanks Marco > Which error message do you get with $typo_db_host ='127.0.0.1:3307' -- Fiat lux! Doc

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Marco Antonioli
Hi Peter this is from install tool: safe_mode: off sql.safe_mode: off open_basedir: off thanks Marco Peter Russ ha scritto: > --- Original Nachricht --- > Absender: Marco Antonioli > Datum: 16.10.2007 09:16: >> Hi Robert, >> >> thanks , but seems that doesn't works. >> I tried also with

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Peter Russ
--- Original Nachricht --- Absender: Marco Antonioli Datum: 16.10.2007 09:16: > Hi Robert, > > thanks , but seems that doesn't works. > I tried also with 127.0.0.1:/path/to/sock but it's the same. > > I checked again db permission but are correct and I can connect with it > with various

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-16 Thread Marco Antonioli
Hi Robert, thanks , but seems that doesn't works. I tried also with 127.0.0.1:/path/to/sock but it's the same. I checked again db permission but are correct and I can connect with it with various tools. @mauro : maybe dbal is a solution. I can consider it if no direct solutions comes from typo

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-15 Thread Robert von Hackwitz
On Mon, 2007-10-15 at 18:09 +0200, Marco Antonioli wrote: > Hi all, > > I have a mysql version 4.1 installed on port 3306 (linux OS). > For testing poupose I have installed mysql 5.0 on the same machine but > on port 3307 (and a different sock location), and this works fine. > > Now I want to co

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-15 Thread Mauro Lorenzutti
Hi Marco, what about using dbal? I don't know if there are easier solutions but with dbal you can specify an alternative port for the dbms connection. Regards, -- Mauro Lorenzutti e-mail: [EMAIL PROTECTED] - WEBFORMAT srl | Corte Europ

Re: [TYPO3] Typo3 and connection to mysql on non standard port

2007-10-15 Thread ries van Twisk
One solution could be is let each MySQL server listen to a different IP. Not sure if that's possible though Ries On Oct 15, 2007, at 11:09 AM, Marco Antonioli wrote: > Hi all, > > I have a mysql version 4.1 installed on port 3306 (linux OS). > For testing poupose I have installed mysql 5.0

[TYPO3] Typo3 and connection to mysql on non standard port

2007-10-15 Thread Marco Antonioli
Hi all, I have a mysql version 4.1 installed on port 3306 (linux OS). For testing poupose I have installed mysql 5.0 on the same machine but on port 3307 (and a different sock location), and this works fine. Now I want to configure a Typo3 with a 4.1.2 version site (all sites on that machine us