Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MYSQL


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Accessing MySQL On Linux From Window


Is it possible to have a visual basic application running under windows and
access MySQL database on a Linux box?

Any extra drivers required for this?




View Complete Forum Thread with Replies

Related Forum Messages:
MySQL DOS Window
When I type in the "create table" command in a DOS window there are a lot columns and eventually I am not able to type in the command into the DOS window anymore. It appears that there is a character limit in DOS, and I run out of room and am not able to finish typing the complete "create table" command. How can I finish typing the complete "create table" command into the DOS window? Short commands are no problem as long as they don't exceed the character limit. I need to set the allowed characters from the command line to a higher number some how. If this is possible?

View Replies !
Window With The Mysql> Stay Open
I have installed PHP MySQL and Apache on my system with the intention of using it to run my website with a database. I have managed to get PHP and Apache working fine but to date have not been able to get MySQL to work. When entering a command in the Windows XP prompt I get a window flash on the screen for a second and then it is lost. How do I get this window with the mysql> prompt to stay open on the screen.
Look forward to help with this as I am now contemplating abandoning the whole setup and reverting to using the Windows IIS instead.

View Replies !
Window XP OS: Netbeans To MySQL Connection
i using NetBeans 5.0 to connect to MySQL 5.0 database. the connection can work in the server computer but cannot work if i use different computer to connect.

how to i set for remote connection.?

at my.MainMenu.ConfigureSourceDBConnection.init ConfigureSourceDBConnection.java:30)

at my.MainMenu.ConfigureSource.<init>(ConfigureSource.java:24)

at my.MainMenu.PAManager.ConSourceActionPerformed(PAManager.java:269)

at my.MainMenu.PAManager.access$200(PAManager.java:13)

at my.MainMenu.PAManager$3.actionPerformed(PAManager.java:74)

View Replies !
MySql Admin :: Window Always Appear On The Desktop
When I boot my computer the MySql Admin window appears on the desktop. The only way I can close it is my clicking the Hide Me button.

I get fed up of this routine everytime I boot the computer. Does anyone know there is a way of keeping this window hidden so that when the computer is booted up it doesn't appear.I don't use MySql admin anyway as I connect through PHPMyAdmin.

View Replies !
MySQL (PHPTriad Download) Window Wont Display.
Have downloaded the PHP Triad software from SourceForge.net as have had problems getting Apache working after installing from the Apache.org site. Apache works using this version but when selecting the MySQL - D from the start menu, the pop-up window doesn't display, but it flashes on then off. There is no uninstall option, and this isn't displayed in the windows remove programs setting either. How can I remove and reinstall, or get this working?

View Replies !
Mysql Data Soruce Name Setup Dialog Window
my program connects remote database with ado. i change ado settings in runtime. when ado doesnt connect remote database, "mysql data soruce name setup dialog" window comes to screen. i want to change host when connection failure.

View Replies !
Maximizing MySQL 5.x Command Line Client Window
How do i maximize the mysql Command Line Client Window?
I can increase the size vertically. but cant Horizotally.

Also because of this i thing, the more columns you have more jamed out put of tables.

View Replies !
Accessing Dev.mysql.com
I'm trying to download MySQL4.1 from the MySQL site and when I try and
go to the download section on the site it either fails or, if it loads,
the "pick a mirror site" links always fail.

By "fail" I mean that it doesn't manage to retrieve the requested page,
either sticking on "waiting for dev.mysql.com" or "connecting to
dev.mysql.com" in the status line of the browser, eventually giving up
with an "operation timed out" error message.

Is anyone else having this problem or is it just me? - this has been
ongoing for the past couple of days now.

Incidentally, I need a version of MySQL that can handle subqueries yet
I'm still using glibc-2.2.5-40 and Redhat 7.3 (upgrading simply isn't an
option right now) - can anyone suggest a stable sub-version of 4.1 that
fits this criteria?

View Replies !
Accessing MySQL From VB6
Does anyone know how to access a MySQL server from vb6?

View Replies !
Accessing MySQL DB From Another Domain
what is the best way to access data in a MySQL database on one domain from a PHP script on another.

We have a secure (SSL) server on one domain which will be used for secure credit card transactions. We would like to be able to extract insecure contact information from MySQL database on another domain in another hosting environment.

View Replies !
Accessing MySql On Yahoo
I have never used MySql before.I program in C# and Visual FoxPro against
MS SQL on a corporate network.
I have a Yahoo web page, and I'm going to use their MySQL DB.
I want to run queries, Inserts, Updates and Deletes.
I have no idea how to connect to MySql on Yahoo from a client like
C# or VFP.


View Replies !
Accessing MySQL Database.
I have recently installed MySQL 5.0.27 / PHP 5.2.0 / Apache 2.2.3 on an XP os.

I created an empty database via the MySQL command line which is visible when I type SHOW DATABASES at the mysql prompt.

I have changed my root password which works OK.

I set up the password to the empty db by:

GRANT ALL ON database name.*
TO username@localhost IDENTIFIED BY 'password'

To access the db, when I type :

mysql -D dbname -u username -p

I do not get a prompt to enter the password.

View Replies !
Accessing Mysql From Another Host
New install of mysql on Solaris 10 x86.

I cannot connect from any other host, lots of traffic on google with people with the same error. Talk of the grant command fixing this, but no details. So simple question.

What "exactly" do I type to allow connections to port 3306 from another host to avoid messages such as

ERROR 1130 (00000): Host 'am-ms-t.foo.baa' is not allowed to connect to this MySQL server

View Replies !
Accessing MySQL Data
This morning when I tried to access my MySQL installation through MySQL Query Browser, all schemas have a message stating "Fecthing Data..." when I expand the schema. If I access MySQL through the command line, I get the following message when I execute a "use" command:
"Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A"
If I execute mysql using "-A", then it appears I can access the data, but it's very slow. Has anyone experienced this and if so, do you know how to resolve it?

View Replies !
Accessing Mysql Server On LAN
I have a problem accessing mysql server on my LAN: i can access it locally but not from other machine.


The error is: Lost connection to mysql server during query.

I've disabled the firewall but it's still not working. What i don't know is if i set the users correctly...

View Replies !
Accessing A Mysql DB Remotely
I am building a kiosk which uses a lockdown browser. The browser uses a php page to access a MySQL DB on a web server. It will not allow me to connect to the DB because I am using the following connection string:

mysql_connect("localhost","*****","*****");
mysql_select_db("******") or die ('I cannot connect to the

database because: ' . mysql_error());

I know that the problem here is that I'm trying to connect to 'localhost' when the actual DB resides elsewhere. The question I'm asking is how to find out how to connect to my DB. Is it just mysql.mydomain.com instead of localhost or what?

View Replies !
Error 1130 When Accessing MySQL From Another IP??
I am trying to run the MySQL DB on a Linux machine that is part of a home
LAN (IP=192.168.0.3), while trying to access it from another WinXP machine
(IP=192.168.0.5). I keep getting the following error:

MySQL Error Number 1130
#HY000Host '192.168.0.5' is not allowed to this MySQL server

Ping works fine.

On searching the internet, I find reference to "allow list" hidden somewhere
in the guts of MySQL. Can anyone provide me hints on how to add to this
list?

View Replies !
Accessing Mysql After Fresh Installation
I have recently installes mysql -4.0.0.1 on my redhat 7.1 machine . After
installing when enter into mysql it gives me message " Access denied for
user root@local host .......using password yes"

i have tried all the options like

#mysql -u root -h localhost
#mysql -u root -h localhost -p
#mysql -u root -h localhost -p mysql
#mysql -u root -h localhost test -p
#mysql -u root -h localhost test
#mysql -u root
#mysql -u root mysql

but none of the option is working at all.

Please any idea how i can change the root password or enter the mysql after
fresh installation.

View Replies !
Accessing Mysql Database From Php File
I can access mysql in dos with the command of c:mysqlinmysql -u root mysql but when i write the command of mysql_connect ("localhost", "username", "password") i don't know what my username or password is.

I have installed Apache to run the mysql database and php on my computer although I don't know where to find out the username and password so if someone could help that would be great.

View Replies !
Accessing Mysql Programs Remotely
Is there any method you can use to access the mysql programs (mysqld, mysqladmin etc) from a remote computer? Or do they need to be ran on the server itself?

View Replies !
Accessing Mysql From Command Prompt
The path to my mysql installation is "C:Program Filesxamppmysqlin".

I want to run myisamchk - to do this I think I have to access it via the command prompt.

A stupid question - I kmow - but how do I get to the directory in a DOS window??

View Replies !
Accessing Mysql/bin Directory Problem
This may be very basic question, that I hope some of you can answer very quickly for me. I'm running mysql 4.1 on windows xp just to learn the database, and I'm in a need to run .exe in the bin directory. The problem I'm having is accessing this directory. The path is C:/Program Files/Mysql/Mysql server 4.1/bin but when I get to C:/cd "Program Files/..." I get an error message saying (parameter format not correct - "program) i have tried several things, as well as following a user guide for changing directories that states that if the folder name has spaces use " to access that subfolder...maybe there is a simple tip ...

View Replies !
Accessing Remote MySQL Database
Is it possible to access remote MySQL databases?

I manage several sites and I will soon be building a tool that can track all of them, and it would be really convenient if I could somehow access all of the databases from one remote site.

View Replies !
How The Field Of Mysql Table To Be Hyperlinked To Some Url When Accessing.
I have mysql table in which there is some field, in which there is four letter code like "1aed" , it is to be access through php script, and it is accessing, when four lletter code is accessed, how it should be made hyperlinked to some url.

View Replies !
Accessing MySQL BLOB Columns Using Visual C#
I am trying to write an image file to a remote MySQL Database. The following code show the section I try to save the ImageArragy into the MySQL BLOB column. The error that I am getting is : Can someone tell me where I am going wrong and how I can fix this problem?

View Replies !
Image Storing And Accessing In Mysql Table
How to store Images in mysql table and accessing

View Replies !
Accessing Data On An SQL-Server By Using MySQL-Select
is it possible to access data located in a SQL-Server-Database by using a MySQL SELECT-Statement?

I know that on an I can use a qurey like the following

SELECT *
FROM OpenDataSource( 'Microsoft.Jet.OLEDB.4.0',
'Data Source="c:Financeaccount.xls";User ID=Admin;Password=;Extended properties=Excel 5.0')

on an MS-SQL-Server and search for something similar in MySQL.

View Replies !
Accessing A Mysql Database On A Remote Server
i would like to know how to connect to a remote mysql server which is on linux from a windows system. I gave the command:

mysql -u root -p redhat -h 192.168.1.132, where the ip is the ip of the linux server. But i got the error message stating that :-

Host 192.168.1.114(which is my system ip) is not allowed to connect to this MySQL server.Sreejith

View Replies !
Accessing MySQL By A Client-side Application
I'm going to start an application that runs in a desktop computer but access data on a MySQL server in a remote computer (internet).

View Replies !
Accessing MySql Thru Coldfusion - Password Problem
I have downloaded MySql 5.0 for Windows (XP) and MySqlCC so I can interact with it. When I installed MySQl I created a username and password which I can see in "my ini" file. I don't remember creating any passwords through mysqlcc.

I am building a database driven website using "macromedia studio MX" and am experiencing problems accessing my Mysql database through that software - I keep getting asked for a login ID and password, and for the life of me, have no idea what they are.

1. When I originally added my database as a 'data source' in Cold Fusion (MX 6.1 administrator) it would not let me create a password. I kept getting error messages like "The root cause was that: java.sql.SQLException: Invalid authorization specification: Access denied for user: 'martin'@'localhost' (Using password: YES)" etc etc etc variations on that theme. (adding the database without a password wasn't a problem)

2. Now I am trying to create a dynamic page in Dreamweaver (using Coldfusion) to display my data – there is a 6 point process in the ‘server behaviors’ tab and I’m up to the last one “press the (+) plus button and choose ‘Recordset (Query).

WHEN I SELECT MY DATABASE AS A DATA SOURCE IT ASKS ME FOR A "LOGIN ID" AND "PASSWORD."

I've tried all the passwords I can think of that I used and nothing works, the error message I get is:
"-1:Syntax error or access violation: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'wine like '%' at line 1. this is then followed by about 27 lines of commands like "at org.gjt.mm.mysql..".bladedblahdeblah "
(I am creating a database of wine tasting notes)

View Replies !
Accessing Mysql On Win2003 Server From A Station
I have installed Mysql on a Win2003 server and it is running as a service. I created a database and it works ok on the server logged on as root.

I then tried to access the database from a station on the network using PHP code and I get the error - Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in G:InetpubWWWrootIntranetookingacc.php on line 10.

Do I need Mysql Client on the station or does it run on the Server by default?

View Replies !
DOS Window
Installed Community MySQL on XP. Everything runs fine, but when I shut down PC and then start up, I invoke the command line, enter my password, and the window shuts down. I need to reinstall MySQL each time.Why does this happen, and how can I resolve?

View Replies !
Error Accessing MS Access Table Linked To MySQL
I create the linked tables without any problems, clicking on "save password"
before selecting the desired tables. I can then access both tables fine from
within the Access GUI.

The problem starts when I then try to access this data from my ASP.NET web
application - classic ASP works fine but .NET gives me...

ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] ODBC--connection to
'MyDSN' failed.

From then on, the Access database remains locked (.LDB file in the same
directory) and I get a similar error when I run my ASP page, which
previously worked. Code:

View Replies !
Target To New Window
how to setup a little table that includes links to a file image and to its URL. Its a table of NFL cheerleaders that takes you to there website each week. Its designed to automatically change the picture and url on my website when I update the week.

Well, I have a query that grabs the image and url as follows, and it works just fine. But what I want this to do is that when you hit the link, it opens the website up in a new window. Here's the code I have:

$query = "SELECT week_index.latest_week, cheerleaders.week, cheerleaders.cheerleader, cheerleaders.image, cheerleaders.url
FROM week_index, cheerleaders
WHERE week_index.latest_week = cheerleaders.week";

$result = mysql_query($query) or die('Can not execute query.');

while($arr = mysql_fetch_array($result))
{
$imageurl = $arr['image'];
$thumburl = $arr['url'];
print "<a href="$thumburl"><img src="$imageurl" width=125 height=187></a>";
}

I'm not sure how to include the target=blank in there.

View Replies !
Temporal Window To Do Calculations
i am trying to find a way to average my data for a kind of "sliding window" but could not find a way yet to do so.

my table looks like this:

id|data|time
1 - 23 - 46
1 - 25 - 56
1 - 12 - 69
1 - 6 - 86
1 - 17 - 105
1 - 16 - 121
1 - 21 - 141
1 - 35 - 163
1 - 24 - 189
: : :
4 - 21 - 68
4 - 12 - 78
4 - 32 - 112
4 - 23 - 135
: : :


time is a timer in seconds. what i would like to do is to build a kind of sliding window of 60 seconds. starting at min(time) of each id, 46+60 = 106; so avg(data) for id=1 unti time= 105. than for 106+60 = 166, avg(data) for id=1 until time=163 and so on. the same for all id's.

View Replies !
Sliding Window Over A Large Dataset
Given: A really big table whose contents I want to view by "lazyloading" parts of it at a time. The entire database is too big to load all at once.

Requirements:
My UI is a window that shows ten records at a time. It pages up and
down. Initialy it loads with the first ten entries. I push page down
and the next ten show up. I can back up and look at the previous ten.
Right now, I'm just shooting for readonly access.

So what SQL technology is a good fit? A cursor seems like a good fit
because it can go backwards and forwards, though I've read that there
are scalability concerns.

View Replies !
DOS Window Beeps And Closes After Entering Password
I am running MYSQL on the command line and it is working fine and continues to work until I shut down my computer. However, when I start up my computer and bring up the command line and enter my password, it beeps and closes. The only solution I have found is running a "repair" routine. Does anyone know why this happens and if it can be avoided?

View Replies !
Command Line Client Window Width
when using MySQL the width of the window can only be dragged to a width of only less than half the width of my screen. Is this normal? Why cant the window be expanded to fill the screen like almost all other applications?

View Replies !
Counting Using A Window Of Time Determined By Timestamps
Suppose I have this table that keeps track of at what time and on which days of the week an action will occur:

Code: ....

View Replies !
Command Prompt :: Window Appears And Then Immediately Disappears On Windows XP
I am completely new to MySQL and have recently loaded the 5.0 community version on my desktop PC under windows XP. When I execute MySQL, the MySQL command prompt window appears and then immediately disappears. Can anyone tell me why this is happening and how to resolve?

View Replies !
MySQL V4.0 -> Red Hat Linux 9
I'm having great problems trying to install the latest MySQl RPM
package onto my Red Hat Linux OS.

There is already MySQL v 3.0 pre-installed with the RH Linux
distribution disk but I can not seem to get any of the functions
working on it. So I have now dopwnloaded the latest version hoping
that this will fix the error.

I have managed to install the MySQL-shared-compat-4.0.1-0.i386.rpm but
i'm getting the following error message when I install
MySQL-server-4.0.1-0.i386.rpm : Code:

View Replies !
Mysql On Linux
I am interested in connecting to my MySql database that is running (default install) on FC4. I want to connect to the db with my Windoze machine using MySql Query Browser. Both machines are behind a router; the gateway is 192.168.0.1. The Linux ip address is 192.168.0.50 and the windows is 192.168.0.11 (both static). I guess I need to learn how to determine the mysql host and port when connecting. I thought it would just be 192.168.0.50 and 3306 respectively, it's not working.

View Replies !
MySQL And Linux
I am pretty new to the MySQL/Linux worlds. Each time I want to use MySQL, I have to start the program under the root account.

Are users other than "root" allowed to access the program? If so, how is it done? It would be nice if I didn't have to continuously log into root every time I would like to use MySQL.

View Replies !
Mysql In Linux
I have installed MySQl in linux and its working properly. I wrote an c++ program to connect to mysql database, which is capable of retrieving, deleting the values from database table. The problem i am facing is i am unable to insert values into the table at runtime. Can anyone please help me as to how to write the query?

View Replies !
How To Connect Remotely To Linux/MySQL Using MySQL Query Browser
http://dev.mysql.com/doc/query-brows...onnection.html

I'm trying to connect from my Windows based PC to a dedicated server which is running on Linux system.

I type server host and port 3306 user name admin + password and default schema and I get access denied message.

I use putty to connect to the server using IP and port 22 and it connects to the server.

What settings do I need to use to connect to MySQL using query browser?

View Replies !
How To Use A Copy Of A MYSQL 4.1 Database In MYSQL 5 Running On Ubuntu Linux
We had a "permanent world" game server running on an older PC, under Ubuntu 5.10, using a MYSQL 4.1 database to store persistent data for the players, then the hard disk quit. We did back up our data on a regular basis, but didn't use MYSQL to do the backups, we simply copied the MYSQL/data/ folder to disk.

So now we have a new hard disk, with Ubuntu 7.10 and MYSQL 5 installed. We have everything working, in that we have created the appropriate database and, using a simple test module of our game which will create some of the tables if they don't exist in the database, we can store and retrieve data from the database tables. The problem we have is how in the world do we get the data from the backup copy of the MYSQL 4.1 created database into the new MYSQL 5 database correctly? With 4.1 we could copy the contents of the database folder right into the database folder in the /var/lib/MYSQL/ folder, but this procedure didn't work with MYSQL 5. The files seemed to copy, as in the copy operation gave no errors, but we get an error that says the database is unavailable and to make sure the MYSQL server is running - it is, so we're stumped, and our game server is offline.

View Replies !
MySQL On Redhat Linux
To make a long story short, let me say I had MySQL working on Windows 98
and everything was fine. Well, I took the big leap and removed all
traces of Windows and Microsoft from the computer. (hooray!) Once I had
Linux running OK, I downloaded and installed MySQL using an RPM package.
I guess the server is running (it says it is every time the computer
starts and it stops successfully every time the computer shuts down)
however, I cannot figure out how to get the MySQL prompt.

I've searched the entire hard drive for MySQL, mysql, MySQL*, mysql* and
probably some others, too. The only thing I found was a shell script
called mysql that starts or stops the server if I am logged in to Linux
as root. I cannot figure out how to start the interactive program that
allows me to make select statements, inserts, updates, etc.
I'm wondering about some things:

Did I download and install the wrong thing?
Am I just not looking for the correct thing?

Did I install it incorrectly?

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved