percona Questions
2
My database backup through mysqldump get created with wrong source SQL query for all database views. All source columns are always "1". I can export view definition using mysql workbench and the sa...
3
I am seeing a deadlock with MySQL 5.6 because of what seems like trying to lock the same row/s twice.
From the snippet below, rows where id = (11, 12, 13, 14, 15) already have a lock. And when ano...
Odessa asked 26/7, 2013 at 22:45
2
My mysql keeps crashing. And I think it's because of improper configuration of my.cnf. Here's my my.cnf current configuration. Please help me to optimize it. I'm using a 1gb ram and 30gb ssd. I wan...
2
Solved
I don't know what is better to use Start Transaction OR Begin Work, and what is the difference.
4
Solved
I am using percona-toolkit for analysing mysql-slow-query (logs). So the command is pretty basic:
pt-query-digest slowquery.log
Now the result(error) is:
18.2s user time, 100ms system time, 35....
Jeanniejeannine asked 7/7, 2016 at 12:23
3
I'm trying to run percona xtradb cluster. The output from the percona server is as followings:
mysqld: [Warning] World-writable config file '/etc/mysql/my.cnf' is ignored.
2019-06-10T07:24:28.0008...
Echopraxia asked 10/6, 2019 at 7:35
2
Solved
When using Repeatable Read isolation, you are guaranteed that the rows you read using SELECT wont be modified until your transaction completes.
This seems to be similar to what SELECT .. FOR UPDAT...
Milone asked 18/11, 2015 at 16:3
2
I want to create a replica to my Percona Server with GTID enabled, but got this error when i show slave status:
Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: '...
Stupefaction asked 15/7, 2016 at 7:54
2
Solved
I am trying to take backup from a remote machine using innobackupex.
./innobackupex --host=<mysql_server> --user=<username> <backup_dir>.
Its failing as it is unable to locate ...
Pentacle asked 19/1, 2016 at 9:53
3
Solved
MySQL (Percona 5.6) will not start.
This error has happened to me several times. Each time, I have had to remove MySQL data directories and reinstall MySQL.
Is there another way to fix MySQL? (Sp...
2
Solved
How do I do a CREATE INDEX with Percona's pt-online-schema-change tool? I want to do something like:
CREATE UNIQUE INDEX idx_name ON table_name (col_1, col_2, ...) USING BTREE
According to the ...
5
I can install MYSQL on Ubuntu without prompts with the code below:
dbpass="mydbpassword"
export DEBIAN_FRONTEND=noninteractive
echo mysql-server-5.1 mysql-server/root_password password $dbpass | d...
Frazer asked 16/3, 2012 at 20:6
7
Solved
I have recently installed 5.5.28-29.2 Percona Server (GPL), Release 29.2 in a Ubuntu 12.04 OS Desktop. I have tried to stop the server using different methods:
- sudo /etc/init.d/mysql stop
- sudo...
1
I'm having some difficulty coming up with correct syntax to pull in specific host information for my slow query log file:
I'm using the following:
sudo pt-query-digest mysql-slow.log --since "201...
Thorvaldsen asked 8/5, 2017 at 23:31
1
Solved
Table A has a foreign key constraint (type) to Table B (id). However, type is not null and id is nullable.
I'm trying to build a query using information_schema that will look at foreign key constr...
Rowboat asked 3/5, 2017 at 22:17
1
We recently upgraded our percona 5.5 sql server to percona 5.7. Works out fine so far. unfortunately we have a huge query, which is extremly slower under 5.7. Under 5.5. it takes less than a second...
Shawanda asked 30/9, 2016 at 9:0
1
ALTER TABLE in MySql allows ALGORITHM=INPLACE for avoiding table copy during altering. But for default they use copy instead of inplace. Why? Does default value used for backward compatibility or t...
2
I have a problem with this query:
SELECT
uca.user_activity_id,
uca.user_call_id,
uca.call_activity_id,
uca.user_activity_token,
uc.call_group_id,
uc.user_id
FROM users_calls_activities uca
...
2
Solved
How can i tell if a server I'm connecting to is Percona or MySQL or MariaDB?
Is there any standard way of doing this?
I'm currently using SHOW VERSION to test the server version, but I would also n...
3
Solved
I'm not sure if stack is the right place to ask this, but I recently upgraded to Percona 5.6 from 5.5 and my memory usage has skyrocketed!
This is from PS:
mysql 4598 0.0 29.5 1583356 465312 ? Sl...
2
I though it is a silly question but after searching all over internet could not find an answer.
So how do I check if I have Percona or original MySQL installed on the server?
1
Solved
I installed Percona Toolkit to use pt-show-grants but it's not showing up all the grants. When I run it I see the following output:
-- Grants dumped by pt-show-grants
-- Dumped from server Localho...
2
Solved
I have been trying to create a percona role in ansible and failing at it. I won't really say failing but it doesn't work as planned. Below is a snippet of the role
- name: Setting up percona ser...
2
I've got an app which deals with a lot of data in other languages (webpage titles and meta descriptions). I recently switched from MySQL to Percona and have found all the errors which MySQL seemed ...
Lachman asked 26/12, 2012 at 11:24
3
Problem Summary:
While trying to convert a site with mysql database from latin1 to utf8, some special characters are not displaying correctly despite ensuring charsets are all utf8 system wide.
...
Rosewood asked 21/10, 2013 at 14:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.