Quantcast
Channel: MySQL Forums - Install & Repo
Viewing all 7172 articles
Browse latest View live

trying to save my table. HELP PLEASE (no replies)

$
0
0
Hello to everybody!

I have a MAC OS X with 'MySQL Community server'. I just finished my query and I have one table with 6,000,000 rows and 32 colums. If I try to 'select all' in the table, the program show me the error 2008 (mysql client ran out of memory) For this reason I have opted to use INTO OUTFILE but this give me a error too. (Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this statement) .Looking for help in the forum I have found that I have to save the file in the priv_secure_file folder but if I run 'show variables like 'secure%'' I have a null value for this folder. I am really lose in this moment, I have been working in this database for 3 mounth, I can not found any folder like 'my.cnf' and if I modify the file 'com.oracle.oss.mysql.mysqld.plist', adding one line with '<string>--secure-file-priv=patstat/raw/</string>' the server does not run.

thanks in advance

kind regards.

Manuel J.

MySQL connector update (no replies)

$
0
0
Good Afternoon

MYSQL auto-updated my machine.config file and now my website is getting an error :-(

Parser Error Message: Could not load file or assembly 'MySql.ConnectorInstaller, Version=6.10.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

Source File: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config Line: 267

Assembly Load Trace: The following information can be helpful to determine why the assembly 'MySql.ConnectorInstaller, Version=6.10.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' could not be loaded.

Does anyone know what has happened please

Thanks in advance as I'm a bit stuck !!

Cheers
Chris

OSX10.13.4 and MySQL5.6/5.7 (no replies)

$
0
0
On OSX10.13.4, MySQL(5.6/5.7 default installation) keeps continuously throwing exception like:

[Warning] File Descriptor 1048 exceedeed FD_SETSIZE=1024

And MySQL server would go down after sometime, and it has to be manually re-started again.

This is seen on multiple systems(OSX10.13) with same configs.

Temporarily, I updated the settings/configs to make it work.
Did anyone came across such issues with MySQL on OSX10.13?
Upto OSX10.12, this issue is not seen much I understand.

Uninstall instructions for Community Server 5.7.21/OS X (no replies)

$
0
0
Where can I find the current uninstall instructions for MySQL Community Server 5.7.21 on OS X?

Something went amiss in my install and I need to go back to a clean slate.

Thank you

Write an own installation for MySQL Server (no replies)

$
0
0
Hello to everybody

I have a Windows 7 Professional PC and want to write an installation program for MySQL Server 5.7.21.

In short, I have a self-written program which starts and uses a mysql server. The work with the mysql Server is not a problem. My issue is the installation of the mysqld server.

For a user-friendly and easy use of my future program, it is necessary that I have to write an own installation protocol for the mysql server.
In the installations process should all options be predeterminate by my own program. In short if someone other installs my program, the user has only to choose the save file location and click only the install button. All other settings should be predeterminate.

I looked for tutorials and read a part of the “MySQL 5.7 Reference Manual”.

Could someone give me a link to a good tutorial or send me hints or description how to install a mysql server without any installation programs from a third party?

Thanks in advance

Kinde regards

Peter T.

Upgrading MySQL 5.5.3 to 5.6.34 on Windows (no replies)

$
0
0
Hi All,

I was wondering if I could get some pointers on a issue I am having during an upgrade process. I hope I am in the correct forum for this query.

Some background to my query:
We are in the process of rolling out upgrades to all our MySQL servers. The servers all run on Windows Server with versions varying from 2008 R2 through to 2016. We use the binary's to configure and install MySQL and not the installer.
Our databases range from 1 TB through to 10 TB's in size. We run a master/slave/slave configuration and I am upgrading all the slaves before I upgrade the master. I have upgraded 4 servers so far with no issue. The configuration of these server varies from a single partition to a dual partition where the Data is stored on a separate partition and the binary's are in Program Files (x86).

Now for the issue:
I have run into an issue where once I replace the binary's for 5.5.3 with the binary's for 5.6.34 and I run the
"mysqlcheck.exe” --host=127.0.0.1 --port=3306 --user=root --password --all-databases --check_upgrade" command, I get an access denied error. The old service has been uninstalled and the new service has been installed. The service is running. I have checked that the user on 5.5 has all the relevant privileges, the password plugin has been upgraded, I have created a new backup root2 user will full permissions and upgraded password plugin as well as a backup. The command prompt I am running all the commands through is running with elevated permissions. I have checked the MySQL error log and I am not seeing anything in here either. This installation is running with the binary files in Program Files (x86) on the c drive and the data on the d drive.

Is there by any chance a step I am missing here? I cant work out why I would have been able to upgrade 4 servers so far and run into an issue on this server.

Any advice would be appreciated.

Kind regards,
Darren Rix

mysql 8.0.11 mysql_secure_installation Segmentation fault (no replies)

$
0
0
Hello.
I install Mysql 8.0 form yum repo.
I can't execute `mysql_secure_installation` command. When I run it, I get Segmentation fault.

My system:

CentOS Linux release 7.4.1708 (Core) 
Linux localhost.localdomain 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


# mysql_secure_installation --help
mysql_secure_installation  Ver 8.0.11 for Linux on x86_64 (MySQL Community Server - GPL)


mysql> status;
--------------
mysql  Ver 8.0.11 for Linux on x86_64 (MySQL Community Server - GPL)

Connection id:          20
Current database:
Current user:           root@
SSL:                    Not in use
Current pager:          stdout
Using outfile:          ''
Using delimiter:        ;
Server version:         8.0.11 MySQL Community Server - GPL
Protocol version:       10
Connection:             Localhost via UNIX socket
Server characterset:    utf8mb4
Db     characterset:    utf8mb4
Client characterset:    latin1
Conn.  characterset:    latin1
UNIX socket:            /var/lib/mysql/mysql.sock
Uptime:                 13 min 55 sec

Threads: 1  Questions: 24  Slow queries: 0  Opens: 154  Flush tables: 2  Open tables: 137  Queries per second avg: 0.028
--------------

Ubuntu: how to install MySQL for i386 arch & for amd64 arch (no replies)

$
0
0
Hi

I need to install on a Ubuntu Trusty both the MySQL client/server for

1/ the i386 architecture (32bit)
2/ the amd64 architecture (64bit)

I did not see those 2 installer in the Debian documentation. Did I miss something?

Thank for any help

MySQL Service Won't Start (1 reply)

$
0
0
MySQL is having trouble starting. I see error messages in the Windows Logs >> Application log. I have tried renaming the log files (ib_logfile0 and ib_logfile1) but that doesn't help any.

Errors
- InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint 10312489137 and the end 10312489880.
- InnoDB: Plugin initialization aborted with error Generic error
- Plugin 'InnoDB' init function returned error.
- Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
- Failed to initialize plugins.
- Aborting

Any help would be appreciated. Thank you
v5.7

Weird behaviour of 5.7.22 Mac installer (no replies)

$
0
0
Hi,

I’ve got a bash installer for MacOS which basically does a bit of pre- and post- install actions and runs the .pkg installer from the command line.

With this latest (5.7.22) version, I’ve found that the installer will give you a temporary root password, but it seems to not be used, in that:

1 - attempting to change the password with either the mysql client or mysqladmin fails using that temporary password

2 - after the installation (and the post-installation actions my script performs) I can log in with the previous root password.

After literally *hours* of trying to alter my script to cope with this 5.7.22 installation, I just ignored the temporary password and everything seems ok - I can log in with the existing root password and I’m using 5.7.22.

The only way I can make sense of this is that the installer is issuing a temporary password and not using it - to change the root user’s password anyway. This is not as silly as it sounds as with previous versions of the installer, a temporary password was not always issued and, because this was an incremental upgrade (from 5.7.21) I was not expecting it to be this time, either.

I was going to lodge a bug report for this version of the installer (Mac OS .dmg 10.13 5.7.22), but thought I would ask here if anyone had experienced anything similar?

Regards,

GAM (Glen A McAllister)

Mysql 8.0.11 failed to start after changing datadir location (2 replies)

$
0
0
Hi ,
I have took the following steps :
1) yum install mysql-community-server of version 8.0.11
2) start and stop the server
3) cp the default directory : /var/lib/mysql to new location
4) mv /var/lib/mysql to /var/lib/mysql_old
5) edit /etc/my.cfn
From:
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
to:
datadir=/mysql_data
socket=/mysql_data/mysql.sock
6) Restarting the server failed:

[]# systemctl start mysqld.service
Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.service" and "journalctl -xe" for details.
[]# systemctl status mysqld.service
?— mysqld.service - MySQL Server
Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2018-04-24 21:58:20 IDT; 22s ago
Docs: man:mysqld(8)
http://dev.mysql.com/doc/refman/en/using-systemd.html
Process: 12198 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS (code=exited, status=1/FAILURE)
Process: 12181 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS)
Main PID: 12198 (code=exited, status=1/FAILURE)
Status: "SERVER_BOOTING"
Error: 2 (No such file or directory)

Apr 24 21:58:20 systemd[1]: Starting MySQL Server...
Apr 24 21:58:20 systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
Apr 24 21:58:20 systemd[1]: Failed to start MySQL Server.
Apr 24 21:58:20 systemd[1]: Unit mysqld.service entered failed state.
Apr 24 21:58:20 systemd[1]: mysqld.service failed.

Please advise , why the server is not starting from the new datadir

Thanks

Update not working in Group replication (no replies)

$
0
0
Hi,

I have configured MySQL (5.7.20 - Community version) multi primary group replication in four linux server that all nodes can accept write request. Schema and table created, data inserted in tables from any node. Replication is working fine. But we are facing a issue in case of data update.

Any normal update (no concurrent) is not working with error "ERROR 3101 (HY000) : Plugin instructed the server to rollback the current transaction."

Please help.

Is it mandatory to have MySQL root for multi primary group replication ?

Regards
Debasish

Help with Silent Installation of Connector/Python (1 reply)

$
0
0
Hi everyone,

When using MySQLInstallerConsole.exe to perform silent installations, what is the product code for Connector/Python 3.4 2.1.7-x64? This is on a Windows 10 desktop. The codes for all the other connectors are formatted like "Connector/Net;6.1.6;x86" but the but there are two different versions of the Python connector depending on if you are using Python 2.7 or 3.4. If I use the command "MySQLInstallerConsole.exe community install connector/python;2.1.7;x64" I'm asked if I want to install the 3.4 or 2.7 version and because of that I can't use the -silent flag. How do I specify to MySQLInstallerConsole.exe I want to install the 3.4 version of the python connector?

I can't find enough detailed documentation on the application to answer it myself. I looked at the products.xml manifest and see the connector listed, but the name is "Connector/Python 3.4 [version]" while the other connectors are just "Connector/Net". Trying to enclose the name in double quotes or single quotes makes MySQLInstallerConsole.exe return saying no products were found.



Commands I've tried:
MySQLInstallerConsole.exe community install connector/python;2.1.7;x64 > asks if I want to install 2.7 and 3.4
MySQLInstallerConsole.exe community install connector/python 3.4 > ignores "3.4" and asks if I want to install all versions of the connector
MySQLInstallerConsole.exe community install "connector/python 3.4" > product not found
MySQLInstallerConsole.exe community install 'connector/python 3.4' > product not found
MySQLInstallerConsole.exe community install connector/python\ 3.4 > product not found (was hoping "\" would be read like an escape character)

Does anybody have an idea? I've did my best to search using Google for most of the day and so far I've been unsuccessful.

MySQL 8.0, InnoDB (the usual error) (1 reply)

$
0
0
Hi,

Just installed ver8.0 on Redhat 7 and cannot get it to start when setting InnoDB datafile home.

Starts fine with these variables not in place. I jhave confirmed the directories exist, have chmod to 777 and confirmed by "touching" file in the directory.

error from log is the standard Error 2 then 71 type issue:


2018-05-03T10:37:22.505209Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.11) starting as process 23452
2018-05-03T10:37:22.706510Z 1 [ERROR] [MY-012592] [InnoDB] InnoDB: Operating system error number 2 in a file operation.
2018-05-03T10:37:22.706579Z 1 [ERROR] [MY-012593] [InnoDB] InnoDB: The error means the system cannot find the path specified.
2018-05-03T10:37:22.706600Z 1 [ERROR] [MY-012594] [InnoDB] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.
2018-05-03T10:37:22.706619Z 1 [ERROR] [MY-012646] [InnoDB] InnoDB: File /u01/app/mysql/innodb/data/ibdata1: 'open' returned OS error 71. Cannot continue operation
2018-05-03T10:37:22.706642Z 1 [ERROR] [MY-012981] [InnoDB] InnoDB: Cannot continue operation.


my.cnf:

datadir=/u01/app/mysql/data
socket=/var/lib/mysql/mysql.sock

log-error=/u01/app/mysql/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

log-bin = /u01/app/mysql/binlogs/mysql-bin
relay-log = /u01/app/mysql/binlogs/mysql-relay
general_log = ON
general_log_file =/u01/app/mysql/log/general.log
max_connections = 1000
slow_query_log = ON
slow_query_log_file =/u01/app/mysql/log/slow.log
max_allowed_packet=1024M
innodb_data_home_dir =/u01/app/mysql/innodb/data/
innodb_data_file_path=ibdata1:100M:autoextend
innodb_log_group_home_dir = /u01/app/mysql/innodb/logs/
innodb_buffer_pool_size = 2G
bind-address=0.0.0.0

binlog-format=ROW
binlog-rows-query-log_events=1
binlog-checksum=CRC32
port=3306


and this shows the directory in existence:

[mysql@hrlnxdv3935 data]$ pwd
/u01/app/mysql/innodb/data
[mysql@hrlnxdv3935 data]$ cd ../
[mysql@hrlnxdv3935 innodb]$ ls -lrt
total 8
drwxrwxrwx 2 mysql mysql 4096 May 3 11:20 logs
drwxrwxrwx 2 mysql mysql 4096 May 3 11:36 data


what have I missed???????????

stuck for ages on OSX. help? (no replies)

$
0
0
hello there
i am stuck on high sierra osx for weeks now and can't restart my mysql server


keep finding this in log:

[ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the c
[ERROR] InnoDB: Plugin initialization aborted with error Generic error
[ERROR] Plugin 'InnoDB' init function returned error.
[ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
[ERROR] Failed to initialize builtin plugins.
[ERROR] Aborting
[Note] Binlog end
[Note] Shutting down plugin 'CSV'

well my question is:
i would love to reinstall mysql server from the scratch but i dont want to lose my databases saved in /usr/local/var/mysql directory.

if i reinstall mysql and copy the files over there it will work?
thanks

Upgrading MySQL-client-5.5.25a to mysql-community-client-5.7.18 (no replies)

$
0
0
OS: centOS 6.9

I'm a newbie with mysql. I need to upgrade the MySQL that is installed on one of my Linux servers.

My question is, I have a server that is running MYSQL-client (and server) where "yum list installed" shows it as:

MySQL-client.x86_64 5.5.25a-1.el6 installed

I want to upgrade it with the following rpm:

mysql-community-client-5.7.18-1.el6.x86_64.rpm

So I'm wondering if these are two different kinds of programs?

Would I have to install one then uninstall the other, or would installing the "community" upgraded version would simply overwrite the old version?

MySQL 8.0.11 Starts at Startup When Set Not to Do So (no replies)

$
0
0
I just upgraded from MySQL Community Edition 5.7 to 8.0.11 on OS X 10.12.6. Since I don't constantly use it, I selected not to have MySQL start at system startup. This preference is reflected in System Prefences for MySQL, yet it IS starting everytime I start my system. Anyone else running into this? Ideas? Thanks!

Non-Interactive, Unattended Install of MySQL 8 on Debian/ Ubuntu (no replies)

$
0
0
I am trying to setup MySQL 8 in silent/ unattended mode on Ubuntu/ Debian.

With my bash scripts I am able to do this for MySQL 5 for setting the root password using debconf-utils, then for example:

export DEBIAN_FRONTEND="noninteractive";
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password mysql';
...
However, I am unable to do this during the selection screen of MySQL 8.

After I download and run mysql-apt-config_0.8.10-1_all.deb, there is a screen that asks to select version of server, it is set to MySQL 8.

I tried the bash below, where the first line below should automatically set:

echo mysql-apt-config mysql-apt-config/enable-repo select mysql-8.10-1-dmr | sudo debconf-set-selections
wget --user-agent="Mozilla" -O mysql-apt-config_0.8.10-1_all.deb https://dev.mysql.com/get/mysql-apt-config_0.8.10-1_all.deb;
sudo dpkg -i mysql-apt-config_0.8.10-1_all.deb;

...
However, I get this error, after showing the MySQL 8 choice screen (briefly):
Failed to open terminal.debconf: whiptail output the above errors, giving up!
dpkg: error processing package mysql-apt-config (--install):
installed mysql-apt-config package post-installation script subprocess returned error exit status 255
Errors were encountered while processing.

...
Then it goes ahead and installs MySQL 5.7 from Ubuntu repo anyway as I have the command:

sudo apt-get install -y mysql-server;
Btw once the repo works should it be:
sudo apt-get install -y mysql-server-8.0? -- I tried this but could not find it as repo was not set up.

...
Thus, a related question is - will this deb file: mysql-apt-config_0.8.10-1_all.deb change version number for every bugfix release of MySQL 8 such as 8.10-2 or only set to minor numbers such as 8.10, 8.20 etc.? If so what does the -1 in 8.10-1 stand for as the MySQL version is 8.11, which is not same as 8.10-1.

Thus, once the repo is set to 8.0, will:
sudo apt-get install -y mysql-server-8.0 - will this work?
Or should I specifically install -y mysql-server-8.11 or mysql-server-8.10-1

Would be great to know what number to correspond to calls per the repo.

...
Frankly it would be great if we do not have select which version of MySQL to select as setting up the file: mysql-apt-config_0.8.10-1_all.deb should take care of the right version to download and install.

Thank you very much for your help and clarifications.

Mono

Non-Interactive, Unattended Install of MySQL 8 on CentOS (no replies)

$
0
0
Hello -

I am trying to nstall MySQL 8.0 on CentOS 7.4.

I download and install repo file: mysql80-community-release-fc27-1.noarch.rpm. no problem.

However a grep : yum repolist enabled | grep "mysql.*-community.*"; also tried "mysql."
-------------------------
http://repo.mysql.com/yum/mysql-connectors-community/fc/7/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

http://repo.mysql.com/yum/mysql-connectors-community/fc/7/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://repo.mysql.com/yum/mysql-tools-community/fc/7/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://repo.mysql.com/yum/mysql-8.0-community/fc/7/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
mysql-connectors-community/7/x86_64 MySQL Connectors Community 0
mysql-tools-community/7/x86_64 MySQL Tools Community 0
mysql80-community/7/x86_64 MySQL 8.0 Community Server 0
-------------------------

Is there an issue with the repository or is it some other problem. Also should I be installing mysql-server or mysql-community-server.

Just curious as on debian mysql-server and mysql-community-server are two different mysql but same repo: mysql-apt-config_0.8.10-1_all.deb.

Thus wondering why the repo has 'community' in it as in: mysql80-community-release-fc27-1.noarch.rpm. Is the repo for both community and non-community?

How would I install one (community) or the other (non-community) once repo is setup right.

And both on CentOS/ Fedora the default install for mysql-server installs mariadb-server. Are they exactly the same? Or is MariaDB same as mysql-community-server from CentOS/ Fedora repos.

...
And then for mysql57 I understand the repo is: mysql57-community-release-fc27-1.noarch.rpm, but I do not see it in: https://dev.mysql.com/downloads/repo/yum/

Is there a different place for all the repo files. And also for the community edition should I just use MariaDB.

Your help with resolving these questions will be much appreciated. am also facing some issues on the Debian/ Ubuntu unattended install, so your help there is much appreciated as well.

Please let me know when you get a chance.

Thank you.

MySQL 5.7 to 8 Upgrade Fail | Data Dictionary initialization failed (no replies)

$
0
0
Hi ,

I am working on MySQL In-Place upgrade (used installer) ,from MysQL 5.7.21 CS to MySQL 8.0.11 CS on Windows Server 2008 R2 .

After in place upgrade MySQL service is not starting. Below is content from errorlog.


2018-05-22T10:41:06.812500Z 0 [System] [MY-010116] [Server] C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe (mysqld 8.0.11) starting as process 2572
2018-05-22T10:42:48.714062Z 0 [Warning] [MY-011071] [Server] option 'read_buffer_size': unsigned value 0 adjusted to 8192
2018-05-22T10:42:48.714062Z 0 [Warning] [MY-011071] [Server] option 'read_rnd_buffer_size': unsigned value 0 adjusted to 1
2018-05-22T10:42:48.714062Z 0 [Warning] [MY-010915] [Server] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2018-05-22T10:42:48.714062Z 0 [System] [MY-010116] [Server] C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe (mysqld 8.0.11) starting as process 1132
2018-05-22T10:42:55.210937Z 1 [ERROR] [MY-011014] [Server] Found partially upgraded DD. Aborting upgrade and deleting all DD tables. Start the upgrade process again.
2018-05-22T10:42:59.099210Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2018-05-22T10:42:59.099210Z 0 [ERROR] [MY-010119] [Server] Aborting
2018-05-22T10:43:00.630611Z 0 [System] [MY-010910] [Server] C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe: Shutdown complete (mysqld 8.0.11) MySQL Community Server - GPL.


Below is current my.ini file.

[client]
port=3306

[mysql]
no-beep

[mysqld]
port=3306
basedir=C:/Program Files/MySQL/MySQL Server 5.7
datadir=E:/ProgramData/MySQL/MySQL Server 5.7/Data
default_authentication_plugin=mysql_native_password
default-storage-engine=INNODB
sql-mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION"
log-output=FILE
general-log=0
general_log_file="WIN-QAJ7PLNGBGO.log"
secure-file-priv="C:/ProgramData/MySQL/MySQL Server 8.0/Uploads"
max_connections=151
table_open_cache=2000
tmp_table_size=14M
thread_cache_size=10
myisam_max_sort_file_size=100G
myisam_sort_buffer_size=8M
key_buffer_size=8M
read_buffer_size=0
read_rnd_buffer_size=0
innodb_data_home_dir="E:/MySQL Datafiles"
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=1M
innodb_buffer_pool_size=8M
innodb_log_file_size=48M
innodb_thread_concurrency=8
innodb_autoextend_increment=64
innodb_buffer_pool_instances=8
innodb_concurrency_tickets=5000
innodb_old_blocks_time=1000
innodb_open_files=300
innodb_stats_on_metadata=0
#innodb_file_per_table=1
innodb_checksum_algorithm=0
back_log=80
flush_time=0
join_buffer_size=256K
max_allowed_packet=4M
max_connect_errors=100
open_files_limit=4161
sort_buffer_size=256K
table_definition_cache=1400
binlog_row_event_max_size=8K
sync_master_info=1000
sync_relay_log=10000
sync_relay_log_info=10000


server_id=20
log-bin="mysql-bin"
tmpdir="E:\MySQL Tmp Tables\"
sync_binlog=1
binlog_format=MIXED
log_error="E:/MySQL Logs/error.log"
slow_query_log=1
slow_query_log_file="E:/MySQL Logs/slowqueries.log"
log-output=NONE
long_query_time=0.25
max_allowed_packet=4M
wait_timeout=900
interactive_timeout=900
max_heap_table_size=512M
#query_cache_type=0
innodb_io_capacity=10000
innodb_thread_sleep_delay=2000
innodb_read_io_threads=16
innodb_write_io_threads=16
innodb_stats_on_metadata=0
back_log=5000
flush_time=0
max_connect_errors=100000
#log_warnings=1
log_error_verbosity=2
table_definition_cache=30000
table_open_cache=15000
autocommit=0
default_authentication_plugin=mysql_native_password

Need some advise here .
Viewing all 7172 articles
Browse latest View live




Latest Images