"No such file or directory" error...

Hi guys,

I’m a massive beginner to MySql and have hit a problem. I can connect to the server fine but then I get the error “No such file or directory”.

I googled this and got some solutions here:

Only problem is, I don’t even understand them. For instance, what is php.ini and where do I find it?? What is a sock and how do I find that?? I’m using an ftp window and a phpmyadmin type set-up and basically have no idea what I’m doing to the point where I can’t try out any of these solutions.

If somebody could give me some help I’d really appreciate it!

Thanks!

PHP.INI is the configuration file for PHP - If you’re using shared hosting you might not have access to this file.

But if you’re using your own machine, you should be able to find it fast (their can be multiple, since it cascades)

Just issue this command…

[php]find . -name “php.ini”[/php]

It will show you where the file is located. “Sock” is just a term for sockets

In this view, it has a very good knowledge is very good.

Sponsor our Newsletter | Privacy Policy | Terms of Service