createing sql file
-
hi, i am crearting sql file using datebase to take backup of tables,while using my own database to create file in my pc it's ok but while using server connection to create file it's creating file in server,but i want to take backup in my own pc local drive. my query for backup="select into outfile from table_name"; thank's jugal
-
hi, i am crearting sql file using datebase to take backup of tables,while using my own database to create file in my pc it's ok but while using server connection to create file it's creating file in server,but i want to take backup in my own pc local drive. my query for backup="select into outfile from table_name"; thank's jugal
Unless you are in the same local network as the database server, it can not save a file on your computer. You have to download the file from the server, whihc requires something like FTP or a web server on the server, or remote desktop access to the server.
Despite everything, the person most likely to be fooling you next is yourself.