04-07-2006, 09:31 PM
My localhost connection was somehow mucked up, so I decided (foolishly?) to dump all and start over.
Progress is being made, thanks in large part to Google.
Here's the current situation:
- I installed MySQL 4 via the Apple Installer.
- I downloaded a few more things (e.g., myODBC & some dbi stuff) via DarwinPorts. These, in turn, installed their own copies of Perl and MySQL because, basically, I didn't know to tell them not to.
I can now use phpmyadmin at localhost/~user to see some tables.
I can also run a Perl script to a CSV file; there is no error returned.
However, I cannot see the imported. It seems that the data is put into one place, and phpmyadmin is looking in another.
What sort of thing has to be done to that everything points to the same place? After playing around with this for a week, I'm guessing it's got to do with sockets, but I could be totally wrong, here.
Thanks greatly,
GtDS
Progress is being made, thanks in large part to Google.
Here's the current situation:
- I installed MySQL 4 via the Apple Installer.
- I downloaded a few more things (e.g., myODBC & some dbi stuff) via DarwinPorts. These, in turn, installed their own copies of Perl and MySQL because, basically, I didn't know to tell them not to.
I can now use phpmyadmin at localhost/~user to see some tables.
I can also run a Perl script to a CSV file; there is no error returned.
However, I cannot see the imported. It seems that the data is put into one place, and phpmyadmin is looking in another.
What sort of thing has to be done to that everything points to the same place? After playing around with this for a week, I'm guessing it's got to do with sockets, but I could be totally wrong, here.
Thanks greatly,
GtDS