Menu

#1 Fix Directory given to Mysql in Windows

fixed
nobody
None
5
2013-06-11
2001-04-05
Anonymous
No

Mysql do not accept the common windows directory
description with \...
In ldi_check.php you will receive (if in an Windows
environment) a file path like c:\winnt\temp\php11.tmp
So to pass this path to MySQL, it will be needed to
change all \ into / or put a \ in front of all
existent \...
You need to addslashes($textfile) before sending it to
mysql...

Discussion

  • Robin Johnson

    Robin Johnson - 2001-05-03

    Logged In: YES
    user_id=30201

    Who here uses Windows for MySQL/PHP setup so that we can
    create a fix for this and test it?

     
  • Loïc Chapeaux

    Loïc Chapeaux - 2001-05-05
    • status: open --> closed
     
  • Loïc Chapeaux

    Loïc Chapeaux - 2001-05-05

    Logged In: YES
    user_id=144058

    It seems this bug has already been fixed (no problem for
    me).

    Reopen it if you faced it with the latest pre-release.

     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed --> fixed
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.