Which Version To Download For Red Hat 9 Linux
Which Version to Download for Red Hat 9 Linux?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
What Version Do I Download?
i'm brand new to databases and want to download mySQL to practice with, i.e. some of my coldFusion tutorials require a database to complete. also, we use mySQL5.0 at work and i thought i should get a little familiar -- get my hands dirty. i know i have access to one with my hosting company for my site but would it behoove me to download a copy locally? what would be the advantages? then, what version do i download? i have a dell desktop pc with windows xp. should i download the windows version instead of the linux?
Download Version 4.1.23
I've just downloaded the latest version for Windows 98/ME from the v4.1 download page.. That was version 4.1.22, but when looking at the changes in new versions, it says that v4.1.23 has been released and has many bugfixes in it.. so why isn't that version available as the latest download? ..instead of having to install 4.1.22 then having to do updates? Now I know v5.0 and upwards is recommended, but they require w2000 or XP and up, which I don't have and can't afford right now. So leaving that aside, anyone know the reason for the latest release of 4.1.x not being on the appropriate page?
Linux Version
I have a need to setup a MYSQL cluster, however, I do not have ANY experience of Linux and you cannot set up the cluster on Windows currently. I learn fairly fast, but would like someone to recomend a version of Linux that would happliy support the MYSQL cluster and also has some good installation instuctions!
User Privileges In Version 4.1.7(linux)
sql: GRANT USAGE ON *.* TO 'shinestb'@'localhost' IDENTIFIED BY 'shinestb'; FLUSH PRIVIELGES; an error return at login time: ./mysql -ushinestb -p ERROR 1045 (28000): Access denied for user 'shinestb'@'localhost' (using password: NO why? version < 4.1 is ok.
Preferred Linux Version For Mysql Development ..
I am planning to perform some development on the mysql kernel, which i hope to submit to the group later this year. Would you please tell me if there is a preferred version of linux ... I am not fussed but I am about to re-org my computer anyway, so any preferences or endorsements would be welcome.
Using MyODBC (Linux Version) - Bracketed UNION
I've come across a strange issue when using UNION via MyODBC on my Fedora linux box (I'm using MySQL 4.1.3-standard-beta) **This doesn't work: (select a from tbl_name where a=10 and b=1 order by a) union (select a from tbl_name where a=11 and b=2 order by a) order by 1 (took this straight from the MySQL manual) **Removing parentheses doesn't work either: select a from tbl_name where a=10 and b=1 order by a union select a from tbl_name where a=11 and b=2 order by a order by 1 **But this does work: select a from tbl_name where a=10 and b=1 union select a from tbl_name where a=11 and b=2 order by 1 - so it appears that ORDER BY is not allowed in an individual select when it is being amalgamated with UNION (or UNION ALL). Interestingly, the first statement works fine when executing from the MySQL command line. Has anyone else spotted this, and is there a workaround (other than not ordering select clauses that are UNIONed together)?
Install New Version Of Mysql With Old Version Running
I would like to install the new versin of mysql but currently i have mysql version 3.23 running... I need to have 2 version of mysql running at the moment in win2000 for different app. what is the steps for me to install the new version of mysql without causing error and able to run concurrently.
Rolling Back A DB From Version 5 To Version 4
I've got a local MySQL DB with my MediaWiki data that was created in version 5.0.17, but I recently discovered that my webhost is running version 4.0.27, and when I tried to import the database as-is, I received an error. I'm looking for suggestions as to how I could roll my database back to the older version of MySQL, in case my webhost decides not to let me upgrade. I've considered using an intermediary, such as converting to MDB or CSV, but so far I haven't had much luck with finding a tool to do so without spending a pile o' cash.
Best Download
I want to download mySQL on a Windows XP box running IIS. I went the mysql.com website and selected download. There are many options. I assume it is one of the top options, listed below. Please provide any advice on the best version to download. If neither of these are the best, please provide me with a better source. Code:
Download
Experiencing problems downloading the MySql .dmg file? The file downloads and we cannot open it, we are 'mac OSX' based is this the reason? Can this download be made easier?
MySQL Download
When downloading the MYSQL files, how do I know which I need? Essentials x86, or Windows x86, or Windows x64, etc.?
MySQL5.0 To Download
Is MySQL5.0 free of charge or should I pay for it? There are two categories of windows, ie, Windows and Windows x64 at http://dev.mysql.com/downloads/mysql/5.0.html. What is diffent between Windows and Windows x64?
Download And Install OSX
I have downloaded the mysql-standard-5.0.24a-osx10.4 .tar archive from the MACOSX section of the download page and expanded the archive using Stuffit Expander 10.0.2. From what I understand I am supposed to end up with .dmg disc image file from which to install Mysql 5. However the archive expands into a number of folders with no .dmg file.
Table Download With PHP
I need to set a "Download" link in one of my pages so users can download a table's information on Excel CSV. Can anyone please explain to me how this is done with PHP or where I can find information?
How To Download My Databases??
Have just recently setup my first site using MySql..I am transferring our hosting service, and need to download my databases to my hard-drive, then re-upload to the new host. How the heck do I do this? I already downloaded my public_html directory, but (stupid question), I don't think my databases/tables are located there. So, how do I find them, download them, and then re-upload them to my new host?
MySQL 4.0.27 (Win) Available For Download?
I've been looking around for the 4.0.27 version for windows (perhaps it's only for Linux?). My internet provider uses 4.0.27 and I need to download and process my data on a local computer every once in a while, but I get some character issues on import/export (Ansi/Utf-8 converions). I know I could try fix this via settings, but I also get mismatching SQL when downloading db structure, so I guess that the simplest and safest would be to use an exact matching version when manipulating the data.
Mysqldump Download
I tried typing in mysqldump in the client but it doesnt know what this is. Do I need to install something? I was looking for a download link on the mysql site for the mysqldump program but cant find it. I do see mysql snap at other websites but want to get it from the official site if indeed it is a separte install.
MySQL Download
i m using windows xp family edition.I need to use MySQL with JSP.Which version of MySQL I should download.Please guide me.There is a list of its versions for windows platform.
No MyOLEDB Driver Download Available
The download on your website for the MyOLEDB Driver is not working it says : "That file does not exist on our download mirrors." So how would I go about obtaining the driver?
Download.php Setup With Mysql
I am trying to make a download.php which would let users to download files after 5 seconds. The only problem is that my /download directory has many sub directory. For example if someone wants to download FireFox, then firefox.exe is located in /download/FireFox/firefox.exe and I want somewhat like this www.domain.com/download.php?fi... as an output URL to download. I know that I can use MySQL and setup a nice database to do something like this as long as fileid is unique. Any ideas on how to setup the MySQL database so that I can easily add multiple files from different sub directory at the same time.
How Do I Download Blob Files From My Database
I am developing a page where users can go to upload their CV'S (mainly word.doc) into my mysql backend. I have got it working and I am able to upload files to my table where i have a blob type for the files. The problem is I don't understand how I can retrive these files I mean how can i view or download them. I am currently working locally so when I go to phpmyadmin to view my files I don't know what to do. I know that they are there as I can see the following [BLOB - 11 Bytes] [BLOB - 12 Bytes] [BLOB - 11 Bytes] [BLOB - 14 Bytes] So basically how can I download these files ....
Download To Excel Certain Info From Mysql
I run an oscommerce site, and want to download all the invoice details into a csv excel file. the details that I need are in different tables, so i want to define exactly what I need example name, address, delivery name, order, vat ect I have looked at various scripts on the internet, but cant seem to get anything to run. Has anyone got a script, so I can just download the info that I need for my accounts.
Query To Search And Retrieve File For Download
I am new to web development and have this challenge. I want to design a dynamic website for a college community using PHP and MYSQL. The objective of the site is to hold the annual report of all the departments such that visitors can select the desired department and the year of the report. The years could stretch back to as long as the college existed but I want to limit the backdate to 10 years for now. The visitor should be able to select a department and desired year, view the report online and also be able to download the same report stored in a directory in ms word or PDF format. What should the table structure look like? Also the PHP and SQL script to search for the stored files and make them available for download.
Download Files Or Datas In The Database Table.
i have a table t1 which contains a field name related_files(blob). i can display path .now i want to put a download option if i click there the corresponding file will be download for view. it is possible.
How To Download To Local Client From A Large Table
I have been trying to download a large text file (17 MB) from my large table using all sorts of scripts etc. The best so far has been using - "SELECT * INTO OUTFILE 'tmp imes.csv' FIELDS TERMINATED BY ',' LINES TERMINATED BY ' ' FROM tbl_times"; This is fine on my test server - because it is 'local'... but what I need is the syntax to get it to work in the real environment and save the file to a client machine. Ideally to give them the choice of where it will be saved.
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?
Where Is My.ini On Linux!
Where do i find my.ini on a linux box! or should it be something else! any help would be appreciated...my aim is to change the location of the data files!
GUI For Linux
suggest the best GUI of MySQL for Linux with Store Procedure support(Create/Update). Better if also supports triggers etc.
Win To Linux
I have set up a website on a windows machine using PHP MySQL but I want to port this over to a Linux machine. Is it possible for me to simply copy over the MySQL data files e.g. .frm .myi .myd files over to the Linux machine and place them in the appropriate folder after creating the database?
Linux Box
i have a redhat 8.2 box and people told me i should have mySQL in it. is there a way to find out whether my linux has it or not?
Linux
i installed mysql(usr/local/mysql) on linux but its not starting showing me error like Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) though mysql.sock file exists(linked) in tmp directory wont helped me.
Low Performance With Linux SMP
I use #mysql -V mysql Ver 12.21 Distrib 4.0.15, for suse linux (i686) with a SMP-kernel When I used this version with a kernel not SMP mysql was very very fast but now with the SMP-kernel the mysql is very very slow. I takes several minutes to make an INSERT on a table with near 50.000 Records Is there any problem with mysql an SMP? is a problem of the version I have installed?
Windows Vs Linux
We currently run our MySQL on linux. Could someone advise me on the watch outs on moving MySQL to windows and also if there is any performance loss as a result?
From Windows To Linux
I've got a production MySQL database running on a Linux server, but do my development on a Windows laptop. I recently overhauled an existing app and needed to write data conversion routines in order for my existing data to map to some new data layouts. I'm running the conversion on my laptop, so I don't mess up the existing production data. I will be running some tests in parallel before going live with the new app. When I run the conversion, Windows sets all the table names to all lower case. So when I load the data to my Linux box, the table names are all wrong. Is there anyway to force MySQL to maintain it's case on a Windows machine so that I don't have discrepancies from one OS to another?
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:
Upgrade From 3.23 To 4 In Linux
I have an installation of MySQL 3.23 located in /usr/local/mysql.3.23.51, which is working perfectly. Now I installed in /usr/local/mysql.4.0.14 the binaries for a new version (4.0.14 of course), and don't know how to start using it instead of the older one. I have a link: /usr/local/mysql pointing to /usr/local/mysql.3.23.51 and some few databases in that directory. My data files are in MyISAM format. How do I migrate the database files? How do I tell Linux to use this version? I never did a task like this in Linux, for I always used MS Operating Systems, so please be as clear as possible... In fact, I didn't understand the MySQL manual about this topic.
Windows Or Linux?
I am developing a website using php, MySQL and Apache on my home pc which uses WinXP. I am pretty sure that I will not be able to find a web host who will support Apache on Windows, so I guess I will have to go for one that uses Linux. If I do this, is there a serious difference between the way I need to write the PHP code, or is it just the same.
Mysqli.dll In Linux
We have developed and application using mysqli.dll and the following functions: mysqli_connect() mysqli_query mysqli_result() The platform was: Windows 2003 / IIS 6.0 / PHP 5 / MySQL 5 Now we need to port over the application to Linux - Red Hat Enterprise Server / Apache / PHP 5 / MySQL 5 Does anyone has an idea what to use instead of mysqli.dll in Linux servers.
Db Migration From Linux To Xp Sp2
db migration from linux to xp sp2 -- can't read I want reinstall my bbs program from fedora 3 to xp sp2 apm. The apm version is apache 2.0.54,php 4.3.11 mysql 4.1.11.(linux and xp) And backup the data and restore on xp machine. ( I tried db copy) The problem is I can't log in my bbs program with migrated ids. But, i made another id and tried to log in, this worked. At phpmyqadmin, I can see the whole records including new id. But bbs program could not read the other migrated records.
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.
Running 4.1 And 5.0 On Linux
Question: How can I run 4.1 and 5.0 simultaneously on linux - Suse 9.3 in particular? My goal is to do no harm to my current 4.1 setup. Can the 4.1 and 5.0 rpm's play nice together? Can I use the rcmysql commands for running multiple versions?
In My Linux Server
What is the default server SQL mode when My SQL 5.0 is installed? Is there any available modes.
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?
|