I want to export the database to a text file, but keep getting this error "The file could not be opened."It works when the output is set to the browser, but not when I need to export to a file.
--
You received this message because you are subscribed to the Google Groups "SQL Buddy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sql-buddy+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I got stumped by this one initially. Create a folder called 'exports' (or could be 'export') at script root level and chmod it to 777. The file will be saved there.