Displaying 20 results from an estimated 5000 matches similar to: "Install Mariadb on Centos 7 fails"
2016 Sep 23
1
Install Mariadb on Centos 7 fails
At 09:36 AM 9/23/2016, you wrote:
>On 2016-09-22 18:07, david wrote:
> > Folks
> >
> > I'm having problems installing Mariadb in Centos 7.
> >
> >
> > Here's what I did:
> >
> > 0) Become root
> > 1) Make sure that mariadb and mysql are NOT installed.
> > 2) Delete residual libs
> > rm -rf /var/lib/mysq*
>
2016 Sep 23
0
Install Mariadb on Centos 7 fails
On 2016-09-22 18:07, david wrote:
> Folks
>
> I'm having problems installing Mariadb in Centos 7.
>
>
> Here's what I did:
>
> 0) Become root
> 1) Make sure that mariadb and mysql are NOT installed.
> 2) Delete residual libs
> rm -rf /var/lib/mysq*
> 3) yum install -y mariadb-server
> installed mariadb-5.5.50-1.el7_2.x86_64 from
2015 Mar 12
3
mysql replication - problems
Hey everybody,
I'm trying to get mysql master/slave replication to work under SSL. I've
created the certs for both the slave and the master. I've configured the
master and slave my.cnf. And it does appear that replication is actually
working.
Master is actually MariaDB (version 5.5.41-MariaDB-log, and the slave is
MySQL (version 5.5.41-log).
But there are two issues I'd like to
2015 Mar 12
3
mysql replication - problems
>
> The mysqld process runs as the mysql user. It's parent which is the
> mysqld_safe runs as the root user. That being said the mysql user needs
> to have at least read permission to the locations where the ssl files are
>
> located. By default on Centos the /etc/pki/CA/private directory has its
> directory permissions to only allow the root user. If the mysql
2013 Sep 13
2
MySQL 5.1.69 at CentOS 6.4 doesn't know enable-named-pipe?
Hello,
I've only had experience with PostgreSQL sofar,
but have now to install MySQL (and WordPress)
on a CentOS 6.4 /64 bit server.
I have installed the mysql-5.1.69-1.el6_4.x86_64
package and executed the following commands:
# chkconfig mysqld on
# service mysqld start
# /usr/bin/mysqladmin -u root password 'xxxxx'
# /usr/bin/mysql_secure_installation
Then I've noticed that
2009 Sep 12
1
mysql query logging
Nothing I have done so far seems to work
# cat /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
max_allowed_packet=2MB
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
2015 Mar 12
2
mysql replication - problems
>
> No: /etc/pki/CA should NOT be group writeable. Ditto for
> /etc/pki/tls/cernts and private
Ok, yeah I can understand that. I'll correct it. Still need a way to get
SSL enabled however. Any suggestions there?
Thanks
Tim
On Thu, Mar 12, 2015 at 11:40 AM, <m.roth at 5-cent.us> wrote:
> Tim Dunphy wrote:
> >>
> >> The mysqld process runs as the mysql
2012 Feb 07
1
MySQL on CentOS 6 broken? No 'mysql' database?
Hi Guys,
I installed CentOS 6 and installed 'yum install mysql mysql-devel mysql-server'
When I try and start MySQL I get:
120206 16:42:07 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
/usr/libexec/mysqld: Table 'mysql.plugin' doesn't exist
120206 16:42:07 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
120206
2015 Mar 12
0
mysql replication - problems
On Thu, Mar 12, 2015 at 8:57 AM Tim Dunphy <bluethundr at gmail.com> wrote:
> Hey everybody,
>
> I'm trying to get mysql master/slave replication to work under SSL. I've
> created the certs for both the slave and the master. I've configured the
> master and slave my.cnf. And it does appear that replication is actually
> working.
>
> Master is actually
2015 Nov 30
2
SOT: MariaDB 5.5.x-MariaDB logs are not going to desired .log file
Hi there, I know this is off-topic or semi off-topic but I really need some
help since I am stucked.
I'm trying to redirect MariaDB logs to `/var/log/mysql/*.log` files as
shown below on the `/etc/my.cnf.d/server.cnf` file:
#
# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see
#
# See the examples of server
2017 Nov 04
4
mariadb server memory usage
Hi,
is this ok for a database server, or do I need to turn the memory allowance
down? The machine has 48GB and mariadb is allowed about 40. The
machine is a dedicated database server.
Mysql seems to go up to what top says is virtually allocated under some
circumstances; I don?t know what mariadb does. I don?t want anything
get killed because memory runs out. Swap should prevent that anyway,
2012 Feb 05
1
mysql won't start with service, but starts with mysqld_safe
Just installed mysql on centos 6.2. When I try to start it with service I get:
#service mysqld start
MySQL Daemon failed to start.
Starting mysqld: [FAILED]
Nothing at all is written to the error log.
But if I start it with mysqld_safe it comes up and works fine.
Anyone know what's going on here?
-larry
2013 Nov 11
1
Tuning MySQL - what's the best place for mysqld parameters?
Hello CentOS users,
for a Wordpress website I have installed
mysql-server-5.1.69-1.el6_4.x86_64 and
run /usr/bin/mysql_secure_installation on
a CentOS 6.4 machine with mucho RAM (32 GB)
and I wonder, what would be the best place
for the mysqld parameters descibed at
http://dev.mysql.com/doc/refman/5.1/en/server-parameters.html
mysqld_safe --key_buffer_size=64M --table_open_cache=256 \
2011 Oct 11
3
/etc/init.d/mysql =fail mysqld=success
Hello.
This is my mysql-server.pp file, both master and client are runing
ubuntu.
--------------------
class mysql-server {
package { "mysql-server": ensure => installed }
package { "mysql-client": ensure => installed }
service { "mysql":
enable => true,
ensure => running,
require => Package["mysql-server"],
}
file
2009 Mar 18
2
Crash!!! -- Permission Error
I'm currently re-installing db41 port. Earlier using 'innodb_force_recovery = 6' seemed to fix that PANIC error. But I don't understand this permission error. I've tried various permissions as well 777, 766, 666, 760, etc etc. I've also ran mysqld_safe as root user, but with same permission error. Also tried different directories without luck.
When I log in to the
2017 Nov 17
2
Log rotation and combining...
That doesn?t seem to work either. Where do I find logs for log rotation to see the reason it failed?
Ethon
> On Nov 16, 2017, at 7:53 PM, Bill Shirley <bill at KnoxvilleChristian.org <mailto:bill at KnoxvilleChristian.org>> wrote:
>
> I believe you need a 'create' statement to set the permissions. Here
> is an example for mariadb:
>
2015 May 29
3
Using Mariadb databases from old server
Todor Petkov wrote:
>> I'm running CentOS-7, but I left some MySQL databases
>> on my old CentOS-6.5 partition which I'd like to retrieve.
>> I assume they are contained in the file /var/lib/mysql/ibdata1 ?
>>
>> Could I just copy this file to /var/lib/mysql in CentOS-7?
>> Or is there some way Mariadb or phpMyAdmin can import mysql databases
>>
2012 Aug 03
2
ot: mysql auth worker failure ?
looking through logs I noticed this today:
grep mysql /var/log/maillog | grep fail
Aug 3 17:35:25 dovecot: auth-worker(28335): Error: mysql: Query failed,
retrying: Table 'postfix.users' doesn't exist
Aug 3 17:35:57 dovecot: auth-worker(28335): Error: mysql: Query failed,
retrying: Table 'postfix.users' doesn't exist
Aug 3 17:36:02 dovecot: auth-worker(28335): Error:
2009 Jan 14
6
How do I change MYSQL startup options on Mac??? (can't work it out)
Hi,
Can anyone help me out re how I change the startup options for mysql (v5.0)
running on my Mac? (I just want to add the "--log" option is about it). I
tried doing "sudo ./Library/StartupItems/MySQLCOM/MySQLCOM restart" however
this started a 2nd instances of mysql & mysqld.
Here is what I see start after Mac startup if this helps:
$ ps aux | grep mysql
_mysql 137 0.0
2015 May 10
2
mariadb fails to start under C7
On 5/10/2015 1:04 PM, Earl A Ramirez wrote:
> Did a little Googling [0] and I saw that they recommend starting it as
> follows:
>
> /etc/init.d/mysql start
which is old school sysVinit style.
my guess is, you'll need to fix up a systemd service description file,
like /usr/lib/systemd/system/mariadb.service
--
john r pierce, recycling bits in santa cruz