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.





Windows SQL Services And Removing MySQL


I had installed mySQL when a programmer wanted to use it for a project. Then i uninstalled it. Now the MS SQL services (SQLserver, sql server activation directory helper, sql server browser, and sql server vss writer), cannot be started. The error messages seem to indicate that there are some files missing in order to run the services. I tried to re-install MySQL, but not it is giving me error zero when i run the configurator.




View Complete Forum Thread with Replies

Related Forum Messages:
Mysql Services Windows 2003
------=_NextPart_000_0001_01C34BC2.26B3C4C0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Why can't I start the service in windows 2003 server have any one a solution?

View Replies !
Mysql Services
How do you install multiple mysql servers as windows services

View Replies !
Reporting Services Equivelant In MySQL Or PostGreSQL?
Does anyone know a product equivelant to MS SQL Server Reporting Services, but for MySQL or PostGreSQL?

View Replies !
Mysql Stock In Services Forgot To Remove
i have uninstalled mysql to put it on a different drive soon
The old mysql stayd in Services and I dunno how to remove it from administrative services?

Mysql is not installed atm i will install it soon
in other words how do I remove from administartive services once i uninstall the whole thing.

View Replies !
Data Transfer Services
Does anyone did DTS using MYSQL before?
thinking to migrate from MSSQL to MYSQL.. If MYSQL can do DTS, then I don't need to do scripting to transfer data.

View Replies !
Wrong Path In Component Services
I am running Win 2000. I need to change the MySql excutable path in
Component Services. When Iright click on Properties the path is wrong but
can't change it from there.

View Replies !
Remote Conn Via ODBC Or Web Services?
I need your help, I've developed an application succesfully using PHP and MySQL

But in order to mantain the MySQL database I need to make constant connections from either Progress or Delphi

It's been working just fine using the MySQL ODBC 3.51 connector, but only in the SAME machine (localhost) any other machine atmysqlting to connect remotely gets an error

This implementation works if my customer has a dedicated server posted on the web, but other customers need to hire external hostings

In that case, how can I connect progress or delphi to a REMOTE MySQL DB on a external SERVER?

View Replies !
Removing MySQL
How do I remove MySQL from a MAC running OS X 10.4?

View Replies !
Removing MySql Data
I saw the post by The Only One but found a much better tutorial. I have the code to remove the data:

DELETE FROM testfield WHERE id='$id'

Does this only delete the user with that ID or can I make it search for a user name and remove that? Would it be:

DELETE FROM testfield WHERE username='joe blogs'

View Replies !
Removing MySQL Stopword
Does anyone of you know how I would be able to remove (I have full root server access) the stopword list in mySQL for fulltext searches and set the minimum word length to 1?

I tried that way:

* adding that code to my.cnf in /etc:
"
ft_min_word_len=1
ft_stopword_file=""
"
* restarting mySQL over WHM/Cpanel
* redoing the fulltext indexes

but that didn´t give any effect.
Does anyone of you know a way how to?

View Replies !
Removing MySql 4.1.3 From Tiger OSX
I have made a mess of setting up my MySQL, I would like to remove it and reinstall it. I have found a tutorial that explains how to go through the removal of the database but the my database will not let me do the first stage which is to shut down the server.

andrew-cetnarskyjs-powerbook-g4-15:~ andrewcetnarskyj$ sudo mysqladmin -u root -p shutdown
sudo: mysqladmin: command not found

View Replies !
Invoice Search: Searching For Rec Where 2 Diffrent Services Happened That Same Day
I have a invoice table that has services and dates along with stuff like customer, record number and others. Many services can be completed for one date.

I am trying to pull records for when service '111' was completed, but only if service '222' was completed that same day.

View Replies !
Performance Of Win2K Server After Starting The Apache 1.3 Services
After starting the Apache 1.3 serivce the Win2k server performance is slow , as equal to hang position.

we are having 4 GB RAM .

what could be the possbile reason for this cause.

View Replies !
MYSQL - Removing Duplicated Rows
How do I delete DUPLICATE ROWS from my MYSQL Database? I have a large number of rows that have been duplicated. Obviously I only need 1 of each. Example:

[RPO_CODES] [DESCRIPTION]

Z28 Performance Package
Z28 Performance Package
Z28 Performance Package
Z28 Performance Package
Z28 Performance Package
Z28 Performance Package
Z28 Performance Package

I want to do this simply with SQL Query. I was told DISTINT would work?

View Replies !
Removing Rad-Only Trait From MySQL Table
It seems that one of my MySQL table has ben set to read only. I've been searching around, looking for a way to rememdy this, and I haven't found a whole of answers, just a bunch of folks asking the same question.

Anyone know how to switch the permission away from read-only?

View Replies !
MYSQL Removing Negative Signs For No Apparant Reason!
I've got a problem with an SQL query that is behaving badly. Its probably really obvious, but I can't see the problem!

I have a table with 3 fields:

money bigint(20)
income int(12)
userID mediumint(7)

I have a row that has a negative money and a value of 0 for money as well as an userID field as a primary key. Code:

View Replies !
Windows 2003 To Windows XP Pro Secure Communications...
I have a Windows 2003 Server running a Coldfusion app that needs to constantly update a MySQL database on a Windows XP Pro machine.

These machines are not on a LAN and are physically separate. I'm trying to find a way to establish secure communications between them since I do not want port 3306 open to the entire internet.

What I've Tried
So far I tried CopSSH with Putty but this did not work because I need to manually initiate all sessions and enter passwords by hand.

Since there aren't any SSH solutions that allow persistent, automatic connections, it appears I need to go with VPN.

The VPN Dilemma
I tried creating a VPN server on the WinXP MySQL machine but I cannot get ODBC to work remotely. How do you get the ODBC on the local (Win 2003) machine to recognize the MySQL database on the remote (WinXP Pro) server?

Note: I also understand that getting SSL working on Windows is a pain in the butt. I'm trying to steer completely clear of that. I don't have the tools to recompile, etc.

View Replies !
Removing Subqueries
the query i want execute is:

select email from avalia where email in (select * from avalia where nome=´img/im1.jpg´) and email in (select * from avalia where nome=´img/im2.jpg´)

but mysql 4.0 don't acept subqueries.

View Replies !
Removing End-of-lines
I have a field in a table that I need to scan through and remove all end-of-line chars excepts for an end-of-line that is immediatly follwed by an end-of-line. Does this make sense?

View Replies !
Removing AUTO_INCREMENT
I need to remove the auto_increment directive from a table, but so far I'm not having any luck.
I tried alot of variations on ALTER TABLE/MODIFY but I get errors.
I could dump the table, remove the auto_increment from the CREATE query, DROP the table and reload, but I'd rather know how to do it right than use a stupid work-around.

View Replies !
Removing Emails
I have a master table list of emails (masterlist). I have a second table (removelist) with emails that I want removed from the master table list.I have tried.Code:

DELETE FROM
masterlist WHERE email IN
(SELECT email FROM removelist)

but get

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 'SELECT email FROM removelist)' at line 1

View Replies !
Removing Fields
Is there anyway to delete all the rows that have a certain field with less than say 5 characters from a table?
I have a table with entries that are like "efg" or something that don't make sense. I need to get rid of all of them.

View Replies !
Removing Spaces
I've got a MySQL database where a silly user input a whole bunch of records with spaces at the end.Is there an easy way to get rid of those spaces without having to re-input the records again?

View Replies !
Removing A Domain
I added a new domain but by mistake i inserted an incorect username from what the client wants. how can i change it, or remove the user and redo it.

View Replies !
Removing Users
I can't seem to figure out how to remove users with php. I tried to do it with this
$query = mysql_query("REVOKE ALL PRIVILEGES, GRANT OPTION FROM user");

Where user is the name of the user I want to delete. That's what it said to do in the GRANT/REVOKE syntax part of the site but it doesnt do anything when I run the script.

View Replies !
Removing Old Versions
I loaded a new version of Mandrake Linux 10.0 CE and have also installed and dowloaded a new version of MySQL 4. I'm not sure but think I have several versions installed and running ...

How can I check to see what is installed, what is currently running, and then perhaps remove them all and start by installing single new copy?

View Replies !
Removing Last Character
i want to do substring each value of a particular column in my table so that the last character disappear.

value of the orignal one eg. 12321%
value of the edited one eg. 12321

View Replies !
Removing 14,000 Entries
I have a MySQL database that has 14,000 entries in it. I am using phpMyAdmin to maintain the database.
I have a column called ID that is set to auto increment. I just removed 100 rows to try and fix and issue but my index number is still showing the original number of entries. is there some way i can update this so that the index number matches and updates when I remove rows? I am getting weird outputs from this. newer entries are showing behind old ones? Any help or thoughts would be great.

View Replies !
Setting Up / Removing
I tried removing MySQL But when asked for my password it would let me type it & Im log in as admin. Please Help ASAP I need a MySQL Project done. here is the terminal line:

[flash-AlPB-1GHz:/usr/local] chadelso%
[flash-AlPB-1GHz:/usr/local] chadelso% cd /usr/local/mysql
[flash-AlPB-1GHz:/usr/local/mysql] chadelso% cd /usr/local
sudo rm mysql
sudo rm -rf mysql-3.23.47-apple-darwin5.1-p
[flash-AlPB-1GHz:/usr/local] chadelso% sudo rm mysql
Password:

View Replies !
Removing Rows
I'm trying to find out how I can remove certain rows of a particular table after, for example, half an hour. The table includes a timedate field for this purpose.
Does MySQL(4.1.13) include anyway of doing this, or will I need to create some sort of "house cleaning" program and scedule it in the opperating system?
Edited 1 time(s). Last edit at 03/08/2006 09:23AM by Phil Couling.

View Replies !
Removing A Record
Is it possible to remove a record from a webpage. What i want to do is on the last page, delte the record i have built up with inserts and updates.

View Replies !
Removing Old Items
I have a mysql table that stores temporary session items, but I don't want the table to get huge. What would be the best way to automatically delete old items that aren't being used anymore? I could use a timestamp, but this will only be good through the year 2038. I don't want this function to stop working 32 years from now. Any suggestions?

View Replies !
Removing Mysqld-net.exe
Recently I removed MySQL 4.0.15 from my pc, but have noticed that a process called 'mysqld-nt.exe' is still running in the task manager. I have tried shutting down and uninstalling the service via the command line, but since the mysql directory no longer exists the system reports there is nothing to remove!

Should I re-install mysql 4.0.15 and try un-installing it again, or does anyone know a quicker way to fix this problem?

View Replies !
MySQL 5.0 On Windows 98 SE
I just downloaded MySQL 5.0 and installed it on a machine that I just did a fresh install of Windows 98 Second Edition on.

The install seemed to go smoothly, and when it was done I try to start mysqld from the command line and get this:

C:Program FilesMySQLMySQL Server 5.0in>mysqld --console
051125 21:04:07 [ERROR] Can't find messagefile 'C:Program FilesMySQLMySQL Ser
ver 5.0shareenglisherrmsg.sys'
051125 21:04:07 [ERROR] Aborting

Also, when I look in the above referenced directory, the file errmsg.sys is there: Code:

View Replies !
Can I Use MySQL With A Mac And Windows
I need to share a MySQL database with a guy that uses a Mac, but I don't know anything about the Mac environment. I use WinXP. He has a server that has MySQL loaded on it. I want to create the database, then both of us want to be able to access it or make changes to it via the web.

What type of products do I need? I figure a good MySQL reference book is a necessity. Is there some type of front end application that he can run. I think I can run Access as a front end once it is set up properly. Am I making sense?

View Replies !
MYSQL In Windows XP Pro Sp2
i get a ERROR 0 when loading the program into my computer. and the servise could not be started, if i go into cmd and type "Net start MYSQL" it says sucsessfull

but when i go into Contrl panel > Administrtor tools > Servise's and click MYSQL it says "error 1067 could be be started"

View Replies !
Import Dump From Unix Mysql To Windows Mysql
I am trying to load a dump from a MySQL database on my ISP's server to my development environment on a Win 2K machine (running MySQL). When I run the mysql command to run the load script, MySQL gives the following complaint:

"ERROR 1064 at line 21: You have an error in your SQL syntax. Check the manual t
hat corresponds to your MySQL server version for the right syntax to use near 'D
EFAULT CHARSET=latin1' at line 7"

The dump from the ISP's server is created using mysqldump. The ISP is running MySQL 4.1.20. My development environment is MySQL 4.0.26. I have no problem loading dumps made from my development environment usng phpmyadmin.

View Replies !
How To Run MYSQL Script Like Mysql.sql From The Command Line In Windows
Can anyone tell me how to run a script from the command line in Windows?

I was able to create a database and would like to run the script to add the tables from the command line.

View Replies !
Migrating Data From MySql(Windows) To Mysql (Solaris)
I am running mySql 5.0 on windows and i plan to migrate to Solaris, i have install the MySql 5 on solaris 10. Please how do i transfer all my Data, and i was wondering if there is a Data File That includes all my data that i can just copy over to the new system.

View Replies !
Removing Space In Varchar
i have a problem to make a transtype

from field XX varchar(20), example :
19 200 340,56

to field YY integer, required :
19200340

I make two replace
- first for replacing the , by a .
- second for replacing the space by '' (nothing)

and a cast :

insert into table2
select cast(replace(replace(XX,',','.'),' ','') as unsigned) from table
1 ;

The problem is the first replace. The space is not recognized. Even for
example with others commands related to string. If I put any other
caracter, it works. Does anyone have any solution ?

View Replies !
Removing All The Default Stopwords
How do you remove all the default stopwords in mySQL 5.0 so that the full-text indexing does not block any words?

View Replies !
Ordering Results (removing 'the')
If i have a list of titles (ex. movie titles). What would be the best way to order these results without the preceding word "the". Would I have to use a case statement or something.

After reading the mysql manual some more. I came up with this.

select * from titles order by IF(INSTR(title, 'the') = 1, substring(title from 5), title)

Its wrong i Know, but am I even close?

View Replies !
Removing Auto-increment
I would like to change one of the fields (primary key field) in my table to not auto-increment. The table is still empty. Can I do this without having to drop the table and recreate it again?

View Replies !
Removing Extra Numbers In Avg()
I have a sql query that will grab the average of all votes and display them to the screen.

However what I want to know is right now is it will display right now an average as 4.9500
is their a tag or php or sql function (in mysql) to make this display as just 4.9 or even 4.95 and drop off any other numbers?

View Replies !
Removing Text Between Php Tags
I have a text field with the significant portion of my site content in it. Another developer has mixed php code into the database with the html and the whole lot is later excecuted using php's eval function.
I would like to build a search function for this column ( preferably using MATCH ... AGAINST & and a full text index ) but absolutely do not want the php code being searched or being returned in the results.

View Replies !
Removing The Duplicate Records
I have described the db scenario below.

I have a table with duplicate records and I want to delete these duplicate records. For example lets assume the below table Timesheet
empid projectid subprojectid taskid date

1 1 1 1 10/3/2008
1 1 1 0 10/3/2008
1 1 1 2 10/3/2008
1 1 1 3 10/3/2008
2 2 1 0 10/3/2008
2 2 1 1 10/3/2008
2 2 1 2 10/3/2008

In the above table all the fields are primary key. My aim to set the task id field to 0 for all records. I will not be able to do so because there is duplicate records. So I am planning to delete all duplicate records in the table. So the duplicate records in the above table will be

1 1 1 1 10/3/2008
1 1 1 2 10/3/2008
1 1 1 3 10/3/2008
2 2 1 1 10/3/2008
2 2 1 2 10/3/2008

i have tried the same thing in oracle it is working with the below query:
update timesheet set taskid=0 where empid||projectid||subprojectid||taskid|||date= (select empid||projectid||subprojectid||taskid|||date from timesheet group by empid,projectid,subprojectid,date having min(taskid)<>0);

delete from timesheet where taskid<>0;

View Replies !
Removing Trailing Spaces
I am importing data from a "csv" file that contains some trailing whitespace as well as
.. Problem is, when I import it those trailing spaces get includes in the records.
The field in question is a varchar and I read varchar is supposed to remove the trailing spaces)with my version of mySQL), but it doesn't.
I am importing using this method:
LOAD DATA INFILE 'xyz.csv' INTO TABLE MyData FIELDS TERMINATED BY '|' LINES TERMINATED BY '
' IGNORE 1 LINES;

Any mySQL solution to keep those trailing spaces out? I wrote a php script to do it but it takes a long time with all the data I import each day.

View Replies !
Removing Line Feeds
I have a MySQL database where some of the fields contain line feeds which screws up the data when I export it. I can write scripts to get round this but I wondered if there was an easy way to fix the data at source. My table has 51 fields and 175,000 rows.

View Replies !

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