Quantcast
Channel: MySQL Forums - MySQL Installer for Windows
Viewing all 1431 articles
Browse latest View live

mysql command line client does not stay open (no replies)

$
0
0
Hello,

I want to learn MySQL. Therefore I tried to installed MySQL on my windwos 7 (32 bit) computer. I also tried it with XAMPP.

Unfortunately, If I open the mysql command line tool (mysql.exe) it just pops up for a short moment ant then closes automatically. The same happens with the mysql admin tool (mysqladmin.exe).

I know, this question has been discussed a couple of times, but I did not quite understand the solution suc as below.

http://forums.mysql.com/read.php?10,51270,55828#msg-55828



Could anybody help?

Thanks

Tina

Upgraded from 5.1 to 5.5 but old databases do not appear (7 replies)

$
0
0
Hello,
I am running on Windows Server 2008

I just upgraded my working MySql 5.1 install to 5.5 using all of the MySql official documentation. When I got done - 5.5 started but my existing databases are not showing up via a "show database;" nor in phpMyAdmin.

Nothing in the official documenation http://dev.mysql.com/doc/refman/5.5/en/upgrading-from-previous-series.html
talked about moving my data or how to migrate the Permissions/Grant Tables.

I am left with a broken production environment for 100s of students.

I have searched Google for "No databases after MySql 5.1 to 5.5 upgrade" but have not come up with a conclusive answer.

I could copy my "data" folder from the 5.1 to the 5.5 install - but I am concerned about copying the "mysql" database over - as it is holding all the perms.

I know I need to do a "mysql upgrade" after all this.

I would appreciate some solid direction to a Windows person.
tks.

Unable to install MySQL Server - Access to the Path is Denied (1 reply)

$
0
0
I'm trying to install MySQLServer 5.5.27, after having previously un-installed another installation on the machine (not sure what version) as it was installed by another developer who has since left the company.

All components install except the MySQL Server which fails with this message:

1:
1: Action 09:57:06: INSTALL.
1: 1: MySQL Server 5.5 2: {B9ED0ABA-7E2B-4C1B-8466-40E8BCE3DCA3}
1: Action 09:57:06: FindRelatedProducts. Searching for related applications
1: Action 09:57:06: AppSearch. Searching for installed applications
1: Action 09:57:06: LaunchConditions. Evaluating launch conditions
1: Action 09:57:06: ValidateProductID.
1: Action 09:57:06: CostInitialize. Computing space requirements
1: Action 09:57:06: FileCost. Computing space requirements
1: Action 09:57:06: CostFinalize. Computing space requirements
1: Could not access network location \Hewlett-Packard\\.
1: Could not access network location \Hewlett-Packard\\.
1: 1: MySQL Server 5.5 2: {B9ED0ABA-7E2B-4C1B-8466-40E8BCE3DCA3} 3: 3
1:
1: Final actions.
1: Install error

I can't find anything in the registry related to this product code, or anything that refers to this directory (other than valid HP software).

The directory exists, and has full permissions. Is there a config. file or something the installer reads? I'd like to change the path - or remove whatever the software is reading from to get a successful install.

MySQL upgrades under Windows resets mysql database (3 replies)

$
0
0
Hi there,

I really don't get it anymore, but maybe the error is placed in front of the keyboard ... !?!?

Everytime I do an upgrade to the latest MySQL Community Server, in this case from 5.5.21 to 5.5.27, after the upgrade has been done in this case by the mysql-5.5.27-win32.msi by clicking the UPGRADE BUTTON, the mysql-database has been reset to the default with ALL THE USER ACCOUNTS disappearing. Even the restore of the mysql-database taken prior to the upgrade doesn't do the trick. Although all the user accounts have been restored, I have to RESET ALL THE PASSWORDS of ALL USER ACCOUNTS including root to make them work again ...

The first time this has happend, I did a COMPLETE remove and re-install of my mysql-environment to be sure that nothing interferes the upgrade process due to a earlier hidden misconfiguration done in the past - NO SUCCESS !!! Since then this error hits me again everytime when I upgrade my mysql-evironment as the UPGRADE actually is doing a FRESH INSTALL setting everything back to defaults !?!?

Cheers
Frank

Help needed! MySqlInstanceConfig.exe references to a non-existent mysqld-nt.exe (no replies)

$
0
0
HI everybody. I am trying to make a batch file .bat to configure MySql 5.1.54 in Windwos 7.
This is the command:

c:\mysql>MySQLInstanceConfig.exe -i -q "-lC:\mysql\install_log.txt" "-nMySQL Server 5.1" "-pC:\mysql\Install" -v5.1 "-tC:\mysql\install\my-small.ini" "-cC:\mysql\mytest.ini" ServerType=DEVELOPMENT DatabaseType=MIXED ConnectionUsage=DSS Port=3306 ServiceName=MYSQLCust RootPassword=fernando AddBinToPath=yes

But, the service doesn´t star because the command file (when seen in the service properties in the service administration window of Windows 7) is the following:
"C:\mysql\Install\bin\mysqld-nt" --defaults-file="C:\mysql\mytest.ini" MYSQLCust
The log file shows exactly the same:

Parameters: "C:\mysql\Install\bin\mysqld-nt" --defaults-file="C:\mysql\mytest.ini" MYSQLCust
Cannot create Windows service for MYSQLCust. Error: 0

But, the mysqld-nt.exe is not in the bin folder of MySql 5.1.54 because it was removed since 5.1. So, it obviously won´t run, because the file to be referenced to is mysqld.exe instead of mysqld-nt.exe.
How can I make the MySqlInstallConfig.exe references to mysqld.exe and not mysqld-nt.exe when creating the service? I think it is a bug, because the very developers removed the mysqld-nt program. In fact, I found it was a bug in 5.0 solved in 5.1, but in my case it is not solved. The strange fact is that if I open visually the mysqlinstallconfig.exe and use its windows to configure mysql server, it works.
I have tried with the mysqlinstallconfig.exe of the versions 5.1 and 5.5, 32 and 64 bits, and it is the same, nothing changes.
Thanks in advance.

MySQL Cluster 7.2.8 for windows does not contain ndbclient (2 replies)

$
0
0
Hi,

I have previous developed a Java app with ClusterJPA as the persistence framework on a linux machine. After installing MySQL Cluster 7.2.8 in Windows , my app could not run due to the following exception:

SEVERE: Attempt to load native library ndbclient from path c:\mysql\lib failed with class java.lang.UnsatisfiedLinkError (no ndbclient in java.library.path).
Exception in thread "main" <openjpa-2.2.0-r422266:1244990 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: Error getting connection to cluster with properties {com.mysql.clusterj.connect.verbose=0, com.mysql.clusterj.connect.retries=4, com.mysql.clusterj.connect.delay=5, com.mysql.clusterj.connectstring=localhost:1186, com.mysql.clusterj.max.transactions=1024, com.mysql.clusterj.connect.timeout.before=30, com.mysql.clusterj.database=housedb, com.mysql.clusterj.connect.timeout.after=20}:
Caused by com.mysql.clusterj.ClusterJFatalUserException:Attempt to load native library ndbclient from path c:\mysql\lib failed with class java.lang.UnsatisfiedLinkError (no ndbclient in java.library.path). Caused by java.lang.UnsatisfiedLinkError:no ndbclient in java.library.path
at org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(AbstractBrokerFactory.java:218)
at org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(DelegatingBrokerFactory.java:156)
at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:227)
at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:154)
at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:60)
at aa.Main.main(Main.java:20)

It seems to me that the ndbclient is missing from the lib folder. In fact in the windows' version of the lib folder, only "ndbclient_static.lib" is present. On the other hand, in linux, various files (libndbclient.so, libndbclient.so.6.0.0, libndbclient_static.a & ndb_engine.so) are present. Please correct me if I am wrong, but is the windows version really missing that file to run the ndbclient? If so, is there any remedy for this?

Thank you!

-Jay

Creating clusters in different system (no replies)

$
0
0
What changes I need to make on the system so that I can add multiple system to my cluster?

installation MYSQL (no replies)

$
0
0
bonjour

j ai un probleme d installation de MYSQL sur un PC window7 64

le service ne veut pas demarrer j'ai lerreur 1067 le processus s'est arreté inopinement. j'ai supprimer MYSQL et reinstaller c'est la meme chose

dans propriete du service MYSQL et l onglet connection il y avait un compte renseigné, j 'ai change pour compte system local mais ca change rien merci de votre aide
nicolas

Error 2003 Screen Closes after typing in Password (no replies)

$
0
0
I am trying to download MySQL 5.5 and when I go to open the command line client screen, i type in my password then the screen shows error 2003 just closes out.

I have tried so many things to do with my firewall, server 127.0.0.1, making sure port 3306 is connected. Nothing has worked, HELP ME PLEASE!!!

Problem: Status check of service 'MySQL55' returned stopped (no replies)

$
0
0
Dear Community:

I tried to install the
mysql-installer-community-5.5.28.2.msi

on 3 different Windows machines (e. g. Windows 2008 Server, 64Bit as well as 32 Bit). The installation program is successful, but it cannot start the MySQL server and I cannot figure out why. The error log:

After starting the program and trying to start the server, I get this:

2012-10-10 23:03:44 - Status check of service 'MySQL55' returned stopped

2012-10-10 23:03:44 - Starting server...

2012-10-10 23:03:44 - Status check of service 'MySQL55' returned stopped

2012-10-10 23:03:44 - Server start done.

2012-10-10 23:03:44 - Status check of service 'MySQL55' returned stopped

Thanks for any help

Martin

mysql threads too high (no replies)

$
0
0
MySql 5.5.28 On windows 2003 server 12GB memory

Every time the MySql threads (in task manager) going above 1250, new users can't connect to the database

My.ini:
[client]
port=3306

[mysql]
default-character-set=latin1


[mysqld]
port=3306
basedir="E:/Program Files/MySQL/MySQL Server 5.5/"
datadir="E:/Program Files/MySQL/MySQL Server 5.5/data/"
character-set-server=latin1
default-storage-engine=INNODB
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
max_connections=5510
table_cache=512
open-files-limit=4096
tmp_table_size=32M
thread_cache_size=16

#*** MyISAM Specific options

myisam_max_sort_file_size=100G
myisam_sort_buffer_size=12M
key_buffer_size=8M
read_buffer_size=64K
read_rnd_buffer_size=256K
sort_buffer_size=256K

#*** INNODB Specific options ***
innodb_additional_mem_pool_size=8M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=4M

innodb_buffer_pool_size=512M

innodb_log_file_size=71M
innodb_thread_concurrency=26


slow_query_log=1
long_query_time=1000
expire_logs_days=3
thread_stack=192k

table_definition_cache = 1048

innodb_thread_sleep_delay=5000

query_cache_size=45M
query_cache_type=1

back_log=50



Please, Please HELP!

Tal.

How to use MySQL in Server - client architecture? (no replies)

$
0
0
I installed mysql-installer-community-5.5.27.2 on one of windows XP machine (say Terminal 1) in server mode.
I want to access the Terminal 1 database from client machine in that LAN.

What are the required setting/configuration, I need to do for both terminals?

MySQL installer can't fetch product updates information (no replies)

$
0
0
Hello all,

I'm having a problem with MySQL Installer (on Windows 7 Enterprise Service Pack 1 32 bits with an internet access using a proxy).

When the installer tries to fetch for new versions of the products, the installer fails to download the XML file with the following error :
"The remote server returned an error: (407) Proxy Authentication Required."

Is there a way to provide the required credentials to the MySQL Installer?

Thanks for your help.

Cannot run \! mysqladmin command (no replies)

$
0
0
I just installed the mysql on my windows 7(64) versionion 5.5.28 and trying to run the \! mysqladmin command so i can change the password at the mysql> prompt and it says no command. the optionis not available in the help command.

Is there something I might have missed or do i have to reinstall it. I used the msi version of program to install it.

Watch Casualty || Season 27, Episode 9 || 20-Oct-2012 Stream Megavideo (no replies)

$
0
0
The show is just going simply awesome and the new episode of the show seems to be very much exciting and looks to be a good one.

WATCH NOW

Casualty s27e09, Casualty , Casualty stream, Casualty live stream, Casualty streaming, Casualty , Casualty video, Casualty youtube, Casualty episode, Casualty download, Casualty seasons, Casualty , Casualty megavideo, Casualty

How to use MASTER_DELAY command in MySql 5.5 (1 reply)

$
0
0
Hi ...
I am using mysql 5.5 . The master_delay command is available in version 5.6.

So is it possible to use MASTER_DELAY command in 5.5 version itself?

can i use windows 32 bits software to connect 64bits mysql database ? (no replies)

$
0
0
hi,

i have a windows 32bits software which connect to 32bits mysql database without any problem, but now my client want to upgrade the server to windows server 2008 64 bits, so my concept is that, i have to install the 64bits mysql in the server, my question is , how about the workstation with the 32bits software ? do i still use the mysql connector 3.51 to connect to the 64bits mysql database ?

Used to work. Now I can't reinstall 5.5.28 (no replies)

$
0
0
MySQL was working fine. All I wanted to do was move the installation from "C:\Program Files\MySQL" to "P:\" and the data to "M:\data". So I uninstalled it and now I can't reinstall it. When I try, it says "install error" next to server and some of the connectors. It puts a tree of empty folders under "P:\MySQL\MySQL Server 5.5"

Not only that, but somehow it seems to remember the first place it was installed and wants to keep putting it back there. It puts the Workbench, etc in "P:" but fails to install the server. After it fails, I run the install again and it says it succeeds but it puts the server in the original, wrong, place without ever asking me where to put it. It puts the data in the original, wrong, place too. It fails to create the Windows service too.

Can someone tell me how to remove everything MySQL from my Windows XP machine so I can get the install to work as it did in the first place?

I ran the uninstall program.
I deleted "C:\Documents and Settings\All Users\Application Data\MySQL"
I deleted "C:\Program Files\MySQL"
I deleted registry keys in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installers\Folders that referred to "C:\Program Files\MySQL"
There's nothing MySQL listed in my Add/Remove programs list

I'm using mysql-installer-community-5.5.28.2.msi

Thanks

MySQL Installer won't let me update from 5.25 to 5.28 (no replies)

$
0
0
Hello,
on my Windows 7 64-bit machine with a running MySQL 5.25 64-bit community server instance, I have not been able to update automatically with the 5.25 MSI Installer as I was before, that is the installer doesn't detect and ignores the existing installation. I tried several times, both with installer specific to the 5.28 release and the new big MySQL installer that maintains all programs.

Please advise what to do. As I said, I haven't had any trouble with the automatic updating procedure so far.

Best regards,
Jay

excel macro not properly installed (win7, 5.5.28.2 community) (no replies)

$
0
0
On Win7, a clean install using mysql-installer-community-5.5.28.2.msi
only installs the excel macro for the admin user who installed mysql.

Login as a standard (non-admin) user and it's not available in excel for that user.

Any workarounds ?

Thanks
(ps, newbie alert)
Viewing all 1431 articles
Browse latest View live


Latest Images

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