Skip to content

Tag: mysql

Install mysql 57 on OS Oracle Linux 6.9: Error: Package

On OS Oracle Linux I’ve tried to install, MySQL community server 5.7 running the commands below: It returned the following error: Error: Package: mysql-community-client-5.7.19-1.el7.x86_64 (mysql57-community) Requires: libc.so.6(GLIBC_2.14)(64bit) Error: Package: perl-DBD-MySQL-4.013-3.el6.x86_64 (@publ…

phpmyadmin: Can’t login

I have installed phpmyadmin in a Linode Server. I set mysql password but when I’m trying to login via phpmyadmin interface I get the message: I also tried via terminal: mysql -u root -p root And then I got the following message: My config.inc.php file is: Answer Watch out for special characters that may…

linux bash script log output

Im having trouble getting output into my log file in my script. Backup runs successfully but the logfile is empty. WHen I run the script I get “Warning: Using a password on the command line interface can be insecure.” so at least that should be in a log file. (I am using a .key file) Answer Thats …