BlackStorm
New member
Word of advise to anyone considering learning to program - DON'T DO IT!!
It gives you so much stress :smash:
I have been working on a program for a few hours today (Few months of work total in it) and it needs to connect to a remote database, I finally got it working after doing a LOT of tweaking with the server and program code, then I shutdown mysql on my local computer to make sure that wasn't being used at all - Then the program stopped.
So as you would...started up mysql on my local computer again to search for the problem - But nooooo the program has other ideas...Can't get it to work now...
It seems to want to connect to the remote database using the root user (Even though the root user isn't in the code, program settings, myodbc connection or anywhere else that I can see )
One error after another....why do I do it, especially for a free program :lol:
It gives you so much stress :smash:
I have been working on a program for a few hours today (Few months of work total in it) and it needs to connect to a remote database, I finally got it working after doing a LOT of tweaking with the server and program code, then I shutdown mysql on my local computer to make sure that wasn't being used at all - Then the program stopped.
So as you would...started up mysql on my local computer again to search for the problem - But nooooo the program has other ideas...Can't get it to work now...
It seems to want to connect to the remote database using the root user (Even though the root user isn't in the code, program settings, myodbc connection or anywhere else that I can see )
One error after another....why do I do it, especially for a free program :lol: