A question about using C API in mysql (linux platform)
t "Segmentation Fault " and If I use "gcc test.c -L /usr/local/mysql/lib/ -static " to compile it ,It says that "undefined reference to 'mysql_init' " How should I do ? Thanks! Best Regards Li Yang
Hi,All ,About mysqldump and mysqlimport
Hi, I'm a newbie to MySQL I have use mysqldump to backup a database to an file named test.sql ,but how I can load the test.sql to create the same database to another server?? Thanks! Best Regards Li Yang