hello all
how to use mysqldump in my project
I see an example :
MySqlDump my_dump=new MySqlDump();
but it seem need some reference or something,and won't work without it
what should I add to make it give no error'
thank you
denny
hello all
how to use mysqldump in my project
I see an example :
MySqlDump my_dump=new MySqlDump();
but it seem need some reference or something,and won't work without it
what should I add to make it give no error'
thank you
denny
If you're using the ADO classes, you'll never need anything like this.
The only thing I've seen on MysqlDump is a reference to a command-line tool for backking up the database.
http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.