similar to: mysql.exe ERROR 2005 (HY000): Unknown MySQL server host 'localhost' (10093)

Displaying 20 results from an estimated 200 matches similar to: "mysql.exe ERROR 2005 (HY000): Unknown MySQL server host 'localhost' (10093)"

2010 Oct 22
1
Code::Blocks 10.05
Hi ! I'm using wine 1.3.5 on fedora 12. Problems with Code::blocks 10.05 All is fine, edit, compile, creating projects. If i use copy and paste the IDE is freezing. Any sugestions ? thanks ! -- Petruca Romeo Constantin Str. Munteniei nr. 2A, bl. D2, apt.48 Hunedoara. tel.: 0720301842/0354401534 web : www.perosoft.org
2007 Sep 07
2
need to use MiKTex under wine, how to
Hi, i know, is odd, but my aplication use MiKTeX under windows, i want to use it under wine. how can i launch "latex.exe", "pdflatex.exe", under wine ? thanks -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 May 08
0
Re: mysql.exe ERROR 2005 (HY000): Unknown MySQL server host 'loc
Romeo Petruca wrote: > wine mysql.exe -h localhost -u root -p First of all, why are you using windows' version or 'mysql' client and not native Linux version? Romeo Petruca wrote: > i got this error: > ERROR 2005 (HY000): Unknown MySQL server host 'localhost' (10093) Most likely it's trying to use pipe and fails of course. Add '--protocol=TCP' option.
2007 Sep 13
5
problem with exec,system,WinExec, C functions
Hi, i'm using openwatcom under wine, all is ok, but next code will not work: #include <windows.h> void main( void ) { system( "foo.exe" ); } same problem for: #include <windows.h> void main( void ) { WinExec( "foo.exe", SW_SHOW ); } where "foo.exe" is a windows console aplication if i try to launch foo.exe with wine in a terminal window
2008 Feb 29
1
CD-ROM not found UltraISO
Fedora 8 wine 0.9.55 CD-ROM not found in UltraISO how can i fix that ? -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080229/52b36e01/attachment.htm
2007 Nov 12
4
wine and multilanguage support
need to use romanian chars in wine. under KDE all is fine, with romanian and english languages, keyboard layout "winkeys", i can switch between english an romanian. but under wine i don't have romanian language. how can i fix that ? -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534
2007 Sep 19
0
wine multilaguage support, romanian<->english
in a program compiled with openwatcon under windows, i have multilanguage support, and i can switch from english to romanian with ALT+SHIFT same program compiled with openwatcom under wine, i don't have multilanguage support, more, romanian chars are replaced with symbols, how can i have multilanguage support under wine ? -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534
2007 Sep 25
0
wine and multilanguage support
Hello, folk's i realy need that to switch from windows to linux&wine C compiler used OpenWatcom 1.7 under wine & Fedora 7 cod sequence: SelectObject( hdc, GetStockObject( SYSTEM_FIXED_FONT )); is used in a internal editor. compiling under windows i have multi-language support (romanian-language) compiling under wine in fedora 7 i loose multi-language support (romanian-language)
2008 Jan 16
1
Borlandc 4.5 Workshop
hello ! i'm using Borlandc 4.5 under wine 0.9.52 with fedora 8 problem with workshop.exe when i create a dialog resource in window of workshop i see nothing, but if i push the "test" button i see the dialog created. what is wrong, or what can i do ? -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534 -------------- next part -------------- An HTML attachment was
2007 Jul 12
0
[retry] fixture_references: "Mysql::Error #HY000"? (fwd)
I''m resending this with additional information, as I''ve had no response. I''ve been trying to use the fixture_references plugin, and I seem to be getting lots of: 1) Error: test_truth(DeviceTest): ActiveRecord::StatementInvalid: Mysql::Error: #HY000Field ''description_id'' doesn ''t have a default value: INSERT INTO devices (`id`) VALUES (2)
2006 Jun 26
1
Help with Wine programming.
We at Webyog produce the SQLyog program. SQLyog is an advanced graphical client for MySQL. SQLyog records at winehg.com applications database are available here: http://appdb.winehq.org/appview.php?appId=1328 As you can read versions up to 5.0.x worked fine with Wine. Basically version 5.1.x does too. However we have two issues with two new features of SQLyog version 5.1.x (we tested primarily
2009 Nov 05
4
MySQL installation problem
Hi; It's been a while since I controlled my own server and I'm rusty. Trying to install mysql yum install mysql All looks well. Here's what happens: [root at 13gems www]# mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [root at 13gems www]# mysql -u root -p Enter password: ERROR 2002 (HY000): Can't connect to
2011 Jul 28
4
[Ubuntu 10.10] SQLYog breaks after Wine update
I don't know what happened but now i cannot use it any more and i really need it! The following error occurs when any user interaction is needed: Code: demian at demian-desktop:~/.wine/drive_c/Program Files/SQLyog$ wine SQLyog.exe fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for
2009 Apr 27
1
RODBC - XLSX files - dropping/clearing sheets
Hi! I'm manipulating XLSX data using RODBC, however a limitation which appears to be driver based is that you can't clear or drop sheets from the XLSX files, as per the following example: > library(RODBC) > xlsx<-odbcDriverConnect("DRIVER=Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb);DBQ=c:\\documents and settings\\desktop\\testxlsx.xlsx; ReadOnly=False") >
2009 Jul 14
2
Wine or Windows
Hi, Writing a C programm, how can i detect if it run under WINE or under WINDOWS ? thanks ! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090714/b3bf31a5/attachment.htm>
2007 Jan 27
2
Starting MySQL
When I run # mysql I get this error: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) What do I need to do? The install of MySQL was done as part of the Centos setup. Todd
2014 Feb 13
2
MySQL Can't create file '/tmp/#sql2e0_98_0.frm' (errno: 9) problem
Hi. I have a strange problem. I installed cacti, and set it up. When I click on the Plugins Management, I noticed Error "FATAL: Database or Table does not exist" Further testing revealed that at the moment MySQL can not create temporary files in /tmp. It is same for ANY database! SELinux is disabled. I logged to mysql as root and error is same. Command used is: CREATE TEMPORARY
2012 Mar 22
2
MySQL query profiling
Hi, I recently upgraded to the latest MySQL 5.0.95 package as part of the CentOS 5.8 upgrade. I use MySQL query profiling on a regular basis for performance testing. However, if I try to use any of the profiling functionality I get this error: ERROR 1289 (HY000): The 'SHOW PROFILE' feature is disabled; you need MySQL built with 'enable-profiling' to have it working Oddly
2019 Apr 24
2
mariadb: How to delete foreign key constraint from non-existing table?
Hi, somehow phpmyadmin messed things up when I was trying to modify a table. The table disappeared, and now it's impossible to re-create it: MariaDB [time]> create table etikettend_metainfo (userID integer(6) unsigned, stationsnummer integer(4) unsigned, primary key (userID)); ERROR 1005 (HY000): Can't create table `time`.`etikettend_metainfo` (errno: 150 "Foreign key
2015 Aug 17
3
C5 recent openssl update breaks mysql SSL connection
I recently applied updates to a CentOS 5 box running MySQL. I've discovered that the new version of openssl, 0.9.8e-36.0.1.el5_11, breaks MySQL SSL connections. If I rename /lib/libssl.so.0.9.8e and replace it with the old version of that file from openssl-0.9.8e-27.el5_10.1 (not sure if that is the next oldest, but it was handy), then SSL connection to MySQL works again. I then performed