Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: how can I create a socket file?

Started 4 months ago by JLarky
Quote: Originally Posted by enigma82 I have a problem: I accidentally erased my socket file in mysql. Anybody knows how I can create that file back? I tried copying a socket file from another location and renaming it but it didn't work. Code: mkfio /path/to/file is it?
Site: LinuxQuestions.org - where Linux users come for help  LinuxQuestions.org - where Linux users come for help - site profile
Forum: Linux - Software  Linux - Software - forum profile
Total authors: 2 authors
Total thread posts: 2 posts
Thread activity: no new posts during last week
Domain info for: linuxquestions.org

Other posts in this thread:

arbitraryantonym replied 1 month, 2 weeks ago
mysql.sock is a fifo file. It is essentially a bidirectional pipe "|" that exists as a file so that processes can talk to eachother without going to all the trouble of using network sockets. see the options for mkfifo. on my system the file is: srwxrwxrwx mysql mysql Also note that you should double check /etc/services and make sure mysql is listed in there (default port 3306).

 

Top contributing authors

Name
Posts
JLarky
2
user's latest post:
how can I create a socket file?
Published (2009-08-24 07:28:00)
Quote: Originally Posted by enigma82 I have a problem: I accidentally erased my socket file in mysql. Anybody knows how I can create that file back? I tried copying a socket file from another location and renaming it but it didn't work. Code: mkfio /path/to/file is it?
arbitraryantonym
1
user's latest post:
how can I create a socket file?
Published (2009-11-09 21:20:00)
mysql.sock is a fifo file. It is essentially a bidirectional pipe "|" that exists as a file so that processes can talk to eachother without going to all the trouble of using network sockets. see the options for mkfifo. on my system the file is: srwxrwxrwx mysql mysql Also note that you should double check /etc/services and make sure mysql is listed in there (default port 3306).

Related threads on "LinuxQuestions.org - where Linux users come for help":

Related threads on other sites:

Thread profile page for "how can I create a socket file?" on http://www.linuxquestions.org. This report page is a snippet summary view from a single thread "how can I create a socket file?", located on the Message Board at http://www.linuxquestions.org. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity