× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Jim,

I installed MYSQL before it was included with Zend. So I have my own
Start up program. In the start up program I have a SBMJOB that will
start with an error log and one without. I typically comment out the
SBMJOB with the error log as it can get quite large. I do know that the
mysql.sock file is created during start up. It would be helpful to see
if MYSQL starts up enough to generate an error log. My CL program is
included.

PGM

/* Run with a Log File */

/* SBMJOB CMD(CALL PGM(QP2SHELL) +

PARM('/usr/local/mysql/bin/mysqld_safe' +

'--user=mysql --log=general.log +

--log-error=mysqlerr.log')) JOB(MYSQLD) +

JOBD(MYSQLLIB/MYSQLJOBD) +

JOBQ(MYSQLLIB/MYSQLJOBQ) */

/* Run without Log File */

SBMJOB CMD(CALL PGM(QP2SHELL) +

PARM('/usr/local/mysql/bin/mysqld_safe' +

'--user=mysql +

--log-error=mysqlerr.log')) JOB(MYSQLD) +

JOBD(MYSQLLIB/MYSQLJOBD) +

JOBQ(MYSQLLIB/MYSQLJOBQ)

ENDPGM


Dan...


I think I have more clues, I just don't know what they mean. When I try
to start the MySQL daemon from the menu I get the following messages in
my joblog.

- RETURN /* RETURN due to end of CL program */
MySql server could not be started.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.