由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - MySQL question
相关主题
怎么将mysql装到别的目录下== MySql问题 ==
how to setup the current directory for mysql command?怎样快速得到两个表的交集
mysql里面从csv文件load数据的问题(一行变多行)MySQL row selection question
ADO & DAO &SQL...Help...MySQL安全问题
MySQL数据库用户管理求助SQL 分类汇总 并且按照汇总值排序
mysql索引/优化的一个问题问一个Oralce index的问题
请教一个SQL QueryMySQL全文搜索的问题
help!!! who's familiar with mysql commandwhy this full-text search doenst work properly?
相关话题的讨论汇总
话题: mysql话题: my话题: compress话题: file话题: table
进入Database版参与讨论
1 (共1页)
o*******e
发帖数: 31
1
How to output the selected table records into a file?
I try to use:
SELECT * FROM MY_TABLE INTO OUTFILE 'out.txt'
FIELDS TERMINATED BY ',';
But the error msg told me access denied. The default
path is the current directory for the output file?
What kind of permission is expected to be set for the
directory? How about if the file is already there, do
I need to del first?
never use MySQL b4.
Thanks for help.
c********e
发帖数: 417
2
When I was trying to link object files, I always had an error message.
The command line is:
gcc -o a.out program.c -L/usr/local/mysql/lib -lmysqlclient
The erro message is:
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function
`my_uncompress`:
my_compress.o(.text+0x9a): undefined reference to `uncompress`
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function
`my_compress_alloc`:
my_compress.o(.text+0x9a): undefined reference to `compress`.
Why did this happen? Is that b
1 (共1页)
进入Database版参与讨论
相关主题
why this full-text search doenst work properly?MySQL数据库用户管理求助
请问sql语句能不能实现这样的功能mysql索引/优化的一个问题
请教一个query in mysql请教一个SQL Query
请教一个mysql 排序问题。help!!! who's familiar with mysql command
怎么将mysql装到别的目录下== MySql问题 ==
how to setup the current directory for mysql command?怎样快速得到两个表的交集
mysql里面从csv文件load数据的问题(一行变多行)MySQL row selection question
ADO & DAO &SQL...Help...MySQL安全问题
相关话题的讨论汇总
话题: mysql话题: my话题: compress话题: file话题: table