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

http://www.reddit.com/r/cgeinyopage1/comments/2ls4qp/ (no replies)

0
0
www.reddit.com/r/cgeinyopage1/comments/2ls4qp/

http://www.reddit.com/r/pagkapayter/comments/2ls8hm/emalive_mtv_europe_music_awards_2014_stream/ (no replies)

0
0
www.reddit.com/r/pagkapayter/comments/2ls8hm/emalive_mtv_europe_music_awards_2014_stream/

https://www.heromedisch.nl/vd30-walking-dead-season-5-episode-5-online-2014-live-stream-8p (no replies)

0
0
www.heromedisch.nl/vd30-walking-dead-season-5-episode-5-online-2014-live-stream-8p

MySQL Community server OS upgrade (2 replies)

0
0
As the Oracle Database is necessary to relink the binaries after the OS upgrade. So how about the MySQL Community database? Is it like Oracle database, required to relink the binaries after the OS upgrade? If yes, how to relink MySQL Community Database?

install error "key not valid" (no replies)

0
0
Currently running mysql 5.1.70 on windows7 32bit ultimate. When trying to upgrade to 5.6.20 via msi full download, I get the following error:

re: eventvwr

The description for Event ID 10011 from source MsiInstaller cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

Product: MySQL Installer -- Key not valid for use in specified state.

(NULL)
(NULL)
(NULL)
(NULL)
(NULL)

the message resource is present but the message is not found in the string/message table

**************

I have tried to repair the current installation, btw working fine.. The install just rolls back and i cannot upgrade. One more note, when trying to install workbench 6.1.7, i get the same error.

mysql upgrade not working (no replies)

0
0
I am trying to upgrade from 5.1 to 5.5 -- I do a chroot and it works on 5.1 but it is giving me some trouble on 5.5. When I start the server as follows i get:

/opt/mysql/mysql/bin/mysqld --no-defaults --user=mysql

140827 10:57:57 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
140827 10:57:57 [Note] - '0.0.0.0' resolves to '0.0.0.0';
140827 10:57:57 [Note] Server socket created on IP: '0.0.0.0'.

But when I do the same with the chroot:

/opt/mysql/mysql/bin/mysqld --no-defaults --user=mysql --chroot=/export/home/mysql/ --datadir=/data

140827 11:02:20 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
140827 11:02:20 [ERROR] Can't create IP socket: Permission denied
140827 11:02:20 [ERROR] Can't start server: cannot resolve hostname!

I had in my my.cnf to put the socket in /tmp and there is a /tmp dir in my chroot that the mysql user has rw to. I cannot figure out what I need to change. Any help will be appreciated.

Install mysql-connector-java error (4 replies)

0
0
Hello :)

I'm trying to install the mysql-connector-java on my Server running on CentOS 6.5. Here is what i type in:
yum -d 0 -e 0 -y install mysql-connector-java

And after about 20 secs i get this respond:
Error: failure: repodata/9fdd4609f219b3ec5cfa5408ab03b84b2bce97ab6de268b890577ee86b998618-primary.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.

Does anyone know where this error message comes from or how to solve it? Or am I trying to install the mysql-connector-java on a wrong way?
Thanks in advance :)

innodb_buffer_pool & innodb_buffer_pool_instances (no replies)

0
0
I have a database dedicated server with one quad-core cpu and 48GB Memory.

Total database size is about 6GB and my ultimate goal is to get the maximum performance out of this system.

At First, to get maximum performance I set innodb_buffer_pool_size to '35GB' with innodb_buffer_pool_instance to 5, thinking that each instance will take up 7GB so total 35GB will be optimum.

But after several days, Innodb_buffer_pool_pages_free says I had 26GB free space in the buffer pool.

So I increased the instances number to 10 and waited some weeks, but the Innodb_buffer_pool_pages_free says about the same thing.

Was my calculation(expecting that 7GB * 5 instances would take up 35GB of buffer pool) wrong? Then how can I use all the free buffer pool size? Should I increase the buffer pool instances even more? Or run 2 mysqld processes to get replication or something?

If anyone get any clue, please give some hint to get the point right about my issue.

Multiple versions of MySQL in same host (3 replies)

0
0
Hi,

I am new to MySQL.

Can't we install multiple MySQL versions in same host ?

Thanks
Dasarath

Mysql Remote Connection (no replies)

0
0
We have distributed database with 120 mysql instances running at different location in
different cities.
We need to access data from any of these 120 mysql instances from 2 application servers at each 120 location i.e. 240 instances of application running
To access data we need to allow 240 IP Address in all these 120 mysql instances
Maintaining 240 entry in 120 servers is very tedious job.
In case we add any further application server we have to add 120 entries again in each mysql instance.

Can we connect to mysql in the following manner.

We will divide the 120 servers into 8 zones with 14-15 mysql per zone.
Each Zone will have linux server with NAT entry that will redirect request from mysql client to a particular port to one of the mysql instance.
Eg. Let this Linux Server IP address be 2.3.4.5
NAT wiil be
Any request to port 11101 will be redirected to 5.6.7.2 :3306
Any request to port 11101 will be redirected to 9.8.6.5 :3306
mysql client will connect using port 11101 and host as 2.3.4.5 this will automatically redirected to 5.6.7.2 mysql instance.
We need to allow access to only 8 IP address in each of the 120 mysql instances.
Even if any new application server is added we will not need add any new entry to allow IP address.


We need your suggestion for this kind of connection.

MYSQL Downgrade (1 reply)

0
0
Hi ,

I have two questions.

1. We ship mysql along with our product , currently we have two different releases say 1.x and 2.x and we are planning to upgrade the mysql version to 5.5.39 version for 1.x.1 , but the 2.x is shipped 5.5.35.

As customers will upgrade from 1.x.1 to 2.x in future , i would like to know will there be any issue ( data corruption , installation issues ) when downgrading the mySQL from 5.5.39 to 5.5.35?

BTW , we ship mysql binaries.

2. I would like to understand the terms Milestone and GA .

5.5.35 ,5.5.39 are mile stones?
and 5.5 and 5.6 are referred to what ?

MySQL on GitHub (no replies)

Buttons not visible in installer config dialog boxes Windows 8.1 (no replies)

0
0
off to a discouraging start. I thought my coffee was going stale until I looked up an installer tutorial and noticed that yes, there really is supposed to be a "next" but so you can, you know, do what's next. Not for this Windows 8 user. Any idea what I can do to work around this? Tabbing in the dark (heh) is unpredictable since they didn't bother to order the tab order of objects in any particular order at all.

Thanks.

Installer: "String was not recognized as a valid Date Time" ? (21 replies)

0
0
I am attempting to install "MySQL Server 5.6.21 - x86" and I get the following error.

"Unhandled execption has occoured in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediatly.

String was not recognized as a valid Date Time."

When continued I am unable to install.

How can I sort this to install the server?

Install GUI fails. forgets root, while CMDline does not (3 replies)

0
0
Hello, trying to get MySQL installed. unfortunately, when i go back in to reconfigure, the root pwd is continually forgotten. I've reinstalled/rebooted 4 times now with no change. if i log in using the command line, it works, it accepts the root password.

What is causing this... Using Windows 7. By the way, your installers listed both have the exact same name and release number, but have different file sizes, that makes no sense and I have no idea what differentiates them.

Kallen

installing on windows server on a different drive other than C (no replies)

0
0
Is there any documentation or pointers on installing mysql on a windows server but on a different drive other than C drive. The person installing is not familiar with mysql and is afraid it will conflict with mssql which is also installed on the box. Let me know the best way to do this. I'm assuming it's possible and I'm pretty sure the mssql and mysql ports won't conflict at all. If we can install it on like a D drive or the like, it will make the windows guy feel much better and I can move on with development on their server.

Thanks!

Autostart of MySQL (no replies)

0
0
I have having trouble starting MySQL on server boot or if someone runs "sudo service mysql start"

The instance will fail to start and we will get an error about touching a file in the data directory:

141114 14:50:02 mysqld_safe mysqld from pid file /var/lib/mysql/tcms01.bcbskc.com.pid ended
141114 14:50:11 mysqld_safe Starting mysqld daemon with databases from /mysql/data/data
141114 14:50:11 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
141114 14:50:11 [Warning] Can't create test file /mysql/data/data/tcms01.lower-test
141114 14:50:11 [Warning] Can't create test file /mysql/data/data/tcms01.lower-test
/usr/sbin/mysqld: Can't change dir to '/mysql/data/data/' (Errcode: 13)
141114 14:50:11 [ERROR] Aborting

141114 14:50:11 [Note] /usr/sbin/mysqld: Shutdown complete


To support the expected size of our databases, we have created mount points for the binary log and the data directory. The mount point is /mysql/data and I created a directory under that so the lost+found would not show up as a database to MySQL.


In the /etc/my.cnf, I specified the new datadir:
datadir = /mysql/data/data

I have the following permissions on the directories, which match those that were found on /var/lib/mysql:
$ find /mysql -type d -ls
1048579 8 drwxr-xr-x 4 root root 4096 Nov 3 14:45 /mysql
2 4 drwxr-xr-x 4 mysql mysql 4096 Nov 5 13:31 /mysql/data
11 16 drwx------ 2 root root 16384 Nov 3 14:44 /mysql/data/lost+found
3932161 4 drwxr-xr-x 8 mysql mysql 4096 Nov 14 14:52 /mysql/data/data


If I do a 'sudo touch /mysql/data/data/tcms01.lower-test', the file is created sucessfully.


When I run as the mysql user, I am able to start the instance just fine with the following:
nohup /usr/bin/mysqld_safe &


My SA looked for any SELinux issues, but did not see one.


Any suggestions of where to look?

Thanks,
Ted

my.ini check (no replies)

0
0
Hello Everyone!

I am using the 5.5 version of mysql on windows platform 2012.
My server is the Intel® Xeon® E3-1230V3 3.3GHz HT and has 16GB of RAM.

In times of many hits, mysql is very slow. One could analyze my my.ini to see if everything is ok ? I only use INNODB .

Thank you,

Gabriel




[client]

port=3306

[mysql]

default-character-set=utf8

[mysqld]

port=3307

basedir="C:/Program Files/MySQL/MySQL Server 5.5/"
datadir="C:/ProgramData/MySQL/MySQL Server 5.5/Data/"
character-set-server=utf8
default-storage-engine=INNODB
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
skip-name-resolve
event_scheduler=ON

#*** LOG QUERY PROBLEM ***
log-queries-not-using-indexes
log_output = "TABLE"
slow_query_log = "OFF"
min_examined_row_limit=502
long_query_time=3

max_connections=200
query_cache_size=256M
table_cache=8000
tmp_table_size=256M
thread_cache_size=50

#*** MyISAM Specific options
key_buffer_size=128M
read_buffer_size=1M
read_rnd_buffer_size=1M
sort_buffer_size=1M

#*** INNODB Specific options ***
innodb_additional_mem_pool_size=4M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=1M
innodb_buffer_pool_size=2048M
innodb_log_file_size=343M
innodb_thread_concurrency=18

10.9 Community Server 5.6.21 Download is incorrect (Mac) (1 reply)

0
0
The Mac OS X 10.9 (x86, 64-bit), DMG Archive link for the Community Server is actually a 10.8 install. This needs to be fixed. I tried contacting MySQL, but the only contact info I could find was their sales department. Anyone know how to get this information to the correct team?

Bryan

MySQL Workbench Installation Failure: There is an error in XML document (no replies)

0
0
Trying to install MySQL on Windows for the first time, and I'm getting an installation error that simply says "There is an error in XML document (11, 4),) The installer will now close."

Any ideas on how to proceed? What temp files could be deleted to ensure the installation continues successfully?

Thanks
Viewing all 7166 articles
Browse latest View live




Latest Images