Lost connection to MySQL server during query.

2002-12-05 Thread Theodore Reph
, it gives me this error. Linux 2.4 MySQL 3.23.52 ---- Theodore Reph [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list ar

RE: Automatically start MySQLServer on RedHat Linux 7.3

2002-12-04 Thread Theodore Reph
To get MySQL to automatically to start at bootup for mode 3: In /etc/rc.d/rc3.d, mv K12mysql to S12mysql. Theodore Reph [EMAIL PROTECTED] -Original Message- From: Ken Morley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 8:31 AM To: '[EMAIL PROTECTED]

RE: Some Basic Questions I can't Find Answers to

2002-12-04 Thread Theodore Reph
Linda: MySQL is a database and Apache is a webserver. They are two independent applications. To access the MySQL database, you will use CGI programming or JSP. Theodore Reph [EMAIL PROTECTED] -Original Message- From: Linda Carter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December

Moving the location of mysql.sock and mysql_setpermission

2002-12-03 Thread Theodore Reph
x27;t make a connection to the mysql server. The error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at /usr/bin/mysql_setpermission line 65, line 1. How do I fix this? ------ Theodore R