Skip to main content

All Questions

Tagged with
0 votes
2 answers
2k views

Can't copy paste between windows 10 to centos 7 in VMware workstation, how to fix this issue?

I've windows 10 installed as primary Operating System. Inside it, using vmware workstation 17, I've installed centos 7. Now, for eg: I want to copy the command to download mysql workbench in centos 7. ...
achhainsan's user avatar
0 votes
0 answers
185 views

unable to access spring boot application deployed in centos 9 server : request time out

My application was developed in Spring Boot, MySql. My server is running on CentOS 9 Stream. port 8080 is ocupied by Jenkins. So I have deployed it in a different port 8081. But my problem is when I ...
Black Swan's user avatar
  • 1,171
1 vote
1 answer
644 views

Cannot log in to the MySQL server _After data dir changed _cent os 7

I am having centos 7 and recently i changed my data directory of mysql from /var/lib/mysql to /test/sql after the migration i am able to login from mysql server through terminal but not able to login ...
Sam David's user avatar
1 vote
1 answer
581 views

Can user privilege of docker container impact permission of host machine on mounted volume in docker-compose.yml?

I have docker-compose.yml as below, version: '2' services: mysql: image: centos/mysql-56-centos7:latest restart: always container_name: mysql environment: - ...
lily's user avatar
  • 1,895
0 votes
0 answers
362 views

MariaDB ERROR 2006 (HY000) only in information_schema database

I had a MariaDB server running fine on CentOS 7. I did a mysqldump and imported it on a different machine running the same software. I tried to query in "information_schema," and I got the following: ...
Mitch's user avatar
  • 1
1 vote
1 answer
2k views

'invalid pointer' with ODBC on CentOS 7

I'm running into an 'invalid pointer' with ODBC on a CentOS 7 machine while developing a new Asterisk (PBX) configuration. A previous server with identical set-up (unixODBC version 2.3.1) works fine. ...
Olivier's user avatar
  • 11
2 votes
0 answers
24k views

Trying to understand how to set the location of MySQL log files in CentOS

I am having a heck of a time getting this web server to log MySQL errors for me. I just started having issues with MySQL crashing every night and having to restart the service. I am running MySQL on ...
Chuck Coggins III's user avatar
1 vote
1 answer
1k views

btrfs incremental send and receive from local to remote machine issue with mariadb

I have problem with btrfs incremental send and receive from local to remote machine. My host Lxd is Ubuntu 16.04.3 LTS with lxd 2.0.10 and btrfs-progs v4.4 My 2 containers are centos7 (CentOS Linux ...
Siranee Jaraswachirakul.'s user avatar
0 votes
1 answer
1k views

Not able to install SNMP on CentOS

I am trying to install SNMP utility on my CentOS. I have Mysql pre-installed on the machine. I am getting following error : yum install net-snmp Loaded plugins: fastestmirror, langpacks Loading ...
Prabhat's user avatar
0 votes
3 answers
23k views

CentOS phpmyadmin folder forbidden

installed php5,apache2,LAMP, PHPMyAdmin but if I type my IP and PHPMyAdmin like this http://__my_IP__/phpmyadmin it is showing the error Forbidden You don't have permission to access /PHPMyAdmin/ ...
rakcode's user avatar
  • 101
1 vote
3 answers
2k views

Can I safely delete all these large files to free up space on a CentOS system?

I run find to locate all files larger than 100MB and wonder if I can safely delete them? Below are some examples, many thanks: /home/blucel/tmp/Cpanel_Form_file.upload.Vu2iQea7tl0o8dVQ /home/virtfs/...
Alan Song's user avatar
1 vote
0 answers
420 views

Is "yum update" safe?

CentOS 6.6 I have a production server and a test server. I just tried "yum update" on the latter and everything looked fine. It took 14 minutes. Before I repeat the operation on my critical server, I ...
Travis Banger's user avatar
0 votes
2 answers
2k views

Restarting mysqld on CentOS 6.6

I'm trying to restart my mysqld process on CentOS 6.6. I have root access to the server and when I run top, this is the first line: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND ...
MxmastaMills's user avatar
1 vote
1 answer
7k views

Fully resetting MySQL

I've just spun up a CentOS 6 server. I installed mysql on it yum install mysql-server And after I started the MySQL service it spat out on STDOUT a bunch of stuff about the necessity of changing the ...
Yoshi Walsh's user avatar
0 votes
0 answers
686 views

How to uninstall a manual configuration of PHP 5.2.17 on CentOS 6.7 (Final)

Centos 6.7 (Final) comes with PHP 5.3.3, but the site running on the server needed PHP 5.2.17. Because it is not supported much anymore I manually configured PHP 5.2.17 using this guide: PHP ...
Schwifty's user avatar

15 30 50 per page