Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kuro5hin

    How do I access parameters passed to a perl CGI script?

    Indeed. Look at http://cpan.org/CPAN.html<br> Find the CGI.pm module. Install as you normally would a perl module: <br> <br> tar -zxvf whatever.tar.gz<br> perl Makefile.PL<br> make<br> make test<br> make install<br> <br> In the top of your script, put:<br> <br> use CGI;<br> <br> Then, when...
  2. kuro5hin

    Trouble uploading/importing files to MySQL server

    If you telnetted to the remote host where your mysql server lives, and ran "mysql" there, it will only find files on that machine (not the one you're telnetting from). Try ftp'ing the file up to the remote machine first, or try a client like XmySQL, which I've found useful for one-off type...
  3. kuro5hin

    foreign key constraint

    http://mysql.org/Manual_chapter/manual_Compatibility.html#Missing_Foreign_Keys<br> <br> The mysql manual on foreign keys. My understanding is they're not actually implemented. It'll accept the syntax, but calling it a foreign key, and setting references won't make it any different than any other...
  4. kuro5hin

    MySQL with Kernel 2.2?

    We're also running on a redhat 6.0 box with a 2.2.5 kernel, and on my own redhat 5.1 box with a 2.2.9 kernel. No problems, although I haven't given it the kind of stress testing the last poster did.
  5. kuro5hin

    mySQL and Visible Analyst?

    I also posted this the the visible analyst thread, I hope cross-posting is not too frowned upon.<br> <br> We'd like to use Visible Analyst to export a large database definition to mySQL, but it doesn't seem to work with any of the SQL dialects included with Visible Analyst. There is a "user...

Part and Inventory Search

Back
Top