Re: Newbie - Connection Issues
Posted by: Peter Brawley
Date: October 12, 2020 03:55PM

Most code execution time from your C module will be used by MySQL, and your code works with PHP, so why bother with C?

If there's a compelling reason to stick with C, I'd start with checking out compatibility of the EC2 server OS with the the C libraries and libmysql version, and when all that's straightened out, write some test programs that do and don't connect to the AWS server.



Edited 1 time(s). Last edit at 10/12/2020 04:24PM by Peter Brawley.

Options: ReplyQuote


Subject
Views
Written By
Posted
916
September 18, 2020 11:42AM
383
September 18, 2020 12:10PM
403
September 18, 2020 01:10PM
386
September 18, 2020 03:40PM
389
September 18, 2020 04:33PM
439
September 18, 2020 04:59PM
Re: Newbie - Connection Issues
372
October 12, 2020 03:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.