Slashdot Mirror


User: jono

jono's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:here's more output on New (More) Annoying Microsoft Worm Hits Net · · Score: 1

    Getting shed loads of hits and it seems to be getting worse all the time...
    Latest victim in the log: http://193.115.227.25/

    What irony.

    jono

  2. Re:MySQL on E-commerce and Linux · · Score: 1

    Use ODBC to export the table to MySQL. This may thake a bit of time but you will only need to do it once.. Once tranfered you will need to add the key columns and auto increment fields again as Access does not export these (see Mysql documantation at http://www.tcx.se). Delete your table in Access and then attach with the odbc driver your new Mysql talbe. Done. Once in Mysql user Perl or Php or whatever to do the ecomerce stuff.. Easy