markhartnady
03-24-2004, 06:11 PM
I have a really huge table that I need to copy however using the Export function in MySqlAdmin does not work because it "times out". All I really need to do is generate an SQL script that will, drop the table if it exists, create the table and its structure, and then insert the data line by line.
Usually when you perform a command in MySqlAdmin through Internet Explorer the MySQL command line is displayed with the results. However, this does not happen when you export.
Anyone know how to do this from the MySQL command line?
In a nutshell: I need to backup a table to an SQL script file.
Usually when you perform a command in MySqlAdmin through Internet Explorer the MySQL command line is displayed with the results. However, this does not happen when you export.
Anyone know how to do this from the MySQL command line?
In a nutshell: I need to backup a table to an SQL script file.