Quantcast
Channel: MySQL Forums - Install & Repo

System Start: Automatically open MySQL Connection, JDBC (no replies)

$
0
0
Hello,

i can't find a solution to my problem:
Since i have installed a new MySQL 8.0 Version (switched from 5.), the process 'mysqld.exe' is successfully started, but i can just connect to my database (from Java with JDBC), if I manually had opened the connection in the Workbench (if not: 'can't connect to database error in Java')

I want to use the MySQL database in external Java Applications, which are started with windows. What is the solution? Do i have to put something in the my.ini File or is it a admin problem? How to force MySQL to open the connection automatically?

Kind regards

How I can convert 10000 Mysql data list to csv file? (no replies)

$
0
0
I want to convert data from my sql data base into csv data so i can save it for futrue use. Can any one guide me in me in this regard.

SLES 15 - Adding MySQL 8.1 repository to zypper (20 replies)

$
0
0
Hi,
How do I add to zypper the repository for the new 8.1 version?
Currently I see this when I run zypper refresh:

Repository 'MySQL Connectors Community' is up to date.
Repository 'MySQL Tools Community' is up to date.
Repository 'MySQL 8.0 Community Server' is up to date.

I didn't find anything regarding 8.1

Thx

Ubuntu 23.10 repository missing (1 reply)

Internal error (no replies)

$
0
0
Whenever I'm trying to install MySql Installer I get the error:

Internal error.(Your installation appears to be damaged. You should uninstall and reinstall MySQL Installer for windows.)The Installer will now close.

I've already uninstalled and reinstalled it several times, but it shows the same error again and again!
What should I do?

Can't install MySQL on Debian 12 (1 reply)

$
0
0
Hi , I can't seem to install MySQL on Debian 12 Bookworm.

When I type this command :
sudo apt install mysql-server

I get this:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package mysql-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'mysql-server' has no installation candidate


I have done all the prerequisite like update and upgrade , adding the MySQL Repository but this is happening.
Can you help me out?

MySQL 8.0.34 offline installation - add j-connector (no replies)

$
0
0
I am doing a MySQL 8.0.34 installation on windows 2019 server that has no internet connection. When I try to add the connector J nothing shows up in the list. Is it possible to install the J connector without an internet connection?

I don't see Developer Default in my MYSQL Community Server installation. (no replies)

$
0
0
I know I could install it at 'Full' mode.
But I don't want to take up unnecessary space.

Is there any way to make it reappear?

#42000 Access denied (1 reply)

$
0
0
Getting the following error: "Error in counting the records to be exported: #42000Access denied; you need (at least one of) the BACKUP_ADMIN privilege(s) for this operation"

This occurs on Iperius Backup but only with MySQL 8.0.35 or 8.2. I don't get the error on 5.x versions. The user has all privileges with Grant option.

Super long install it seems (1 reply)

$
0
0
mysql 8 from the install of FreeBSD 13.2.
It's resident on a vm (VmWare Hypervisor)

I'm installing by going to the /usr/ports/databases/mysql80-server directory and running "make"

It keeps asking about options to install (blue screen with the [x] options but for things like:
libunistring-1.1
lib event-2.1.12
hidapi-0.12.0
Cyrus-sasl-2.1.20
I have screen shots of a few examples of those

Those are just a few examples there been 20 or so.
I'm not a sql guy, just need it for a freeware Radius server.

Am I missing something? Am I like installing a bunch of things I don't need?
Thank you for any help.

-Matt

Changing data directory on MacOS Somona (1 reply)

$
0
0
I just installed MySQL 8.2 on my Mac. It stores data in /usr/local/mysql/data/ by default, where _mysql user and _mysql group owns the directory. I created a new data directory in the root of the external drive. Using System Setting I pointed the data directory to the one created on my external drive.

Doing this, the server doesn't start. This is the error log:

2023-11-20T08:28:39.195307Z 0 [System] [MY-010116] [Server] /usr/local/mysql/bin/mysqld (mysqld 8.2.0) starting as process 3811
2023-11-20T08:28:39.224697Z 0 [Warning] [MY-010091] [Server] Can't create test file /Volumes/MacExternal/MySQL/mysqld_tmp_file_case_insensitive_test.lower-test
2023-11-20T08:28:39.224723Z 0 [Warning] [MY-010159] [Server] Setting lower_case_table_names=2 because file system for /Volumes/MacExternal/MySQL/ is case insensitive
mysqld: File './binlog.index' not found (OS errno 1 - Operation not permitted)
2023-11-20T08:28:39.232188Z 0 [ERROR] [MY-010119] [Server] Aborting
2023-11-20T08:28:39.232340Z 0 [System] [MY-010910] [Server] /usr/local/mysql/bin/mysqld: Shutdown complete (mysqld 8.2.0) MySQL Community Server - GPL.
2023-11-20T08:28:39.233095Z 0 [System] [MY-015016] [Server] MySQL Server - end.

So I changed the permissions on /Volumes/MacExternal/MySQL/ to 777, but MySQL still has the same problem. I even tried to change ownership of the external directory:

sudo chown _mysql:_mysql MySQL

, but it's not possible ( nothing happens after the command is issued ). So I gave MySQL full disc access, but it didn't help as well. Any idea, how I can move the database directory?

MYSQL Debian 12 error _apt non accessible (1 reply)

$
0
0
Hi,

I try to install MYSQL in Debian 12 nut i have a error when i install reposytory mysql.

What i do befor the error :

1 apt update && apt upgrade
2 wget https://dev.mysql.com/get/mysql-apt-config_0.8.26-1_all.deb
3 apt install ./mysql-apt-config_0.8.26-1_all.deb

After to do this last command i had this error :

the download is performed outside the sandbox as root, as the file /root/mysql-apt-config_0.8.26-1_all.deb is not accessible by the user "_apt ".
- pkgAcquire::Run (13: Permission not granted)

Do you have some ideas ?

Thank you so much

Hadrien
T

package GPG key expired (url below) (6 replies)

mysqld: cannot execute binary file: Exec format error (2 replies)

$
0
0
Just downloaded ant extracted the 2.28 relase of 8.2 and I get this error when I try running "bin/mysqld --initialize --user=mysql":

mysqld: cannot execute binary file: Exec format error

And ideas what I did wrong?

Master data not present in mysqldump output (no replies)

$
0
0
In my first outing with MySQL 8.0.30, I'm looking to do seed a replication on a slave using a dump from the master. The master doesn't yet have any data in the tables. By way of experience, my first inclination was to use "--master-data=2" in the command, which now because "--source-data=2".

What I wasn't prepared for is that there's nothing in the output that came from mysqldump that includes the "show master status" equivalent.

The command I'm using is:
mysqldump --skip-lock-tables --single-transaction --flush-logs --hex-blob --source-data=2

Is the absence of any data why the master status is not included?

The "show master status" presents this:
mysql> show master status\G
*************************** 1. row ***************************
File: mysql-primary-0-bin.000005
Position: 14352
Binlog_Do_DB:
Binlog_Ignore_DB:
Executed_Gtid_Set:
1 row in set (0.00 sec)

The mysqldump output doesn't include either "change source" or "change replication" or anything that references the master or the above file/position. The above command syntax has worked for me with MySQL/MariaDB previously without issue.

For reference, MySQL is being used inside of OpenShift.

MySQL Server 8.0.33 with MySQL Workbench 8.0.36 (1 reply)

$
0
0
Would there be any issues with using MySQL Workbench 8.0.36 with MySQL Server 8.0.33?

Missing Icons in MacOS mySQL Workbench (no replies)

$
0
0
The vertical toolbar icons missing and some other icons were missing on this update as well.How can I fix it?

Connection Warning for MySQL Server 8.3.0 with MySQL Workbench 8.0.36 (1 reply)

$
0
0
Incompatible/nonstandard server version or connection protocol detected (8.3.0).

A connection to this database can be established but some MySQL Workbench features may not work properly since the database is not fully compatible with the supported versions of MySQL.

MySQL Workbench is developed and tested for MySQL Server versions 5.6, 5.7 and 8.0.
For MySQL Server older than 5.6, please use MySQL Workbench version 6.3.

So from what I interpreted from the warning is that mysql server 8.3 which is apparently the latest version of mysql server is not supported in the latest version of the mysql workbench? Or did I got it wrong?

No connection to Mysql (no replies)

$
0
0
hi,

I try to connect Mysql 8 via connector C++ 8 and it's impossible for me !

My connection; tcp://localhost:3306

when i ping 127.0.0.1:3306
Host not found ??

No port 3306 is open

C:\>netstat -n

Connexions actives

Proto Adresse locale Adresse distante État
TCP 127.0.0.1:5354 127.0.0.1:49671 ESTABLISHED
TCP 127.0.0.1:5354 127.0.0.1:49673 ESTABLISHED
TCP 127.0.0.1:49671 127.0.0.1:5354 ESTABLISHED
TCP 127.0.0.1:49673 127.0.0.1:5354 ESTABLISHED
TCP 127.0.0.1:50539 127.0.0.1:50540 ESTABLISHED
TCP 127.0.0.1:50540 127.0.0.1:50539 ESTABLISHED
TCP 127.0.0.1:50541 127.0.0.1:50542 ESTABLISHED
TCP 127.0.0.1:50542 127.0.0.1:50541 ESTABLISHED
TCP 192.168.0.3:49699 20.90.152.133:443 ESTABLISHED
TCP 192.168.0.3:49746 20.90.152.133:443 ESTABLISHED
TCP 192.168.0.3:50458 146.59.29.4:443 ESTABLISHED
TCP 192.168.0.3:50460 89.149.212.54:443 ESTABLISHED
TCP 192.168.0.3:50567 142.250.102.188:5228 ESTABLISHED
TCP 192.168.0.3:50988 2.17.196.179:443 ESTABLISHED
TCP 192.168.0.3:50989 2.21.16.148:443 ESTABLISHED
TCP 192.168.0.3:51040 2.17.196.137:443 CLOSE_WAIT
TCP 192.168.0.3:51041 2.17.196.137:443 CLOSE_WAIT
TCP 192.168.0.3:51045 88.221.83.192:443 CLOSE_WAIT
TCP 192.168.0.3:51046 88.221.83.192:443 CLOSE_WAIT
TCP 192.168.0.3:51047 88.221.83.192:443 CLOSE_WAIT
TCP 192.168.0.3:51048 88.221.83.192:443 CLOSE_WAIT
TCP 192.168.0.3:51049 88.221.83.192:443 CLOSE_WAIT
TCP 192.168.0.3:51050 88.221.83.192:443 CLOSE_WAIT
TCP 192.168.0.3:51051 152.199.19.161:443 CLOSE_WAIT
TCP 192.168.0.3:51052 152.199.19.161:443 CLOSE_WAIT
TCP 192.168.0.3:51062 13.107.246.67:443 CLOSE_WAIT
TCP 192.168.0.3:51082 185.221.87.23:443 ESTABLISHED
TCP 192.168.0.3:51083 13.37.78.130:443 ESTABLISHED
TCP 192.168.0.3:51085 89.149.212.51:443 CLOSING
TCP 192.168.0.3:61907 137.135.225.146:443 ESTABLISHED
TCP 192.168.0.3:62542 52.159.49.199:443 ESTABLISHED
TCP 192.168.0.3:62999 185.48.201.98:443 ESTABLISHED
TCP 192.168.0.3:63009 185.48.200.147:443 ESTABLISHED
TCP 192.168.0.3:63016 185.48.202.153:443 ESTABLISHED
TCP 192.168.0.3:63610 185.48.200.136:443 ESTABLISHED
TCP 192.168.0.3:63623 185.48.202.157:443 ESTABLISHED
TCP 192.168.0.3:63678 20.82.220.141:443 CLOSE_WAIT
TCP 192.168.0.3:64519 40.84.185.67:9354 ESTABLISHED
TCP 192.168.0.3:65449 52.159.49.199:443 ESTABLISHED

When i excute netstat - n

Idont have an open port 3306 to Mysql

see under

Add additional MySQL installation (no replies)

$
0
0
I’m new to MySQL, but am familiar with other variants, so my issues aren’t about the language itself, but the system administration of a personal installation of MySQL.

I followed the default installation instructions which didn’t allow me to select the location of MySQL. It defaulted to my C: drive which is close to being full. The program itself can remain on C: but I’d like to move the data to the D: drive which still has GB of space.

I closed down the MySQL Workbench and MySQL Shell. I stopped the MySQL Server Process.

I created a D:\Data drive and copied over the contents of the installation created C:/ProgramData/MySQL/MySQL Server 8.0\Data folder to that new D: folder.

I attempted to restart MySQL Server. I get the message “"The MYSQL80 service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."

Any ideas as to what I might do now to restart the MySQL process?

Multiple Docker Container (no replies)

$
0
0
Hello I'm trying to run two different MySQL versions as docker containers, however when I want to connect a second wordpress blog, I'm greeted with this error message: Error establishing a database connection.
In the container logs everything is looking fine and I did change the network section and ports in my docker-compose.yml, but from looking at the container information I see that the MySQL container is still using 3306/tcp as port, even though I changed it with the environment variable MYSQL_TCP_PORT: 3307 and it is using this one as well.

Running two independent setups is mandatory.
Thank you for your replies!


docker-compose.yml
Credentials are sanitized


version: "3"
networks:
test:
name: test
ipam:
driver: default
config:
- subnet: 192.168.99.0/24
ip_range: 192.168.99.0/26
gateway: 192.168.99.1
attachable: true

services:
db2:
image: mysql:8.0.36
container_name: MySQL2
environment:
MYSQL_ROOT_PASSWORD: 1234
MYSQL_ONETIME_PASSWORD: True
MYSQL_USER: test
MYSQL_PASSWORD_FILE: 1234
MYSQL_DATABASE: db2
MYSQL_TCP_PORT: 3307
volumes:
- /Wordpress/MySQLTest/:/var/lib/mysql
ports:
- 3307:3307
networks:
- test

wordpress:
depends_on:
- db2
image: wordpress:6.4.0-php8.0-apache
container_name: Wordpress2
ports:
- "18888:80"
environment:
WORDPRESS_DB_HOST: db_dev:3307
WORDPRESS_DB_USER: test
WORDPRESS_DB_PASSWORD: 1234
WORDPRESS_DB_NAME: db2
volumes:
- /WordpressTest:/var/www/html
networks:
- test

Virtual Windows 11 on Apple Silicon (no replies)

$
0
0
I'm running Windows 11 via Parallels on my MacBook Pro M1. Company requires connections via Windows VPN setup. Is there a way to install in my virtual machine? (No,the MacOS version can't be used)

Unhandled exception error when installing MYSQL server (no replies)

$
0
0
Hi! I cannot get MYSQL Server to install. I am unable to connect Workbench to a server. I get an error that I don't know how to fix. I've looked for solutions but I can get it. I get this error:

"Unhandled exception has occurred in your application"



Thank you for your help!

Fedora 39 (no replies)

$
0
0
Hello,

Would you be so kind to tell me when the download of the Workbench editor for Fedora 39 will be updated, instead if the repositories and MySQL Community Server for this version of Fedora 39 are available for download.

Debian Repository GPG error: NO_PUBKEY B7B3B788A8D3785C (1 reply)

$
0
0
Hi,

I have a MySQL repository error:

root@vm: apt update
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Hit:4 http://ftp.debian.org/debian bullseye-backports InRelease
Get:5 http://repo.mysql.com/apt/debian bullseye InRelease [17.9 kB]
Err:5 http://repo.mysql.com/apt/debian bullseye InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B7B3B788A8D3785C
Fetched 17.9 kB in 1s (24.5 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repo.mysql.com/apt/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B7B3B788A8D3785C
W: Failed to fetch http://repo.mysql.com/apt/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B7B3B788A8D3785C
W: Some index files failed to download. They have been ignored, or old ones used instead.


I've found some tipps:
https://github.com/apache/airflow/issues/36231#issuecomment-1857902794
gpg --keyserver pgp.mit.edu --recv-keys B7B3B788A8D3785C \
&& gpg --export B7B3B788A8D3785C > "/etc/apt/trusted.gpg.d/mysql.gpg"
---
curl -fsSL https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 | gpg --dearmor | sudo tee /usr/share/keyrings/mysql.gpg > /dev/null
---
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
---
wget -O mysql_pubkey.asc https://repo.mysql.com/RPM-GPG-KEY-mysql
wget -O mysql23_pubkey.asc https://repo.mysql.com/RPM-GPG-KEY-mysql-2023
wget -O mysql22_pubkey.asc https://repo.mysql.com/RPM-GPG-KEY-mysql-2022

gpg --import mysql_pubkey.asc
gpg --import mysql22_pubkey.asc
gpg --import mysql23_pubkey.asc
---

Nothing is working, the error remains... Any idea how I can resolve this? I should update some debian servers with MySQL with this error.

Thanks in advance,
Chris

Configurator issue upgrading from 8.2.0 to 8.3.0 on Windows (Path is not of a legal form) (no replies)

$
0
0
I am able to install MySQL Server 8.3.0 on top of 8.2.0 on Windows with no issues. When I run the 8.3.0 Configurator, I am able to connect to my 8.2.0 instance and the Version, Installation Directory, and Data Directory are all populating correctly but the Configuration File is blank. If I select the my.ini, the Next button is greyed out. Also, to the right of the Connect button there is a red X with the message: "The path is not of a legal form.". Any ideas?

mysql no work after install Mac Os (no replies)

$
0
0
Hello everyone,
Here is my config. I have an MBP pro 7.1 under Mac OS 10.11 with MAMP installed and the mysql 5.7 base to run medical software, namely medintux.
I created a clone of my Mac to upgrade the MBP in Monterey using opencore legacy patcher. I know that a priori medintux will not work under Monterey because this old installation worked up to High Sierra but no more.
Therefore, I created a partition on my DDI to make monterey and mac el capitan coexisting.
I opted for a clean install of El capitan on an NFS partition of the internal disk. When installing El capitan I imported data from the initial clone (with MAMP and Mysql installed).
Nox I get the equivalent of my initial MBP under 10.11. Everything works except mysql.
When I launch the mysql server from the system preferences, it open but the server does not start. in MAMP apache is on but not mysql which did not worry me because in the original clone the launch of mysql is done from the system preferences and not from MAMP.
So, if anyone has an idea to help me out I would be delighted to be able to continue working with medintux.
For now, I have to boot on my clone which is on a DDE.
Regards.
Jean Luc

Error trying to install mysql-cluster-community-common on Oracle Linux (no replies)

$
0
0
Hi Team,
i'm trying to install mysql-cluster-community edition on Oracle Linux but am getting this error. Can you please suggest what could be wrong here?

$ sudo rpm -Uvh mysql-cluster-community-common-8.3.0-1.el9.x86_64.rpm
warning: mysql-cluster-community-common-8.3.0-1.el9.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID a8d3785c: NOKEY
error: Failed dependencies:
rpmlib(PayloadIsZstd) <= 5.4.18-1 is needed by mysql-cluster-community-common-8.3.0-1.el9.x86_64


Below is the linux release info.

$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-ia32:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-ia32:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-ia32:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: OracleServer
Description: Oracle Linux Server release 7.6
Release: 7.6
Codename: n/a

Thank you!

Build v8.0.36 on RHEL 9 Fails With Unresolved xdr_ Symbols (1 reply)

$
0
0
After downloading the source for v8.0.36, building Boost v1.77 (per CMake), and then generating makefile, a lengthy build results in (excerpt):

[ 77%] Building CXX object unittest/gunit/xplugin/xcl/CMakeFiles/xclient_unit_tests.dir/ssl_config_t.cc.o
[ 77%] Building CXX object unittest/gunit/xplugin/xcl/CMakeFiles/xclient_unit_tests.dir/xpriority_list_t.cc.o
[ 77%] Linking CXX executable ../../../../runtime_output_directory/xclient_unit_tests
[ 77%] Built target xclient_unit_tests
[ 77%] Building CXX object unittest/gunit/group_replication/CMakeFiles/group_replication_member_info-t.dir/group_replication_member_info-t.cc.o
[ 77%] Linking CXX executable ../../../runtime_output_directory/group_replication_member_info-t
[ 77%] Built target group_replication_member_info-t
[ 77%] Building CXX object unittest/gunit/group_replication/CMakeFiles/group_replication_compatibility_module-t.dir/group_replication_compatibility_module-t.cc.o
[ 77%] Linking CXX executable ../../../runtime_output_directory/group_replication_compatibility_module-t
[ 77%] Built target group_replication_compatibility_module-t
[ 77%] Building CXX object unittest/gunit/group_replication/CMakeFiles/group_replication_member_version-t.dir/group_replication_member_version-t.cc.o
[ 77%] Linking CXX executable ../../../runtime_output_directory/group_replication_member_version-t
[ 77%] Built target group_replication_member_version-t
[ 77%] Building CXX object unittest/gunit/group_replication/CMakeFiles/group_replication_mysql_version_gcs_protocol_map-t.dir/group_replication_mysql_version_gcs_protocol_map-t.cc.o
[ 77%] Linking CXX executable ../../../runtime_output_directory/group_replication_mysql_version_gcs_protocol_map-t
[ 77%] Built target group_replication_mysql_version_gcs_protocol_map-t
[ 77%] Building CXX object unittest/gunit/group_replication/CMakeFiles/group_replication_gcs_mysql_network_provider-t.dir/group_replication_gcs_mysql_network_provider-t.cc.o
[ 77%] Linking CXX executable ../../../runtime_output_directory/group_replication_gcs_mysql_network_provider-t
[ 77%] Built target group_replication_gcs_mysql_network_provider-t
[ 77%] Building CXX object unittest/gunit/libmysqlgcs/CMakeFiles/gcs_xcom_network_provider_manager-t.dir/xcom/gcs_xcom_network_provider_manager-t.cc.o
[ 77%] Linking CXX executable ../../../runtime_output_directory/gcs_xcom_network_provider_manager-t
/opt/rh/gcc-toolset-12/root/usr/bin/ld: ../../../plugin/group_replication/libmysqlgcs/libmysqlgcs.a(gcs_xcom_proxy.cc.o): in function `Gcs_xcom_input_queue_impl<Gcs_mpsc_queue<xcom_input_request, xcom_input_request_ptr_deleter> >::push_internal(app_data*, void (*)(void*, pax_msg*))':
/home/mysql/mysql-8.0.36/plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_xcom_input_queue.h:232: undefined reference to `xdr_free'
/opt/rh/gcc-toolset-12/root/usr/bin/ld: /home/mysql/mysql-8.0.36/plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_xcom_input_queue.h:223: undefined reference to `xdr_free'
/opt/rh/gcc-toolset-12/root/usr/bin/ld: ../../../plugin/group_replication/libmysqlgcs/libmysqlgcs.a(xcom_base.cc.o): in function `handle_set_leaders(app_data*)':
/home/mysql/mysql-8.0.36/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_base.cc:3764: undefined reference to `xdr_free'
/opt/rh/gcc-toolset-12/root/usr/bin/ld: ../../../plugin/group_replication/libmysqlgcs/libmysqlgcs.a(xcom_base.cc.o): in function `handle_leaders(app_data*)':
/home/mysql/mysql-8.0.36/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_base.cc:3764: undefined reference to `xdr_free'
/opt/rh/gcc-toolset-12/root/usr/bin/ld: ../../../plugin/group_replication/libmysqlgcs/libmysqlgcs.a(xcom_base.cc.o): in function `xcom_client_send_die(connection_descriptor*)':


with a series of unresolved references to xdr_ symbols.

Presumably, there is a cmake option (possibly a make option) to overcome this?

The source that contains these symbols is readily available and does not seem to be referenced??

I would appreciate any guidance or assistance.

Thanks,

Bill

Fast database install (1 reply)

$
0
0
I need to quickly install some pre-populated databases. The alternative is to run a million-line script to create the databases during my app's setup program. Ideally, I could just replicate the pertinent subdirectories of the data directory, but there seems to be more to do than to simply add a subdirectory for each database.




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>