ChinaUnix.net
相关文章推荐:

mysql source

The basic commands that you must execute to install a mysql source distribution are: shell> groupadd mysql shell> useradd -g mysql mysql shell> gunzip cd mysql-VERSION shell> ./configure --prefix=/usr/local/mysql shell> make shell> make install shell> cp support-files/my-medium.cnf /etc/my.cnf shell> cd /usr/local/mysql shell> chown -R mysql . s...

by fuowen20 - MySQL文档中心 - 2008-12-08 20:22:10 阅读(1556) 回复(0)

相关讨论

1. script for setting up new accounts You can set up new accounts using the bin/mysql_setpermission script if you install the DBI and DBD::mysql Perl modules. 2.changing character sets after created tables. If you change character sets after having created any tables, you will have to run myisamchk -r -q --set-character-set=charset on every table. Your indexes may be sorted incorrectly ot...

by cenalulu - MySQL文档中心 - 2009-07-20 13:45:06 阅读(1079) 回复(0)

大家好,我用的my.cnf是my-innodb-heavy-4G.cnf,mysqldump出来的话,很快就搞掂了,数据有500M,但是用source回去后,居然用了快1个钟头,请问这样子算正常吗?有没什么办法可以提高source的效率的?

by streetboy85 - MySQL - 2009-04-25 21:46:05 阅读(1510) 回复(3)

向大家求教 我的mysql默认使用utf8字符类型启动 昨天我在使用mysql下的source指令导入一个同样是utf8类型的sql文件,导入完成后发现,我所导入的数据在当我select的时候都是乱码 我想问一下是什么原因? 是不是mysqlsource指令本身还能指定字符类型啊 感谢大家

by ProfessorTian - MySQL - 2008-10-23 10:13:27 阅读(2429) 回复(5)

mysql quietly let slip that it would no longer be distributing the mysql Enterprise Server source as a tarball, not quite a year after the company announced a split between its paid and free versions. While the Enterprise Server code is still under the GNU General Public License (GPL), mysql is making it harder for non-customers to access the source code. The detail : http://www.linux.com/feature...

by raid_fifa - MySQL - 2007-08-10 19:55:09 阅读(2271) 回复(1)

我今天刚使用mysql,在使用source命令出现问题,命令如下 source dvd.schema; 错误提示如下: ERROR: Failed to open file 'dvd.schema', error: 2 我是将dvd.schema放在mysql安转目录\bin下,请问大虾,命令文件应该放在那里呢?

by xingzhe1978 - MySQL - 2005-09-30 15:30:03 阅读(2914) 回复(3)

需要导入的sql文件大概500M以上,使用 sourcemysql 命令导入文件,哪个更好更快? 我用 mysql 命令导入500M以上文件,起码在半个小时以上 有什么更好的方法吗?

by 24xinhui - MySQL - 2009-08-27 08:24:06 阅读(9711) 回复(14)

这2个开源的数据库,谁的代码更好,更强悍,也就是bruce momjian,tom lane和 Michael Widenius and David Axmark谁更强悍一点,感觉后者强悍一点.

by youngvonlee - PostgreSQL - 2009-06-23 14:43:20 阅读(3340) 回复(4)

终于听到群众的声音了 http://blogs.mysql.com/kaj/2008/05/06/mysql-server-is-open-source-even-backup-extensions/

by yejr - MySQL - 2008-05-22 13:39:11 阅读(2238) 回复(5)

source Installation Overview source Installation Overview The basic commands you must execute to install a mysql source distribution are: shell> groupadd mysql shell> useradd -g mysql mysql shell> gunzip VERSION.tar.gz | tar -xvf - shell> cd mysql-VERSION shell> ./configure --prefix=/usr/local/mysql shell> make shell> make install shell> cp support-files/my-medium.cnf /etc/my.cnf shell> cd /usr/...

by shinelian - MySQL文档中心 - 2005-12-24 18:33:47 阅读(1445) 回复(0)

我用winxp,cygwin 现在想把mysqlsource code装到cygwin/usr/local/src/mysql/去 怎么装啊?

by jumbo6 - MySQL - 2004-03-04 14:34:22 阅读(1186) 回复(1)