Dear Sir, We are trying to install and configure mysql version .23.32 on Linux Red Hat 7. Usinf the configure option ./configure --prefix=/usr/local --localstatedir=/usr/local/mysql/data --with-unix-socket-path=/usr.local/mysql/tmp/mysql.sock the make and make install. we have tried several variations of the configure options. no error is shown during compilation and installation. On executing mysql from root there is an error sayin Can't connect to local MySql server. through var/lib/mysql/mysql.sock. We have tried with changed socket path in configure option giving the above path. But we do'nt find the sock file in any of the directory. Plese help us to resolve this problem. We have already installed apache and PHP4 in our system with success. Akshaya
hi, this is rather off topic, but here goes anyway: you don't indicate that you actually started the mysql daemon. check to make sure it is actually running, you can do this with: $ ps ax | grep mysql if your process is running, you should see several processes (it depends on how many child processes are running with your mysqld). if you do not actually find a process, go to /usr/local/mysql/bin/ . it's best to run safe_mysqld. start it in the background, such as: $ safe_mysqld & then you can log off as root and log in as a normal user without killing the process. if the process is running and you still cannot connect, well, one would need more information to figure that one out. hth. ciao! greg. Gregory Haley DBA/Web Programmer Venaca, LLC On Fri, 23 Mar 2001, Foresight Systems Ltd. wrote:
Dear Sir,
We are trying to install and configure mysql version .23.32 on Linux Red
Hat 7. Usinf the configure option ./configure --prefix=/usr/local --localstatedir=/usr/local/mysql/data --with-unix-socket-path=/usr.local/mysql/tmp/mysql.sock the make and make install. we have tried several variations of the configure options. no error is shown during compilation and installation. On executing mysql from root there is an error sayin Can't connect to local MySql server. through var/lib/mysql/mysql.sock. We have tried with changed socket path in configure option giving the above path. But we do'nt find the sock file in any of the directory. Plese help us to resolve this problem. We have already installed apache and PHP4 in our system with success.
Akshaya
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
"Foresight Systems Ltd." wrote:
Dear Sir, Since you have posted this to the Zope mailing list might I suggest that you go to http://www.zope.org/Products and download the latest version of Zope. While here you may review the plethora of wonderful products that people have donated to enhance the capabilities of an already powerful application server. While the download is taking place you might want to go here and review some of the new user documentation. Since you already have the address of this list, you have access to the greatest help system ever invented. PS. If you still insist on needing MySQL/PHP4/Apache support you might want to ask this question on a mailing list for those products. HTH, Tim
Dear Sir,
We are trying to install and configure mysql version .23.32 on Linux Red
Hat 7. Usinf the configure option ./configure --prefix=/usr/local --localstatedir=/usr/local/mysql/data --with-unix-socket-path=/usr.local/mysql/tmp/mysql.sock the make and make install. we have tried several variations of the configure options. no error is shown during compilation and installation. On executing mysql from root there is an error sayin Can't connect to local MySql server. through var/lib/mysql/mysql.sock. We have tried with changed socket path in configure option giving the above path. But we do'nt find the sock file in any of the directory. Plese help us to resolve this problem. We have already installed apache and PHP4 in our system with success.
Akshaya
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Tim Cook, President - FreePM,Inc. http://www.FreePM.com Office: (901) 884-4126 ONLINE DEMO: http://www.freepm.org:8080/FreePM
participants (4)
-
Chris Withers -
Foresight Systems Ltd. -
ghaley@mail.venaca.com -
Tim Cook