From: Victor Medina Date: March 3 2004 1:20pm Subject: Re: Problems Installing List-Archive: http://lists.mysql.com/mysql/160959 Message-Id: <1078320051.5767.27.camel@linux.epa.com.ve> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=-qM+xJ2E5cjE2VVHghn3E" --=-qM+xJ2E5cjE2VVHghn3E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Hi Marie! OK, first of all, you "could" download a rpm package and have redhat rpm system manage all the installation details for you, this one has a basic advantage, using rpm system that comes with redhat you'll be eable to centrally manage all your packages automatically, wich is very nice thing to have when being new. soooo.... Most Modern Linux distro do not use /usr/local at all, most of modern Linux distros today are based on a new, better suited for today, standard called LSB. Basically LSB says that all userland "programs" should be placed under /usr, that is /usr/bin for normal userland programs, commands and utilities. /usr/lib for libraries. /usr/include for development files(such as .h files). /usr/libexec is used for many misc things, this is where mysql server will store the mysql server binary file (mysqld) since it doen't belong to "userland" cause it is a server, a background service. /usr/local is considered deprecated, old and is only there to keep compatibility with older stuff. If you download and install a rpm package, the system will copy and place your files automatically for you in the places where they should be. So.... if you have downloaded a rpm package (my recomendation) you can easilly install it by issuing the following command: rpm -i mysqlpackage-that-youdownloaded.rpm One thing to note is that mysql has several packages, usually one has the server binaries, that is, a package wich ONLY contains the server, other is the "client" wich are needed to connect and manage the db. The last package is de "devel" wich are ONLY needed if you intend to develop software against the db server(for example develop a c app), otherwise it is not needed. Command line or gui? It's up to you. I personally like the mysql command line client, i find it quite competent tool and having it to manage my server in every platform is a plus. But if you want a nice GUI you can equally try with any of the free tools available: sqlyog: www.sqlyog.com dbtools: www.dbtools.com.br mysqlcc: www.mysql.com Those 3 are only a short example, i am pretty sure that if you ask for a nice gui tool in the list you will get some others choices. After installing the db you will need to configure it, but that's for another mail, if you have problem with it just let us know =3D) Best regards! On Tue, 2004-03-02 at 20:24, Marie Salas wrote: > Hello, >=20 > I'm very new to this Linux OS, and just downloaded MYSQL and I'm having a= problem.=20 >=20 > I downloaded your Mysql version Linux (x86, libc6) and once downloaded I = was unpacking the files from "File-Roller" that was part of the Linux Redha= t installation. When I went to extract the files and save in usr/local/ it = gave me a message saying I don't have permission. I am a super user of this= computer. I don't understand what the problem is. Also I'm confused about = whether I should use the terminal or if I can do this with GUI??? The titor= ials I've read show the commands on how to install everything through the t= erminal. >=20 > If you can offer any suggestion, I'd appreciate. >=20 > Thanks, >=20 > M. >=20 >=20 >=20 >=20 >=20 > Marie Salas >=20 >=20 > --------------------------------- > Do you Yahoo!? > Yahoo! Search - Find what youre looking for faster. --=20 |...........................................................| |____ _____ ____ _ |Victor Medina M | |\ \ \| ____| _ \ / \ |Linux - Java - MySQL | | \ \ \ _| | |_) / _ \ |Dpto. Sistemas - Ferreteria EPA | | / / / |___| __/ ___ \ |linux@stripped | |/_/_/|_____|_| /_/ \_\|ext. 325 - T=E9l: +58-241-8507325 | | |geek by nature - linux by choice | |...........................................................| --=-qM+xJ2E5cjE2VVHghn3E--