Jump to content

Recommended Posts

Posted

Hello!

 

I am interested in installing PEAR. I attempted to install using go-pear, but I just couldn't get it to connect to the database. If anyone out there has some good basic instructions on how to install it here in TCH, I would be very happy to hear it.

 

Also, if you have any words of advice or warning, feel free to include them.

 

Thanks!

Posted

PEAR is on the server, were you after a specific module though? Since not all module are installed. Open a ticket with your requirements / issue and we'll see if we can help get you sorted.

Posted (edited)

Ok, I may do that soon. I don't know a whole lot about pear, but I find that it may make my database stuff easier.

 

If anyone has a quick piece of script with working code which connects to a database. Of course, please hide your username and passsword.

 

Thanks again for the response!

Edited by erisande
Posted

I found out that the connection string definitions I found on the internet were not working for me. But this one did:

 

>$dsn = "mysql://$db_user:$db_pass@unix+$db_host/$db_name";

I hope that helps someone. That was all I needed to get this thing moving!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...