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

ERROR 1045 (28000): Access denied - no matter what I do (no replies)

$
0
0
Hi,
im having a problem accessing freshly installed MySQL
ubuntu: 12.04
mysql: 5.5

No matter what I do I cannot access db. What I am doing wrong?


root@452e6d55d873:/# mysqld_safe &
[1] 9
root@452e6d55d873:/# 170331 11:23:29 mysqld_safe Can't log to error log and syslog at the same time. Remove all --log-error configuration options for --syslog to take effect.
170331 11:23:29 mysqld_safe Logging to '/var/log/mysql/error.log'.
170331 11:23:29 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql

root@452e6d55d873:/# mysql -uroot
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
root@452e6d55d873:/# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

root@452e6d55d873:/# mysql_install_db
Installing MySQL system tables...
170331 11:23:40 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
170331 11:23:40 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
170331 11:23:40 [Note] /usr/sbin/mysqld (mysqld 5.5.54-0ubuntu0.12.04.1) starting as process 394 ...
OK
Filling help tables...
170331 11:23:40 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
170331 11:23:40 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
170331 11:23:40 [Note] /usr/sbin/mysqld (mysqld 5.5.54-0ubuntu0.12.04.1) starting as process 400 ...
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h 452e6d55d873 password 'new-password'

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd /usr/mysql-test ; perl mysql-test-run.pl

Please report any problems at http://bugs.mysql.com/

root@452e6d55d873:/# /usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

root@452e6d55d873:/# mysql -uroot
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
root@452e6d55d873:/# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

Installing 5.6 instead of 5.7 for JIRA and Confluence (1 reply)

$
0
0
JIRA and Confluence do not support MySQL 5.7
I cannot install MySQL 5.6 using yum.
Can someone point me to the documentation on installing 5.6?
I tried to download the server and client rpms and they install successfully, but when I try to connect or launch mysql, I receive "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'

Format of the initialization string does not conform to specification starting at index 68. (no replies)

$
0
0
Hi all,

I didn't know if I should post this under "newbie" or here,
but I am a noob trying MySQL for the first time, so I'm mostly clueless.

I've downloaded everything and I'm trying to "Apply Server Configuration".

I get to:

"Starting MySQL as a service"

It fails, with:

Format of the initialization string does not conform to specification starting at index 68.

I've no idea what that means, and I don't see any way to get it to
back up, nor do I see any way to access the "initialization string".

I've retried twice, and my log is as follows:


:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Beginning configuration step: Stopping Server [if necessary]
Ended configuration step: Stopping Server [if necessary]

Beginning configuration step: Writing configuration file
Ended configuration step: Writing configuration file

Beginning configuration step: Updating firewall
Adding firewall rule for MySQL_01_WallyLT02 on port 3306.
Successfully added firewall rule.
Ended configuration step: Updating firewall

Beginning configuration step: Adjusting Windows service [if necessary]
Attempting to grant Network Service require filesystem permissions.
Granted permissions.
Adding new service
New service added
Ended configuration step: Adjusting Windows service [if necessary]

Beginning configuration step: Initializing Database [if necessary]
Deleting Data folder shipped
Attempting to run MySQL Server with --Initialize-insecure
Running process: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Waiting for the server stops: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
2017-04-12T20:46:32.139455Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-04-12T20:46:32.192807Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2017-04-12T20:46:41.324356Z 0 [Warning] InnoDB: New log files created, LSN=45790
2017-04-12T20:46:42.163008Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2017-04-12T20:46:42.466669Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 226bcc52-1fc1-11e7-8a5d-a0d3c167ae6a.
2017-04-12T20:46:42.667890Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2017-04-12T20:46:42.667890Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
Finished initialize database
Ended configuration step: Initializing Database [if necessary]

Beginning configuration step: Starting Server
Starting MySQL as a service
Format of the initialization string does not conform to specification starting at index 68.
Ended configuration step: Starting Server

Beginning configuration step: Stopping Server [if necessary]
Beginning configuration step: Stopping Server [if necessary]
Ended configuration step: Stopping Server [if necessary]

Ended configuration step: Stopping Server [if necessary]

Beginning configuration step: Writing configuration file
Beginning configuration step: Writing configuration file
Ended configuration step: Writing configuration file

Ended configuration step: Writing configuration file

Beginning configuration step: Updating firewall
Beginning configuration step: Updating firewall
Adding firewall rule for MySQL_01_WallyLT02 on port 3306.
Adding firewall rule for MySQL_01_WallyLT02 on port 3306.
Successfully added firewall rule.
Successfully added firewall rule.
Ended configuration step: Updating firewall

Ended configuration step: Updating firewall

Beginning configuration step: Adjusting Windows service [if necessary]
Beginning configuration step: Adjusting Windows service [if necessary]
Attempting to grant Network Service require filesystem permissions.
Attempting to grant Network Service require filesystem permissions.
Granted permissions.
Granted permissions.
Adding new service
Adding new service
New service added
New service added
Ended configuration step: Adjusting Windows service [if necessary]

Ended configuration step: Adjusting Windows service [if necessary]

Beginning configuration step: Initializing Database [if necessary]
Beginning configuration step: Initializing Database [if necessary]
Deleting Data folder shipped
Deleting Data folder shipped
Attempting to run MySQL Server with --Initialize-insecure
Attempting to run MySQL Server with --Initialize-insecure
Running process: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Running process: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Waiting for the server stops: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Waiting for the server stops: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
2017-04-12T20:48:11.243889Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-04-12T20:48:11.243889Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-04-12T20:48:11.243889Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2017-04-12T20:48:11.243889Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2017-04-12T20:48:14.994586Z 0 [Warning] InnoDB: New log files created, LSN=45790
2017-04-12T20:48:14.994586Z 0 [Warning] InnoDB: New log files created, LSN=45790
2017-04-12T20:48:15.943722Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2017-04-12T20:48:15.943722Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2017-04-12T20:48:16.188587Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 5a4728ff-1fc1-11e7-9fcb-a0d3c167ae6a.
2017-04-12T20:48:16.188587Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 5a4728ff-1fc1-11e7-9fcb-a0d3c167ae6a.
2017-04-12T20:48:16.275526Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2017-04-12T20:48:16.275526Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2017-04-12T20:48:16.278080Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2017-04-12T20:48:16.278080Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
Finished initialize database
Finished initialize database
Ended configuration step: Initializing Database [if necessary]

Ended configuration step: Initializing Database [if necessary]

Beginning configuration step: Starting Server
Beginning configuration step: Starting Server
Starting MySQL as a service
Starting MySQL as a service
Format of the initialization string does not conform to specification starting at index 68.
Format of the initialization string does not conform to specification starting at index 68.
Ended configuration step: Starting Server

Ended configuration step: Starting Server

Beginning configuration step: Stopping Server [if necessary]
Beginning configuration step: Stopping Server [if necessary]
Beginning configuration step: Stopping Server [if necessary]
Ended configuration step: Stopping Server [if necessary]

Ended configuration step: Stopping Server [if necessary]

Ended configuration step: Stopping Server [if necessary]

Beginning configuration step: Writing configuration file
Beginning configuration step: Writing configuration file
Beginning configuration step: Writing configuration file
Ended configuration step: Writing configuration file

Ended configuration step: Writing configuration file

Ended configuration step: Writing configuration file

Beginning configuration step: Updating firewall
Beginning configuration step: Updating firewall
Beginning configuration step: Updating firewall
Adding firewall rule for MySQL_01_WallyLT02 on port 3306.
Adding firewall rule for MySQL_01_WallyLT02 on port 3306.
Adding firewall rule for MySQL_01_WallyLT02 on port 3306.
Successfully added firewall rule.
Successfully added firewall rule.
Successfully added firewall rule.
Ended configuration step: Updating firewall

Ended configuration step: Updating firewall

Ended configuration step: Updating firewall

Beginning configuration step: Adjusting Windows service [if necessary]
Beginning configuration step: Adjusting Windows service [if necessary]
Beginning configuration step: Adjusting Windows service [if necessary]
Attempting to grant Network Service require filesystem permissions.
Attempting to grant Network Service require filesystem permissions.
Attempting to grant Network Service require filesystem permissions.
Granted permissions.
Granted permissions.
Granted permissions.
Adding new service
Adding new service
Adding new service
New service added
New service added
New service added
Ended configuration step: Adjusting Windows service [if necessary]

Ended configuration step: Adjusting Windows service [if necessary]

Ended configuration step: Adjusting Windows service [if necessary]

Beginning configuration step: Initializing Database [if necessary]
Beginning configuration step: Initializing Database [if necessary]
Beginning configuration step: Initializing Database [if necessary]
Deleting Data folder shipped
Deleting Data folder shipped
Deleting Data folder shipped
Attempting to run MySQL Server with --Initialize-insecure
Attempting to run MySQL Server with --Initialize-insecure
Attempting to run MySQL Server with --Initialize-insecure
Running process: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Running process: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Running process: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Waiting for the server stops: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Waiting for the server stops: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Waiting for the server stops: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
2017-04-12T20:48:58.562495Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-04-12T20:48:58.562495Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-04-12T20:48:58.562495Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-04-12T20:48:58.562957Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2017-04-12T20:48:58.562957Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2017-04-12T20:48:58.562957Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2017-04-12T20:49:01.209790Z 0 [Warning] InnoDB: New log files created, LSN=45790
2017-04-12T20:49:01.209790Z 0 [Warning] InnoDB: New log files created, LSN=45790
2017-04-12T20:49:01.209790Z 0 [Warning] InnoDB: New log files created, LSN=45790
2017-04-12T20:49:01.863341Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2017-04-12T20:49:01.863341Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2017-04-12T20:49:01.863341Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2017-04-12T20:49:02.249275Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 75bca270-1fc1-11e7-8f0a-a0d3c167ae6a.
2017-04-12T20:49:02.249275Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 75bca270-1fc1-11e7-8f0a-a0d3c167ae6a.
2017-04-12T20:49:02.249275Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 75bca270-1fc1-11e7-8f0a-a0d3c167ae6a.
2017-04-12T20:49:02.290609Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2017-04-12T20:49:02.290609Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2017-04-12T20:49:02.290609Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2017-04-12T20:49:02.306163Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2017-04-12T20:49:02.306163Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2017-04-12T20:49:02.306163Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
Finished initialize database
Finished initialize database
Finished initialize database
Ended configuration step: Initializing Database [if necessary]

Ended configuration step: Initializing Database [if necessary]

Ended configuration step: Initializing Database [if necessary]

Beginning configuration step: Starting Server
Beginning configuration step: Starting Server
Beginning configuration step: Starting Server
Starting MySQL as a service
Starting MySQL as a service
Starting MySQL as a service
Format of the initialization string does not conform to specification starting at index 68.
Format of the initialization string does not conform to specification starting at index 68.
Format of the initialization string does not conform to specification starting at index 68.
Ended configuration step: Starting Server

Ended configuration step: Starting Server

Ended configuration step: Starting Server


:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


I'm running Windows 10 Home 64-bit.

PLEASE help me!


THANKS!

How to Patch MySQL on Windows to make it 5.7.17 (from 5.7.15) (2 replies)

$
0
0
Hi Team,

I'm new to MySQL. I want to ask what is the procedure on patching MySQL on windows. The current version is 5.7.15. My objective to to patch it to 5.7.17.

Thank you.

Best Regards

Installed MySQL on Mac, but initial password doesn't work (no replies)

$
0
0
I just installed Apache, PHP, and MySQL on my Mac using the excellent video https://www.youtube.com/watch?v=o2Qt1H4duYw (actually Apache and PHP were already installed in MacOS).

After MySQL installed a dialogue came up showing the initial password. I copied and pasted it a couple places. But now I have tried copy/pasting it, and typing it, 20+ times and it does not work, I always get "try again." I am stuck. What can I do?

Thanks
Jim

Several install issues on Windows 8.1 (3 replies)

$
0
0
I have trying to install MySQL Community Server 5.7.18 and Workbench for last 2 days. I have 2 issues:

1. The server installs but stops immediately after it starts.

2. Workbench does not install. It says I need .net framework 4.5.2, but when I try installing the framework it says I have a later version.

Thanks,
Dana

LOCAL not allowed OSX (1 reply)

$
0
0
I've installed mySQL Workbench on osx El Capitan 10.11.6 for School.

I tried this:

LOAD DATA LOCAL INFILE '/Customer.csv'
INTO TABLE Customer FIELDS TERMINATED BY ',';

the Word LOCAL has a red underline and

I get this as a pop up when I hover over the word LOCAL :

Error: Syntax Error Local(local) is not a valid input at this position

I have tried creating/editing the my.cnf files in etc/my.cnf and etc/mysql/my.cnf

to look like this

[mysqld]
local-infile=1

[mysql]
local-infile=1
[client]
loose-local-infile =1


and restarted mysql workbench.

Still not working.

Is there any way to enable the LOCAL option on OSX?

Thanks
N

no excel (no replies)

$
0
0
I don't have neither Excel nor VS12. Which installer should I use?
the community installer complains saying that it could not resolve the above applications. I use OpenOffice and NetBeans8.2 on my Win8.1 machine.
Thanks

Installation issue (no replies)

$
0
0
Hello,
I trying to install MySQL on windows, downloaded community server , it installed and when it came to configuration screen, I can't see the Next button to proceed, appreciate solution.

create server: foreign server already exists: error 1477 (2 replies)

$
0
0
Response to statement:
create server `sss_remote` foreign data wrapper mysql options (user 'xxx',password 'xxx',database 'sss',socket '/var/run/mysqld/mysqld.sock');
is:
ERROR 1476 (HY000): The foreign server, sss_remote, you are trying to create already exists
Conversely, response to statement:
drop server `sss_remote`;
is:
ERROR 1477 (HY000): The foreign server name you are trying to reference does not exist. Data source error: sss_remote

Table mysql.servers does not contain a row matching 'sss-remote';

What is preventing creation of this foreign server entry?



Server version: 5.7.17-0ubuntu0.16.04.2

problem installing community edition (no replies)

$
0
0
I am trying to install mysql community edition on my laptop but receiving the following error: "No compatible servers were found. You'll need to cancel this wizard and install one".

What does this error message mean? Why does the software require a server of any kind, and how can I install a compatible one?

The installer file is: mysql-installer-community-5.7.18.msi
I also tried an older version of the installer and got the same error message. That one was: mysql-installer-web-community-5.7.16.msi

The target machine is running Windows 7.

Thanks in advance.

Installer is Stuck on Accounts and Users (no replies)

$
0
0
Installing mysql-installer-web-community-5.7.18.1

I have created a DB Admin User, and a DB Manager, but the [Next>] button never comes active. What do I do to get to the next step?

mySQL server on WAN (no replies)

$
0
0
I'm using some software that is currently running on MySQL on a local machine how would i get it to work on a WAN so multiple computers can access the software. I currently connect to it with ODBC.

Can any one assist me ?

Thanks for your help

install Mysql Community Server 5.7.18 on a laptop with windows 7 (32bit.) (version starter) (no replies)

$
0
0
Good morning, Friend community Oracle.

My name is Herbert I'm a student in Venezuela, I'm trying to install Mysql
Community Server 5.7.18 on a laptop with windows 7 (32bit.) (version starter)

My question to you, because I could not install on the system I have, the .msi file I download from the web can not be run as an administrator.

Oracle question does not have download .exe files

I am looking forward to your response.
Thank you.

install Mysql on pc (no replies)

$
0
0
Friends of the forum, which version of mysql can recommend me to install it on windows 7 32bits, I have to develop an application in netbeans for my project as a student.

Thank you.

How to import 5.5 data files into new 5.7 install? (3 replies)

$
0
0
Hi

I was running a 5.5 installation on a machine where I am developing an application, using local databases, stored in C:\ProgramData\MySQL\MySQL Server 5.5\data

It was playing up (only running a few queries before losing connection) so in my desperation I uninstalled MySQL and downloaded and installed the latest, 5.7.

The databases are still in the 5.5\data folder. What is the correct way to move the data into the new installation? Can I just copy the data? I', converned there may be format differences, or other issues.

TIA
Mark

Can't move datadir on MySQL for Windows (no replies)

$
0
0
I have an install of MySQL 5.7.18 on Windows Server 2016. The default installation settings set the data directory to "C:\ProgramData\...", which is filling up. I would like to change the directory to another drive (i.e. E:\Data), but the server refuses to recognize my changes, and continues to look for a directory on the C:\ drive. Does anyone know how to fix this?

So far I have tried:
1.Changing the my.ini file + restarting the server
2.Using xcopy on the old directory to copy into a new location + updating my.ini + restarting

Upgrade from Ubuntu 14.04 to 16.04 can't use MySql anymore (no replies)

$
0
0
Tried upgrade from 14.04 to 16.04 on Pure Linux machine. Couldn't run mysql anymore. Trying to purge MySql and re-install. Got following message:


You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libmariadbclient18 : Depends: libmysqlclient18 (= 10.1.23+maria-1~xenial) but it is not going to be installed

I used sudo service mysql stop
sudo apt-get --purge remove "mysql*"
sudo rm -rf /etc/mysql/

Any idea on how to fix this.

thanks, R

MYSQL Community: What to Install (no replies)

$
0
0
Hi, first post, looking to upgrade from Access 2016! First problem ... If I go to the MySQL Community Downloads page I see a list of 11 available downloads. Do I need to download each one, one at a time? If I don't need each one how do I find out which I do need?

Upgrade from older version without losing data/config (no replies)

$
0
0
Hi. I have an older version of Community server, 5.1.51, and also an older version of workbench, 5.2 CE, both running on Win 10 64 bit. I would like to upgrade these to newer versions. I saw recommendations on the mysql site to use mysql installer for this purpose. I'm wondering if (1) it's smart enough to replace the older versions with new ones maintaining configuration and data from them, or (2) will it leave the older ones and install the newer ones, or (3) will it delete the older ones and install the newer ones. 1 would be ideal, 2 would be a pain, and 3 would be a disaster, so I thought I'd better ask.
Viewing all 7172 articles
Browse latest View live




Latest Images