Uninstall MySql Service

2011-11-18 Thread AndrewMcHorney
Hello I want to completely reinstall my sql server due to prior install issues. How can you uninstall the MySql service? I am running under window 7. Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arc

Starting up the server

2011-10-15 Thread AndrewMcHorney
Hello I installed the server a while back but never did anything with it. I would like to get going. How does one start the server. In my task manager under the service list I see a mysql service but it is stopped. If I try to start the process I get an access denied. I am running under Windo

Additional Software to Download and Install

2011-10-14 Thread AndrewMcHorney
Hello I just downloaded the MySql server software. I am now looking for software that is gui based and will allow me to easily define a database, create tables and to do updates of records within the tables. It would be fantastic if the software had report generating capabilities and also wou

Import .dbf files

2011-07-19 Thread andrewmchorney
Hello I am about to create a database in mysql. I would like to be able to import some dbase3 (.dbf) files into the tables I will be defining. What is the easiest way to import the table. Is there software that can be downloaded that will allow me to do this? Andrew -- MySQL General Mailing

Re: Install Error - How to Fix

2011-01-15 Thread AndrewMcHorney
remove the old version with the control panel -> software? Am 15.01.2011 18:41, schrieb AndrewMcHorney: > I tried that - I am getting an access denied erorr of 5. > > At 06:34 AM 1/15/2011, Sharl.Jimh.Tsin wrote: >> in windows command,run "sc delete SERVICENAME". >> &

Re: Install Error - How to Fix

2011-01-15 Thread AndrewMcHorney
I tried that - I am getting an access denied erorr of 5. At 06:34 AM 1/15/2011, Sharl.Jimh.Tsin wrote: in windows command,run "sc delete SERVICENAME". Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2011/1/15 AndrewMcHorney : > Hello > > At on

Install Error - How to Fix

2011-01-14 Thread AndrewMcHorney
Hello At one time I had (or at least partially) installed mysql on my laptop. I went to install a new version and I am getting the following error: A windows service with the name MySql already exists. Please uninstall this service correctly or choose a different name for the new service.

Re: Help!

2008-09-25 Thread andrewmchorney
Hello I would not recommend delete massive numbers of records in a single sql statement. I have had problems doing this on a system with few records (1.7 million) and doing a delete with a condition clause of "where 1 = 1". The server had problems with this. The MySQL server is probably buil

Database Creation

2008-09-21 Thread AndrewMcHorney
Hello I now sucessfully connected to the MqSQL Administrator tool. I had in fact a password for the root user. I now would like to create a new database. II do not see how to do this in the adminstrator tool. Is there a tool that I can use to create the database. I would prefer a gui type app

Re: MySQL Error Number 1045 Access denied

2008-08-17 Thread AndrewMcHorney
. CHAVA On Sat, Aug 16, 2008 at 10:22 PM, AndrewMcHorney <[EMAIL PROTECTED]>wrote: > Hello > > I am still getting the MySQL Error Number 1045 Access denied error message > when running the adminstrator gui. I attempted to start mysql from the dos > command line via "m

MySQL Error Number 1045 Access denied

2008-08-16 Thread AndrewMcHorney
Hello I am still getting the MySQL Error Number 1045 Access denied error message when running the adminstrator gui. I attempted to start mysql from the dos command line via "mysql" and I am getting the following. ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: N

Re: MySQL Administrator Login Error

2008-08-08 Thread AndrewMcHorney
Hello I entered it incorrectly in my email. Andrew At 10:34 AM 8/8/2008, David Giragosian wrote: On 8/8/08, AndrewMcHorney <[EMAIL PROTECTED]> wrote: > > Hello > > I tried to login using localhost and root as user id with no password since > I temporarily did not enter

MySQL Administrator Login Error

2008-08-08 Thread AndrewMcHorney
Hello I tried to login using localhost and root as user id with no password since I temporarily did not enter one when I installed the software. I am getting the following error message: MySQL Error Number 1045 Access denied for user '[EMAIL PROTECTED]' (using password:NO) The port select is

Database Creating

2008-08-07 Thread andrewmchorney
Hello I would like to create my first mysql database. Is there a gui tool that makes this easy to do? Thanks, Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

MySql Administrator Tool Login

2008-08-07 Thread andrewmchorney
Hello I successfully installed the mysql database on my pc. I also installed the mysql administrator tool. I am trying to login and I need some assistance. It is asking for stored connection, server host, username and password. I am not sure what to put in here. When I installed the database I

RPM files

2008-07-09 Thread AndrewMcHorney
Hello I downloaded some of the document files but the file extension is rpm. How does one extract this file? Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

MSQL Installed and running in background

2008-03-22 Thread AndrewMcHorney
Hello I have successfully install mysql and is is running in the background as a service ( I believe) as in msconfig lists it in the services. Is there something I should see in the task bar down at the bottom. Now what should I do next? Do i need a gui to log in and created databases? If so,

MQSQL Installed - Now what

2008-03-22 Thread AndrewMcHorney
Hello I just successfully installed the server. I would like to know how to start up the server as I see no icon or pull down to start it. I would like to start up the server with a gui and not from a command line. What do I need to do this and what would I need to download. Also is there a

Re: Server Instance Setup Error

2008-03-22 Thread AndrewMcHorney
I will rerun later today At 08:04 2008-03-10, you wrote: That error message is usually when you try to login to MySQL by whatever means (the Windows install Wizard may be attempting this in the final steps upon starting up? But it should not be starting up as root...). Can you complete the inst

Server Instance Setup Error

2008-03-09 Thread AndrewMcHorney
Hello I just tried to install the mysql server and I am getting the following error messgae for the Apply Security Setting: The security settings could not be applied. Error number 1045 Access denied for use '[EMAIL PROTECTED]' (using password:YES) What does this mean and how do I fix it? Th

Convert Dbase file to mysql and enter data

2008-02-01 Thread andrewmchorney
Hello I have a dbase3 database that I would like to convert to mysql. After I download mysql (need a link to a stable version), what do I need to do to create a mysql database with the dbase fields and then import the data. In addition is there some sort of gui tool that will allow me to enter

Documentation

2007-06-04 Thread andrewmchorney
Hello I am going to be going on vacation and will be bringing my laptop with mysql installed on it. Is there a source of good documentation that can be downloaded (.doc or .pdf) for mysql? Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Administrative Tools

2007-06-04 Thread andrewmchorney
Hello I am looking for the tools that I would use to be able to do administrative duties and to be able to create and update databases (tables, indexes and so forth). I would rather do this than do it via a command line. I would appreciate any links available. Andrew -- MySQL General Mailing

What to Download

2007-06-04 Thread andrewmchorney
Hello I was trying to determine what to download to use mysql. I am going to use it for my own database server and also to write software that will incorporate mysql. I need assistance as to whether I should download the 5.0 version of mysql community server or the enterprise version. What is t

MySql GUI

2006-05-29 Thread AndrewMcHorney
Hello I understand that there is a free gui that will allow an administrator or user to create databases and maybe even add, update and modify rows in tables. It is something like MySQL Controller. Does this still exist and what is the link? Andrew -- MySQL General Mailing List For list a