Skip to content
Advertisement

Tag: mysql

where can I find mysql-apt-config_0.8.13-1_all.deb.asc

I have issue with install mysql-apt-config_0.8.13-1_all.deb in Debian 9 but I have apt-key issue. I find that I can use Signature Checking Using GnuPG I find the PGP SIGNATURE but i can’t find the mysql-apt-config_0.8.13-1_all.deb.asc how can I find it to do gpg –verify package_name.asc. Answer Use the newest MySQL apt repository mysql-apt-config_0.8.22-1_all.deb. You can download the file.asc from MySQL

ERROR 1 (HY000) at line 1: (Errcode: 13 “Permission denied”)

I have to save my SQL query output in a text file. When i run the needed query: ..it throws this error: Why does this happen. I am using Ubuntu 20.04. Answer You have no access to directory /root/sql because of secure_file_priv. Please do SHOW VARIABLES LIKE “secure_file_priv”; and see what directory you can use for outfile. This paramater can

Ownership of datadir is reset to mysql:mysql after every reboot

I’m using MariaDB 10.5.9-1 on Manjaro 5.10.23-1. I initialized mariadb database directory using this command: After data directory initialization, permissions and ownership of /var/lib/mysql: And there’s one another directory /run/mysqld, which file mysqld.sock resides in by default when server is up and running, has permissions and ownership: I have no idea when /run/mysqld was created, maybe the first time server

How to send emails via cron job usng Golang MySQL?

Hope you all doing well. how can i using cron job and cron tab(by golang connection my sql) or anothor way using bash script excute (file golang) how can i do that. in crontab -e : set the code 31 17 * * * cd /home/shanaz/Desktop/GO export/home/shanaz/Desktop/GO:bash sql.sh when sql.sh code here go run sqll.go Answer Hope you’re doing well

Getting syntax error while exporting mysql database

I have cPanel trial version installed on the centOS server which is expired now. So I don’t have access to cPanel user and WHM login. I am tried the following mysql> mysqldump -u root –ppassword db_name > db_nametext.sql; Thank you for time and consideration. Answer You cannot run mysqldump from mysql shell: mysqldump is not a SQL statement but an

Advertisement