由买买提看人间百态

topics

全部话题 - 话题: mysql
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)
l*****8
发帖数: 534
1
来自主题: BuildingWeb版 - 求推荐 PHP&MYSQL的ecommerce网站
要求实现下面功能.
1. 基本商业操作系统 - 供应商+中间商+客户. 产品+仓库(多处仓库管理最好)的管理.
和其他基本功能
2. PHP & MYSQL - 因为本人还算精通吧. 其他意见能免则免. 主要想以后的维护成本.
我还是停留十几年前的网络语言...
3. 不需要FANCY, 也不需要推广. 结构简单, 达到基本功能.
4. 最好就是找到一个现成的(比如从hotscripts), 加以改动.
5. 提供多种语言的模板.(中英文两种语言).
请那位大牛推荐. 同时, 求个有经验的(要求在湾区,做过3-4个类似的项目的)来完成,
或完成主体, 价格可议. 没经验的, 学生免谈.
有好的现成的, 类似的推荐的话, 请发连接给我. 我看下. 起用的话, 有酬谢.
谢谢.
c*a
发帖数: 806
2
来自主题: BuildingWeb版 - 简单的jquery/table/mysql网站模版
觉得这个应该是现成的。有什么好的推荐。
功能很简单,从mysql db query,然后present a sortable table
让web user可以search某个column
哪里有现成的?多谢
n*****t
发帖数: 22014
3
来自主题: BuildingWeb版 - 简单的jquery/table/mysql网站模版
PHP 读 mysql,js 请求数据,写页面。PHP 的代码大概几十行就够了
c********1
发帖数: 421
d***q
发帖数: 1119
5
it is said that Yahoo's MySQL support over 1 TB
q*******a
发帖数: 386
6
做生物的,想转到CS方向。因为自己业余时间会做动态网站,但限于使用模板和基本操
作服务器。转型想从比较熟悉的这个方向入手,也就是从PHP和mysql,html, css,
javascript这些方向入手。但不知道这个方向市场前景如何,是不是一个好的职业方向。
拖家带口的了,没钱去上学,只能自学。请这领域的朋友多多指点。
现在自己拥有一家小型网站,能做网站维护,如果有php入门级工作介绍给我,万分感
谢。
q*******a
发帖数: 386
7
做生物的,想转到CS方向。因为自己业余时间会做动态网站,但限于使用模板和基本操
作服务器。转型想从比较熟悉的这个方向入手,也就是从PHP和mysql,html, css,
javascript这些方向入手。但不知道这个方向市场前景如何,是不是一个好的职业方向。
拖家带口的了,没钱去上学,只能自学。请这领域的朋友多多指点。
现在自己拥有一家小型网站,能做网站维护,如果有php入门级工作介绍给我,万分感
谢。
w**********k
发帖数: 1135
8
来自主题: Database版 - How about JDBC for mysql?
mysql 的JDBC支持怎么样?
thanks.
z*c
发帖数: 2
9
来自主题: Database版 - mySQL Licence ID
Does anybody can provide licence ID for MySQL? Thanks.
w**********k
发帖数: 1135
10
来自主题: Database版 - MySQL
www.mysql.org
搞下源码,自己安装一遍,非常的简单。
Good luck.
a*****i
发帖数: 4391
11
来自主题: Database版 - MySQL: cannot connect
hmm soit is already installed?
what mysql client did you get?
m*****e
发帖数: 4193
12
来自主题: Database版 - MySQL: cannot connect
Faint, I have to run mysql -h hostname even if I am local.
a****s
发帖数: 47
13
来自主题: Database版 - mysql 一问
Now I tried mysqlshow -u root mysql, it works.
Before that, I added (Host, User) = ("%","root), I am not sure if
it is this change that made the above code working.
d*o
发帖数: 108
14
来自主题: Database版 - mysql 一问
You should do this:
bin/mysqlshow -u root -p mysql
then enter your password when asked. I supposed you are the root. otherwise,
you just change the 'root' to your userID.
n******e
发帖数: 50
15
来自主题: Database版 - mySQL怎么这么慢?
Primary key 是 A+B, 按照mysql的说法, 这个primary key
能用上的.
p**v
发帖数: 7
16
来自主题: Database版 - mySQL怎么这么慢?
How big is your table? As far as I know, mySQL is the fastest database.
p**v
发帖数: 7
17
来自主题: Database版 - mySQL怎么这么慢?
Then you need to reconfig your Mysql sever, it should be done in no time.
p**v
发帖数: 7
18
来自主题: Database版 - mysql challenge

You mean the buffering cache stuff in Oracle making it faster, hehehe... I dont know..:)
But I do think Mysql is pretty cool, the more you use, the more you find out.
Oracle has too many fancy junky which is basically useless, and they charge like
a hell..:)
p**v
发帖数: 7
19
来自主题: Database版 - mysql challenge
I was talking about speed, sure, overall Oracle is a better database, but how abut
capability vs price?(which mysql is infinity..:) Anyway, dont wanna offend O fans
here, after all, we all living on it.
n******e
发帖数: 50
20
来自主题: Database版 - mySQL支持分布式吗?
假如数据一个机器存不下怎么办? mySQL能管理分布在
n台机器上的数据吗?
a*****e
发帖数: 1700
21
来自主题: Database版 - mySQL支持分布式吗?
不支持。MySQL is not designed for that kind of job. It is only meant
for small & quick solutions which require almost 0 installation time.
p**v
发帖数: 7
22
来自主题: Database版 - mySQL

Nah..:) And it doesnt support complex sub-query either...:)) But its pretty good to used
as a read-intensive, cache like database. I am still using Oracle to do complex
data processing tho, but I can avoid overcharge by oracle by using mysql, thats
why I like this cute thing..:))
Besides, even with buffering catche, I still dout Oracle' speed, that only apply
to similiar query, and limited by your buffer size too..:)
c**e
发帖数: 24
23
我Run Mysql 时,被告知Cannot find local host(2003)
我用telnet localhost 3306 (or 3333)不可以..
ping localhost 可以..
为什么会这样???
xie xie..
o*******e
发帖数: 31
24
来自主题: Database版 - Question about MySQL
If I don't have the root permission,
can I install MySQL on the linux machine?
If there's way to install it as a ordinary
user, how to do that?
Thanks
p*****o
发帖数: 7
25
请问如何将MySQL数据库里的数据
转化成MS Access数据?
另外,如何在Perl里访问MS Access?
如何配置?
多谢!
p******n
发帖数: 874
26
来自主题: Database版 - Help about mysql
I am now working on rewrite some part of mysql DBMS and make it can
recogenize a new datatype (DNA sequence), I have donwload the source
code, but I can not find what I should do. I do not mean user defined
type(UDT) but some datatype imbed in the DBMS. Anyone can help me? I
need know what files I shoud do with and I really want to know the
relationship of the source file. Any hints and advises will be appreciated.
Thanks!!!
m*****e
发帖数: 126
27
来自主题: Database版 - MySQL数据库用户管理求助
MySQL can hold more than 1 databases. So you have to choose which
is the current one.
Type command 'use user;'
dy
发帖数: 12
28
来自主题: Database版 - MySQL数据库用户管理求助
Should be "use mysql" ba. That's the database which holds the "user" table.
a*******s
发帖数: 38
29
来自主题: Database版 - Perl/CGI & Mysql
where can I find sample code for web based database in
Perl/CGI and mysql
thank you very much!
o*******e
发帖数: 31
30
来自主题: Database版 - MySQL question
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.
s***m
发帖数: 28
31
来自主题: Database版 - Mysql limits
Is there a limit in size for the data type of text in Mysql?
I try to insert a very
large text file but the server fails to take it. If i cut
the size of the text,
i take it smoothly. Thanks.
s***m
发帖数: 28
32
来自主题: Database版 - Mysql limits

I try to use longtext for the field. However, if the string
that i create contains
new line, the server fails to accept it. For examples, if i
create a simple GUI
for mail composer, if i want to allow user to type in their
message into textarea and then
use a servlet to fetch the content in textarea as a string,
i am not able to insert
them into mysql because of the Indent and newline. How can i
do that?
m******a
发帖数: 3
33
来自主题: Database版 - mysql high hand please help!!!!
which version of Perl
which version of Mysql
which version of DBI
which version of Linux
hope this helps!
e******t
发帖数: 29
34
来自主题: Database版 - 关于mysql的问题
mysql支持full text search么?
e******i
发帖数: 341
35
来自主题: Database版 - 问一个关于mysql的问题
偶要用一次(一个循环)象一个数据库中写入270个记录,
每个记录的其中一项很大,大约300多行的样子,
结果只能写两个记录就说出错了
如果偶将那个大的一项设为空值,就没问题了,
现在的问题是怎么解决这种记录过大的问题?
php+mysql+win2k
c********e
发帖数: 417
36
来自主题: Database版 - Where to download free MySQL book
The product is free. But I can only find tons of books about Oracle,
I just can't find free books about MySQL.
Where can I find some books? Thanks.
a*p
发帖数: 62
37
来自主题: Database版 - how to query chinese in mysql?
seems that mysql will add unicode support in the near future.
when I query like "%猪%"
it will return lots of unrelated items, which might contain the two bytes
of 猪 but not belonging to the same chinese character.
true?
a*p
发帖数: 62
38
来自主题: Database版 - how to query chinese in mysql?
没人回答我,赫赫,我自己想了个笨办法:
因为我用的PHP也不支持unicode,我就:
数据库出来的数据再用unicode_like_compare做过滤,应该可以在很大程度上解决问题。
这个应该还是暂时方案吧,等mysql的unicode support吧。
function to_unicode_like($str) {
$r = "";
for ($i=0;$i $ch = substr($str,$i,1);
if (ord($ch) < 127) $r .= " $ch";
else {
if ($i == strlen($str)-1) $r .= $ch;
else {
$r .= substr($str,$i,2);
e**c
发帖数: 195
39
来自主题: Database版 - Problem Running MySql on W2K
I couldn't help you on your problem, however, from the lesson
I learned from installing MYSQL on Sun-Solaris (V3.23.49), I
think you can find some useful information by googling using
keywords which is the error message you received.
y*****c
发帖数: 1
40
来自主题: Database版 - install mysql
if i don't have root privilege
can i install mysql as a common user?
i do need it but i don't want to bug our system manager
m*****g
发帖数: 8
41
来自主题: Database版 - HELP!!!Connect to MySQL in JSP
I got java.lang.ClassNotFoundException when i link to MySQL in JSP file, and i
also sure that is database can't connected. The class called in JSP is working
well when it called by a Java file under the same system, and that class is
dedicating to link database. So i think problem is on Tomcat3's configuration,
any guru can help?
m*****e
发帖数: 126
42
来自主题: Database版 - HELP!!!Connect to MySQL in JSP
Copy the mm driver's jar file into TOMCAT_HOME/lib directory and restart the
server and try again. That is the default place where TOMCAT looks for
external libraries.

when
use
mm.mysql.jar,
do
program.
code
m*****e
发帖数: 126
43
来自主题: Database版 - HELP!!!Connect to MySQL in JSP
I read your code in detail and found a program!!!!!!!!!
You have an extra space in your connection string before the question mark.
Does that also appear in your source code?

when
use
mm.mysql.jar,
do
program.
code
m*****g
发帖数: 8
44
来自主题: Database版 - HELP!!!Connect to MySQL in JSP
I definitely set the driver up in classpath, and the code i post is a sub
class that in charge of linking to database. Again, when i use a .java file to
call this class then it link to mysql well, but not when i use .jsp to call
it. So i think if its classpath wrror, it shouldn't work on .java file right?
Moreover, when i copy the driver to my_jsp_home_directory/WEB-INF/lib/ , the
.jsp file will work.
Any idea?Thx
f**y
发帖数: 138
45
来自主题: Database版 - help: questions about MySql
I have an impression that MySQL doesn't support transaction.
PostgreSQL is a better choice.
b*******l
发帖数: 590
46
来自主题: Database版 - MySQL on Mac
If MySQL is installed in Mac OS, does anyone know where the
tables and data are placed?
i********e
发帖数: 208
47
来自主题: Database版 - MySQL on Mac

mysql sp mac?
r***e
发帖数: 31
48
来自主题: Database版 - How to install mysql server on Linux?
How to install mysql server on linux?
How to configure it?
How to create users and the first DB?
j*****k
发帖数: 1
49
来自主题: Database版 - How to load data into Mysql from txt file?
I tried to load a text file into an empty table,with "load data local infile
"file.txt" into table tablename", got error 1148:
the used command is not allowed with is MySQL version
My version is 3.23.52 and the manual dose suggests using load data.
Anybody can help?
o***z
发帖数: 133
50
来自主题: Database版 - How to load data into Mysql from txt file?
it's disabled by default for security reason
you need to invoke the client with --local-infile=1
mysql --help for more information
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)