Revision [2098]
Last edited on 2008-12-01 06:14:28 by WikiAdminAdditions:
default-table-type=innodb
Deletions:
Revision [2097]
Edited on 2008-12-01 06:11:26 by WikiAdminAdditions:
In 5.1.30ga, --enable-innodb is no longer supported / required.
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
--with-plugins=csv,heap,innobase,myisam,myisammrg,partition,ftexample,archive,federated
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
--with-plugins=csv,heap,innobase,myisam,myisammrg,partition,ftexample,archive,federated
Deletions:
--with-plugins=csv,heap,innobase,myisam,myisammrg,partition,ftexample,archive,federated \
--enable-innodb \
--with-server-suffix=-custom
Revision [2083]
Edited on 2008-11-06 08:57:56 by WikiAdminAdditions:
This was used to compile mysql-5.1.29rc. --enable-innodb is not documented in configure --help but without it, mysql will be built without innodb! Ref: http://venublog.com/2008/04/21/mysql-5124-innodb-plugin-10-failures-server-crash/
Deletions:
Revision [2081]
Edited on 2008-11-06 08:55:20 by WikiAdminAdditions:
This was used to compile mysql-5.1.29rc. --enable-innodb is not documented in configure --help but without it, mysql will be built without innodb!
Deletions:
Revision [2080]
Edited on 2008-11-06 08:54:29 by WikiAdminAdditions:
--enable-innodb is not documented in configure --help...
--prefix=/usr/local/mysql \
--sysconfdir=/etc \
--with-unix-socket-path=/usr/local/mysql/run/mysql.sock \
--with-ssl=/usr/local/ssl \
--with-plugins=csv,heap,innobase,myisam,myisammrg,partition,ftexample,archive,federated \
--enable-innodb \
--with-server-suffix=-custom
--prefix=/usr/local/mysql \
--sysconfdir=/etc \
--with-unix-socket-path=/usr/local/mysql/run/mysql.sock \
--with-ssl=/usr/local/ssl \
--with-plugins=csv,heap,innobase,myisam,myisammrg,partition,ftexample,archive,federated \
--enable-innodb \
--with-server-suffix=-custom
Deletions:
--enable-share \
--enable-community-features \
--with-zlib-dir=/usr \
--with-big-tables \
--with-ssl=/usr/local/ssl/lib \
--with-plugins=max \
--enable-assembler
Revision [1919]
Edited on 2008-09-02 01:17:48 by WikiAdminAdditions:
innodb_data_file_path=ibdata1:10M:autoextend #this is for undo and other system data
Deletions:
Revision [1918]
Edited on 2008-09-02 01:16:15 by WikiAdminAdditions:
innodb_data_file_path=ibdata1:10M:autoextend
Revision [1720]
Edited on 2008-05-14 18:55:01 by WikiAdminAdditions:
--prefix=/usr/local/mysql51 --bindir=/usr/local/bin --sbindir=/usr/local/sbin --datadir=/var/lib/mysql \
--enable-assembler
--enable-assembler
Deletions:
Revision [1719]
Edited on 2008-05-14 18:46:46 by WikiAdminAdditions:
--with-plugins=max \
--enable-assembler
Running into problems? Check http://dev.mysql.com/doc/refman/5.1/en/compilation-problems.html
--enable-assembler
Running into problems? Check http://dev.mysql.com/doc/refman/5.1/en/compilation-problems.html
Deletions:
Revision [1718]
Edited on 2008-05-14 18:28:14 by WikiAdminAdditions:
--with-ssl=/usr/local/ssl/lib \
Deletions:
Revision [1717]
Edited on 2008-05-14 18:25:30 by WikiAdminAdditions:
IDENTIFIED BY 'pass' WITH GRANT OPTION;
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
===Installing from source===
./configure \
--enable-share \
--enable-community-features \
--enable-local-infile \
--with-charset=utf8 \
--with-mysqld-user=mysql \
--with-zlib-dir=/usr \
--with-big-tables \
--with-ssl=/usr/local/ssl \
--with-plugins=max
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
===Installing from source===
./configure \
--enable-share \
--enable-community-features \
--enable-local-infile \
--with-charset=utf8 \
--with-mysqld-user=mysql \
--with-zlib-dir=/usr \
--with-big-tables \
--with-ssl=/usr/local/ssl \
--with-plugins=max
Deletions:
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
Revision [314]
Edited on 2007-04-20 08:53:52 by WikiAdminDeletions:
Revision [232]
Edited on 2007-04-17 07:50:42 by WikiAdminAdditions:
%%(bash)
%%(bash)
%%(sql)
%%(sql)
%%(sql)
GRANT ALL PRIVILEGES ON ~.~ TO myUser@localhost
GRANT ALL PRIVILEGES ON ~.~ TO myUser@"%"
%%(sql)
delete from user where user='username';
FLUSH PRIVILEGES;
%%(bash)
%%(sql)
%%(sql)
%%(sql)
GRANT ALL PRIVILEGES ON ~.~ TO myUser@localhost
GRANT ALL PRIVILEGES ON ~.~ TO myUser@"%"
%%(sql)
delete from user where user='username';
FLUSH PRIVILEGES;
Deletions:
mysql> GRANT ALL PRIVILEGES ON ~.~ TO myUser@"%"
mysql> delete from user where user='username';
mysql> FLUSH PRIVILEGES;
Revision [231]
Edited on 2007-04-17 07:49:46 by WikiAdminAdditions:
%%(text;my.cnf)
Deletions:
Revision [230]
Edited on 2007-04-17 07:49:04 by WikiAdminAdditions:
%%(;my.cnf)
Deletions:
Revision [229]
Edited on 2007-04-17 07:48:43 by WikiAdminAdditions:
%%(txt;my.cnf)
Revision [228]
Edited on 2007-04-17 07:48:19 by WikiAdminAdditions:
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 2
thread_concurrency = 2
Revision [131]
Edited on 2007-04-14 21:29:23 by WikiAdminAdditions:
{{parent page="Mysql"}}