Jake, On Saturday 12 January 2002 08:24, you babbled something about: > Hello everyone. I am kinda disturbed about what my boss wants me to do. I > have spent the past 6 months creating a web-based database all with perl > scripts. It works great! But he now want's me to convert it to MySQL. I > have MySQL installed, up and running. I can connect to it from the local > machine. > > The problem is, what do I do now? I've read articles on using MySQL and PHP > together for web access, but I don't have PHP installed. How else can I > access the database? Say maybe using perl?
Well, I think PHP would be better, but not after you have already done so much work. ;) You should look into the DBI:DBD modules for Perl. They will get you connected to just about any RDBMS you might need to. Quite easy to learn and use. > Also, something else, maybe this is supposed to happen, when I type in the > address, then the port for MySQL, it gives me this .. > > LÿjHost 'winxp.ministang.com' is not allowed to connect to this MySQL > server > > Is this supposed to happen? I think it is, because it doesn't have a web > server built in, right? Are you saying that you are putting this into your web browser? Then, yeah, that wont work. The webserver will pass it off to your CGI's then that will connect to the DB backend. MySQL was also rejecting you because it should be configured to reject everything except localhost by default. This wont cause you problems though. You don't really want anyone else connecting directly to your MySQL server (except in certain circumstances, that are not likely what you are dealing with). -- Brian Ashe CTO Dee-Web Software Services, LLC. [EMAIL PROTECTED] _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list