SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: mysql.socket
-
Jul 2, 2001, 12:05 #1
- Join Date
- May 2001
- Location
- Northern Virginia
- Posts
- 445
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
mysql.socket
I want to run apache, php, and mysql together... but I am getting a mysql.socket error... the file does exist.
I have also tried to upgrade mysql, but I get errors that says that files conflict.
-
Jul 2, 2001, 14:17 #2
- Join Date
- Jun 2000
- Location
- Sydney, Australia
- Posts
- 3,798
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I hate setting up software. It never goes the way the tutorial/install guide you are following tells you. I hate it when you read tutorial and it says:
Step 3 : Do blah...
Step 4 : If all that worked you will now see a screen with blah...
And you are tearing your hair out because you never got the promissed screen in step 4
Have you started the mysql daemon? You haven't told us which platform you are using. If its *nix
1) to start the mysql server daemon:
/path/to/mysql/bin/mysql.server start
2) if the server daemon is running then you will have the following file:
/tmp/mysql.sock
-
Jul 3, 2001, 07:02 #3
- Join Date
- May 2001
- Location
- Northern Virginia
- Posts
- 445
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
the platform
I am running Red Hat 7.0, php 4, apache, and mysql -
The mysql deamon wont start because of this mysql.sock error
Bookmarks