Quantcast
Channel: MySQL Forums - Install & Repo
Viewing all 7172 articles
Browse latest View live

Help with Silent Installation of Connector/Python (no replies)

$
0
0
Hi everyone,

When using MySQLInstallerConsole.exe to perform silent installations, what is the product code for Connector/Python 3.4 2.1.7-x64? This is on a Windows 10 desktop. The codes for all the other connectors are formatted like "Connector/Net;6.1.6;x86" but the but there are two different versions of the Python connector depending on if you are using Python 2.7 or 3.4. If I use the command "MySQLInstallerConsole.exe community install connector/python;2.1.7;x64" I'm asked if I want to install the 3.4 or 2.7 version and because of that I can't use the -silent flag. How do I specify to MySQLInstallerConsole.exe I want to install the 3.4 version of the python connector?

I can't find enough detailed documentation on the application to answer it myself. I looked at the products.xml manifest and see the connector listed, but the name is "Connector/Python 3.4 [version]" while the other connectors are just "Connector/Net". Trying to enclose the name in double quotes or single quotes makes MySQLInstallerConsole.exe return saying no products were found.



Commands I've tried:
MySQLInstallerConsole.exe community install connector/python;2.1.7;x64 > asks if I want to install 2.7 and 3.4
MySQLInstallerConsole.exe community install connector/python 3.4 > ignores "3.4" and asks if I want to install all versions of the connector
MySQLInstallerConsole.exe community install "connector/python 3.4" > product not found
MySQLInstallerConsole.exe community install 'connector/python 3.4' > product not found
MySQLInstallerConsole.exe community install connector/python\ 3.4 > product not found (was hoping "\" would be read like an escape character)

Does anybody have an idea? I've did my best to search using Google for most of the day and so far I've been unsuccessful.

is mySQL garbage? (1 reply)

$
0
0
I have tried installing mysql and workbench on my raspberry pi - I can't get it to work - workbench won't connect.

Ive tried installing mySQL and workbench on one of my macs - I can't get it to work - workbench won't connect.

Is mySQL really garbage or am I missing something obvious?

MD5 checksums not agreeing on Mac OSX 10.13.3 (no replies)

$
0
0
Downloaded mysql-5.7.21-1-macos10.13-x86_64.dmg
Checksum on download page = MD5: ad00332d9b88c7f114243c5c8f5f07d4
Checksum shown in Terminal window
cksum /Users/tonybray/Downloads/mysql-5.7.21-1-macos10.13-x86_64.dmg
2398202127 354898985 /Users/tonybray/Downloads/mysql-5.7.21-1-macos10.13-x86_64.dmg

What do I do about this?

What PC Specs I need to host a server? Using client/server modality (no replies)

$
0
0
We're using at work the client/server modality (not sure if that's the proper way to say it), the program we use is MySQL. At the moment we have 3 PCs One of them has a AMD A4-3300 processor with 6 GB of RAM The other two have an Intel i7-6700 3.40Ghz and 8 GB of RAM


I was planning to use the pc with the AMD processor to host the server (MySQL server) and the other two to be the clients (MySQL workbench). My question is: which PC does the calculus? Because I was thinking to use the client PCs to execute the queries and procceses. Hope I made myself clear with the question, see you!

Default innodb config - is it explicit? (1 reply)

$
0
0
Hello! In all of the config files, I am not seeing any explicitly defined innodb settings. when i query mysql for the settings, i get some back.

In the documentation, I didn't see anything about "default values", ie, those that are not defined in config files.

I'm working on a smaller VPS right now and want to adjust them, but i'd rather find the existing config file with values to tweak. Or, do i just have to add them myself? I feel like I'm just not seeing a config file with these values??

conenct to mysql from Android (no replies)

$
0
0
Hi

I am trying to connect to remote MySQL database from my android phone. anyone know where I can download MySQL files for android ?

Troubles on changing the root password (no replies)

$
0
0
Hello everybody!
When I first installed the MySQL 5.7.21 on my computer, I put a random password for the 'root', during the installing process. Then, some days later, I got some troubles using the software - I wasn't able to create different profiles with lower privileges.
I uninstalled the software and during the new installing process I didn't remember the old password. Then, it failed during the Apply Configuration process, specifically at "apply security settings" and I got the following message at the log tab:
"Authentication to host 'localhost' for user 'root' using method 'mysql_native_password' failed with message: Access denied for user 'root'@'localhost' (using password: NO)".
I tried to create a new password with a text file by cmd using the code below, but it also failed.
C:\> cd "C:\Program Files\MySQL\MySQL Server 5.7\bin"
C:\> mysqld --init-file=C:\\mysql-init.txt

I'm a simple user and any kind of help for this case will be well accepted.

NO_ZERO_DATE issue OSX High Sierra/LimeSurvey (no replies)

$
0
0
I just upgraded a web server to 10.13.3. When I try to upgrade LimeSurvey to the latest version, I get a mysql error regarding NO_ZERO_DATE. I understand this is a known issue, but I've had no luck at the LS forum except that this needs to be fixed via my.cnf. I have no sample files in /etc/mysql/support-files. I need a basic my.cnf for 5.7.21 on OSX. I made a file and tried a few ideas but it won't run. Or is there another way to fix this? Thanks for your time; it's much appreciated.

connect to multiple instances (no replies)

$
0
0
Hello all. I'm trying to run multiple instances of MySQL 5.7.10 as windows 10 services. Everything goes fine (they all start) but I cannot connect to the services. This is what I did:

mkdir c:/mysql1
mkdir c:/mysql1/data

mysqld --initialize --user=root --basedir=c:\mysql1 --datadir=c:\mysql1\data
mysqld --install mysqld1 --defaults-file=C:\mysql1\my.cnf

This is the config file

[mysqld01]
basedir = C:/mysql1
datadir = C:/mysql1/data
port = 3301
enable-named-pipe
socket = mypipe01


The new instance start Ok, but when I try to connect to it (mysql --port=3301 -u root) , I get this error: ERROR 1045 (28000): Unknown error 1045

I'm pretty stuck here, and appreciate any hint on this matter

Regards,

MySQL 5.7.21 for Mac OS X 10.13 ignoring my.cnf directives for character set and collation (no replies)

$
0
0
I've installed the latest .dmg binary for MySQL 5.7.21 and the MySQL preference pane on MacOS 10.13.3. The preference pane starts and stops MySQL as expected, except that:

1) If a my.cnf file is installed anywhere except in ~/.my.cnf the preference pane will not start the server. Permissions on the file are set to 644. I've tried installing in:

/etc/my.cnf # Won't work- server won't start
/etc/mysql/my.cnf # Won't work- server won't start
/usr/local/mysql/etc/my.cnf # Won't work- server won't start
~/.my.cnf # Works, but many directives ignored- server starts

2) Many of the collation and character set directives in ~/.my.cnf are being ignored and I can't figure out how to change the default character set(s) from 'latin1', or the default collation(s) from 'latin1_swedish_ci'.

Outputting 'mysql --print-defaults' displays:
--port=3306 --socket=/tmp/mysql.sock --default-character-set=utf8mb4 --default-character-set=utf8mb4

However, running 'mysqladmin variables' indicates the following character set and collation settings are in effect:

character_set_client = latin1
character_set_connection = latin1
character_set_database = latin1
character_set_results = latin1
character_set_server = latin1
character_set_system = utf8
collation_connection = latin1_swedish_ci
collation_database = latin1_swedish_ci
collation_server = latin1_swedish_ci

In general the documentation for configuring MacOS is highly inconsistent and in many cases incorrect...

At this point I've been unable to successfully set the desired defaults for character set and collation.

Can anyone point to a way to successfully set the default character set and collation directives for client, mysqld, etc. ?

Issues Installing MySQL 5.7.21 in Linux 6 (1 reply)

$
0
0
Hi

Im having issues with installing MySQL 5.7.21 on linux 6 Below is the error I get. Thank you for advising.

# rpm -ivh mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64.rpm
warning: mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
libc.so.6(GLIBC_2.14)(64bit) is needed by mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64
libc.so.6(GLIBC_2.17)(64bit) is needed by mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64
mysql-commercial-libs(x86-64) >= 5.7.9 is needed by mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64

# rpm -ivh mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64.rpm
warning: mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
libc.so.6(GLIBC_2.14)(64bit) is needed by mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64
libc.so.6(GLIBC_2.17)(64bit) is needed by mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64
mysql-commercial-libs(x86-64) >= 5.7.9 is needed by mysql-commercial-libs-compat-5.7.21-1.1.el7.x86_64
[root@SGCBUEALEDBX001 INSTALLERS]# ^C
[root@SGCBUEALEDBX001 INSTALLERS]# rpm -qa | grep mysql
[root@SGCBUEALEDBX001 INSTALLERS]# uname -a
Linux SGCBUEALEDBX001 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 12 15:07:59 EST 2018 x86_64 x86_64 x86_64 GNU/Linux





# yum localinstall mysql-commercial-server-5.7.21-1.1.el7.x86_64.rpm
Loaded plugins: product-id, security, subscription-manager
Updating certificate-based repositories.
Setting up Local Package Process
Examining mysql-commercial-server-5.7.21-1.1.el7.x86_64.rpm: mysql-commercial-server-5.7.21-1.1.el7.x86_64
Marking mysql-commercial-server-5.7.21-1.1.el7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package mysql-commercial-server.x86_64 0:5.7.21-1.1.el7 will be installed
--> Processing Dependency: mysql-commercial-common(x86-64) = 5.7.21-1.1.el7 for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: mysql-commercial-client(x86-64) >= 5.7.9 for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.16)(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libstdc++.so.6(CXXABI_1.3.5)(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.14)(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.18)(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.19)(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: systemd for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: systemd for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: systemd for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Processing Dependency: libsasl2.so.3()(64bit) for package: mysql-commercial-server-5.7.21-1.1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libstdc++.so.6(GLIBCXX_3.4.19)(64bit)
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libstdc++.so.6(CXXABI_1.3.5)(64bit)
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: mysql-commercial-common(x86-64) = 5.7.21-1.1.el7
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: systemd
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libstdc++.so.6(GLIBCXX_3.4.18)(64bit)
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: mysql-commercial-client(x86-64) >= 5.7.9
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libstdc++.so.6(GLIBCXX_3.4.14)(64bit)
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libsasl2.so.3()(64bit)
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libc.so.6(GLIBC_2.15)(64bit)
Error: Package: mysql-commercial-server-5.7.21-1.1.el7.x86_64 (/mysql-commercial-server-5.7.21-1.1.el7.x86_64)
Requires: libc.so.6(GLIBC_2.16)(64bit)
You could try using --skip-broken to work around the problem
** Found 21 pre-existing rpmdb problem(s), 'yum check' output follows:
1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el6_8.x86_64 has missing requires of libjpeg.so.62(LIBJPEG_6.2)(64bit)
kernel-2.6.32-696.1.1.el6.x86_64 has installed conflicts bfa-firmware < ('0', '3.2.21.1', '2'): bfa-firmware-3.0.0.0-1.el6.noarch
kernel-2.6.32-696.1.1.el6.x86_64 has missing requires of dracut-kernel >= ('0', '004', '408.el6')
kernel-2.6.32-696.18.7.el6.x86_64 has installed conflicts bfa-firmware < ('0', '3.2.21.1', '2'): bfa-firmware-3.0.0.0-1.el6.noarch
kernel-2.6.32-696.18.7.el6.x86_64 has missing requires of dracut-kernel >= ('0', '004', '408.el6')
kernel-2.6.32-696.20.1.el6.x86_64 has installed conflicts bfa-firmware < ('0', '3.2.21.1', '2'): bfa-firmware-3.0.0.0-1.el6.noarch
kernel-2.6.32-696.20.1.el6.x86_64 has missing requires of dracut-kernel >= ('0', '004', '408.el6')
kernel-firmware-2.6.32-696.18.7.el6.noarch is a duplicate with kernel-firmware-2.6.32-696.1.1.el6.noarch
kernel-firmware-2.6.32-696.20.1.el6.noarch is a duplicate with kernel-firmware-2.6.32-696.18.7.el6.noarch
libldb-1.1.13-3.el6_7.1.x86_64 has missing requires of libtalloc >= ('0', '2.0.7', None)
libldb-1.1.13-3.el6_7.1.x86_64 has missing requires of libtalloc.so.2(TALLOC_2.0.2)(64bit)
libldb-1.1.13-3.el6_7.1.x86_64 has missing requires of libtdb >= ('0', '1.2.10', None)
libldb-1.1.13-3.el6_7.1.x86_64 has missing requires of libtdb.so.1(TDB_1.2.1)(64bit)
libldb-1.1.13-3.el6_7.1.x86_64 has missing requires of libtevent >= ('0', '0.9.15', None)
libldb-1.1.13-3.el6_7.1.x86_64 has missing requires of libtevent.so.0(TEVENT_0.9.9)(64bit)
libxml2-2.7.6-21.el6.x86_64 has missing requires of libz.so.1(ZLIB_1.2.2.3)(64bit)
nss-3.28.4-1.el6_9.x86_64 has missing requires of nss-softokn(x86-64) >= ('0', '3.14.3', '22')
perf-2.6.32-696.18.7.el6.x86_64 has missing requires of libdw.so.1(ELFUTILS_0.156)(64bit)
perf-2.6.32-696.18.7.el6.x86_64 has missing requires of libdw.so.1(ELFUTILS_0.158)(64bit)
rsyslog-5.8.10-10.el6_6.x86_64 has installed conflicts selinux-policy < ('0', '3.7.19', '128'): selinux-policy-3.7.19-126.el6.noarch
sssd-1.5.1-66.el6.x86_64 has missing requires of libldb.so.0()(64bit)

Install specific version of MySQL (5.6.23) on CentOS Linux 7.4.1708 (no replies)

$
0
0
Hi,

I searched a lot on google but could not find pin pointed step-wise answer to my this requirement.

I need to install a specific version of community edition of MySQL 5.6.23 for my my existing Magento 2.2.2 based website on a new droplet in digital ocean hosting service.

The server is absolutely fresh with I just installed Apache HTTP server on it.
The OS is CentOS Linux 7.4.1708.

Can someone tell me in exact steps how to do that.

Thanks

Need help to install Audit log plugin (no replies)

$
0
0
Expert help is very critical: Request you to respond if you know

In our project we got a requirement to get Audit log information, for that we need install Audit log plug in request you to help on this.

Very much appreciated your help.

Thanks you.

Uninstall MySQL Apple OS X (no replies)

$
0
0
Hi,

I forgot my root password and decided that the best approach was to uninstall MySQL and Workbench from my Apple MacBook Pro.

I followed instructions for uninstalling MySQL and moved the MySQL Workbench application to the trash, downloaded the installers for both, but not able to get to a point where MySQL functions properly.

I believe that the uninstall wasn't done completely, and now I am not able to stop the MySQL Server.

Help appreciated.

Jim P.

Error_1290 / how to change Path to my.ini on D drive (no replies)

$
0
0
Dear All,

I installed MySQL Server 5.7 on a Windows Server 2012 R2 machine on D drive.

Now, when I use LOAD DATA INFILE function I get the following error message:

"Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this Statement"

The my.ini file is currently located in:

D:\ProgramData\MySQL\MySQL Server 5.7

I already changed my.ini to:

secure-file-priv="D:/ProgramData/MySQL/MySQL Server 5.7/Uploads"

and restarted the Server, I still get the error 1290 and output of SHOW VARIABLE is:

mysql> SHOW VARIABLES LIKE "secure_file_priv";
+------------------+---------------------------------------+
| Variable_name | Value |
+------------------+---------------------------------------+
| secure_file_priv |C:/ProgramData/MySQL/MySQL Server 5.7/ |
+------------------+---------------------------------------+

Also in MySQL-Workbench when trying to open configuration file, the program tells me, that my.ini could not be found on C:/ProgramData/MySQL/MySQL Server 5.7/.

Now my question is, where do I have to change what exactly, so MySQL and Workbench stop looking on C for the my.ini but know that it is located on D?

Thanks a lot for help.
Best Regards

MySQL won't start on XAMPP (Windows 10) (no replies)

$
0
0
I'm running MySQL on XAMPP (1.8.2 PHP 5.4.16) on Windows 10. The XAMPP Control Panel is v3.2.1. This the only version of XAMPP where I can run the version of OPENEMR that I'm using.

A few days ago I tried to install wordpress with Bitnami. Since than all my localhost couldn't be accessed. I managed to uninstall xampp and reinstall it from the xampp-openemr package, and the xampp\hadocs and xampp\mysqp\data folders with the old installation.

However, MySQL cannot be started. What can I do? Thank you

MySQL Error LOG:

180401 19:07:51 [Note] Plugin 'FEDERATED' is disabled.
180401 19:07:51 InnoDB: The InnoDB memory heap is disabled
180401 19:07:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
180401 19:07:51 InnoDB: Compressed tables use zlib 1.2.3
180401 19:07:51 InnoDB: Initializing buffer pool, size = 16.0M
180401 19:07:51 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file \xampp\mysql\data\ibdata1 did not exist:
InnoDB: a new database to be created!
180401 19:07:51 InnoDB: Setting file \xampp\mysql\data\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
180401 19:07:52 InnoDB: Log file \xampp\mysql\data\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file \xampp\mysql\data\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
180401 19:07:52 InnoDB: Log file \xampp\mysql\data\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file \xampp\mysql\data\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
180401 19:07:53 InnoDB: Waiting for the background threads to start
180401 19:07:54 InnoDB: 5.5.32 started; log sequence number 0
180401 19:07:54 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
180401 19:07:54 [Note] - '0.0.0.0' resolves to '0.0.0.0';
180401 19:07:54 [Note] Server socket created on IP: '0.0.0.0'.
180401 19:07:54 [ERROR] c:\xampp\mysql\bin\mysqld.exe: Incorrect information in file: '.\mysql\proxies_priv.frm'
180401 19:07:54 [ERROR] Fatal error: Can't open and lock privilege tables: Incorrect information in file: '.\mysql\proxies_priv.frm'

How to install two versions of Mysql (no replies)

$
0
0
OS: ubuntu 14.04LTS

i install mysql version 5.0.85 from binary(mysql-5.0.85-linux-x86_64-glibc23.tar.gz) , following the "INSTALL-BINARY" commands.

however i want to install 5.0.83 then, so i download this version(mysql-5.0.85-linux-x86_64-glibc23.tar.gz), and follow the "INSTALL-BINARY".

when i execute "/usr/local/mysql-5.0.83-linux-x86_64-glibc23/bin/mysql -uroot", the system tells me it's 5.0.85. this happens even when i have removed /usr/local/mysql-5.0.85-linux-x86_64-glibc23.

i just want to know how to switch the version.

Install MYSQL on a new Win server and migrate existing MYSQL DB's (no replies)

$
0
0
Hi Everyone,

I am currently tasked with migrating our current DB's within MYSQL from a Windows 2008 server to a Windows 2016 server. I Already installed MYSQL on the new server and the ODBC connection program.

Would I do a simple data export and then import of the databases? To the new server.

I am very new to the DB world and need some help

Can MySQL Community Server Installer be included in an installer for software using MySQL? (no replies)

$
0
0
So, I want to create an installer for some open source project, which requires MySQL. This is on Mac OSX. Can I download the community server and include in the installer for the open source software? Any specific requirements? Somewhere better to ask?

MySQL can be installed in many ways, but the installer here is pretty easy! It would be optional in case the user already had a MySQL instance.

Install on Windows S10/64 : unknown charset 0.0 (no replies)

$
0
0
Hello everybody,

I am trying to install MySql on a Windows 10 / 64 bits system, to use it with Visual Studio.



Some steps have already been crossed. I only saw installer for 32 bits platform, tried with the ZIP, had no success, decided to try the 32 bits installer and it appeared adapted to both platforms sizes. It failed for it claims Python 3.4. I was very proud of having installed Python 3.6 from https://www.python.org/downloads/release/python-365/ as the last version shown on their main download page is 2.7 but the installation program still said Python 3.4 was not installed.



Well, as soon as I had installed the .Net connector, the installer woke up.

Now it did the installation, but failed initializing the database, as "mysqld: Character set '0.0' is not a compiled character set and is not specified in the 'C:\Program Files\MySQL\MySQL Server 5.7\share\charsets\Index.xml' file".



Well, right that a certain number of charsets are defined in that file, but not 0.0

I promise that I never ordered anybody to use charset 0.0, or I did not know it.



What should I do ?
Viewing all 7172 articles
Browse latest View live




Latest Images