Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
Old 04-04-2010, 02:33 PM I messed up big time
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
I messed up big time I was trying to update mysql didn't go to well passwords all get messed up so tried to uninstall it worked to some point but was unable to reinstall it "it still detects the old version", I also tried to update the php to the latest version thinking this maybe a factor and that messed up.

I need a tutorial on installing them all from the start php, apache, perl, mysql etc. I don't want to use wamp or any other quick solutions as upgrading and adding extensions becomes a problem.

Anyone know of a site with a full tutorial?
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
 
Register now for full access!
Old 04-05-2010, 03:58 PM Re: I messed up big time
andrei155's Avatar
CEO of BLD Hosting

Posts: 1,514
Name: Andrei
Location: Canada
Trades: 6
What kind of server is this?
__________________
No Overselling Guarantee
Now Includes a Free Domain
BLD Hosting -
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
andrei155 is offline
Reply With Quote
View Public Profile Visit andrei155's homepage!
 
Old 04-05-2010, 03:59 PM Re: I messed up big time
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
I set it up on my home pc for testing, I've removed everything at this point
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Old 04-05-2010, 05:03 PM Re: I messed up big time
andrei155's Avatar
CEO of BLD Hosting

Posts: 1,514
Name: Andrei
Location: Canada
Trades: 6
Windows or Linux?
__________________
No Overselling Guarantee
Now Includes a Free Domain
BLD Hosting -
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
andrei155 is offline
Reply With Quote
View Public Profile Visit andrei155's homepage!
 
Old 04-05-2010, 05:23 PM Re: I messed up big time
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
Quote:
Originally Posted by andrei155 View Post
Windows or Linux?
Windows
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Old 04-05-2010, 06:41 PM Re: I messed up big time
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
OK first..

Get rid of windows.

Dual boot or just learn linux.


Get something like Fedora, Ubuntu, Or Centos ( id reccomend centos for servers )

Then open up a terminal and type

yum install php php-mysql mysql-server mysql-client httpd

and hit enter.

Then type.
service httpd start
service mysql start

and
chkconfig mysqld on
chkconfig httpd on

( Makes sure they start at runtime. )


DONE.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE



Last edited by lynxus; 04-05-2010 at 06:43 PM..
lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
Old 04-05-2010, 07:31 PM Re: I messed up big time
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Quote:
OK first..

Get rid of windows.
As far as I can relate to that, it may be a bit too much for non geeks.


@audiomad, does this helps you?
http://www.experts-exchange.com/Data..._21045731.html
Look at the bottom to see the answers
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 04-05-2010, 07:45 PM Re: I messed up big time
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
Quote:
Originally Posted by tripy View Post
As far as I can relate to that, it may be a bit too much for non geeks.


@audiomad, does this helps you?
http://www.experts-exchange.com/Data..._21045731.html
Look at the bottom to see the answers
thanks for the help but I cant see the answers
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Old 04-05-2010, 09:16 PM Re: I messed up big time
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
That's not fun.
I could read it when I wrote the post, and now the site layout changed, and the solution is hidden....

Google cache for the win:
Quote:
e-tsik:
Hi :-)

The uninstall-install process does not remove the database files and the config file.
Database files reside on /var/lib/mysql.
You can also delete a specific database /var/lib/mysql/<database name>.
The config file is in /etc/my.cnf

Apart from that, the other files (which I don't think you have a problem with) get distributed on the filesystem just like any other application. If you remove it through RPM, they get deleted.

I recommend removing these files/folders (/etc/my.cnf, /var/lib/mysql/) AFTER you remove mysql.

Steps as follows:
1. Stop the mysql server.
2. Remove it
3. Delete the files/folders
4. Re-Install

Enjoy!




07/02/04 10:24 AM, ID: 11458510
crissand:
I see it's an windows installation. Use winmysqladmin to stop the service and then to uninstall the service. Delete the /mysql folder, my.ini from /windows or /winnt folder, and the link, if exists, to winmysqladmin from startup. Now you can install all from the scratch. If you want to keep your database (or databases), backup all on a folder without the mysql database.










07/02/04 10:53 AM, ID: 11458708
e-tsik:
Man, I missed the mysqladmin.exe part in the question.
1. How do I delete my own comment?
2. Where do I bury myself?
Accepted Solution










07/03/04 01:47 AM, ID: 11462351
KevPerkins:
Thanks guys, I really appreciate it. Will give it a whirl and get back to you.

Cheers

Kev










09/13/04 10:11 AM, ID: 12045986
hedgehogg:
This doesn't answer how to uninstall the MySQL service mine points to the old install ie :
C:\www\mysql\bin\mysqld-max-nt.exe MySQL

But now I have installed PhPDev5 and it resides in :
C:\phpdev5\mysql

How can I either redirect the service or uninstall it so that I can install MySql as a service from "Spinny" on phpDev5

Thanx in advance

HoGG










05/12/05 08:00 PM, ID: 13993018
mark_fusillade:
After banging my head against my keyboard until the S, Q, and L keys sprang out like shrapnel I finally figured out what the problem is and how to solve it.

I was using the MySQL 4.1.11 Installer on my Window XP computer. After the installation completed the installer automatically jumped into the MySQL Server Instance Config Wizard. When the wizard tried to complete the configuration the “Error: Cannot create Windows service for MySQL. Error: 0,” popped up. This is a Windows System Error.

What is happening is a preinstalled MySQL service is installed and recognized in the Windows background. Weather or not it is disabled the operating system will not allow another MySQL service to be installed. To verify this you can check the Services. Do this by clicking on the…

> “Start Menu”
> “Control Panel”
> “Administrative Tools”
> “Services”

The services are listed alphabetically. Scroll down to find MySQL. If you find it you have found your problem. (Incidentally, while I was in here I right-mouse-clicked on the service and opened properties, stopped the service and then disabled the service. The problem still didn’t go away and my head-banging-against-keyboard started up again.) The solution is to remove the service, but there is no option for that in the Services window. To delete the service you need use the command prompt. Start the command prompt by clicking on the….

> “Start Menu”
> “All Programs”
> “Accessories”
> “Command Prompt”

This will bring up the Command window. To delete the MySQL service type the following…

sc delete mysql

…and hit the enter key. If it is successful the Command Prompt window will give the following feedback.

[SC] DeleteService SUCCESS

For trivia’s sake what you communicate through the Command Prompt window when you type this is…

sc = you contact a command line program used for
communicating with the NT Service Controller
and services

delete = deletes a service from the registry

mysql = the service that gets deleted.

What you do next depend on weather MySQL is still installed. If you didn’t uninstall MySQL click on the…

> “Start Menu”
> “All Programs”
> “MySQL
> “MySQL Server 4.1”
> “MySQL Server Instance Config Wizard”

Run through the Config Wizard. MySQL should set up with out any problems.

If you already uninstalled MySQL then run though the installer and things should work out.
Now this is for removing the service.
To uninstall, and that's the beauty of unixes application, simply delete the folder where mysql was installed.
You may have an file c:\windows\my.ini(or not, it depends if you ran the winmysqladmin.exe tool)
http://bytes.com/topic/mysql/answers...an-start-fresh
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 04-06-2010, 09:20 AM Re: I messed up big time
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
Quote:
That's not fun.
I could read it when I wrote the post, and now the site layout changed, and the solution is hidden....
Thank you so much that worked whooooo! I'm using wamp and its seems to be working 100% with no lagging thank you so much, you have no idea how much trouble this caused me.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Old 04-06-2010, 10:44 AM Re: I messed up big time
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
Ok worked to some way after 10 mins I noticed wamp times out "just keeps loading" Any idea's? when the other mysql versions where on the system it lasted 3-4 minutes before timing out.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Old 04-06-2010, 11:00 AM Re: I messed up big time
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Like that, no...

Do you see something in your computer logs?
And on the mysql log?
http://dev.mysql.com/doc/refman/5.1/en/error-log.html
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 04-09-2010, 08:41 AM Re: I messed up big time
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
Just un-installed everything on my computer : did a full re-install of vista and tried xampp but guess what same problems with the system timing out.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Old 04-09-2010, 09:14 AM Re: I messed up big time
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Sorry, I honestly don't know where to look...
Why don't you try to run a complete lamp stack from a virtual machine instead.
I had several problems with xampp on windows (mostly apache) in the past.

Download virtualBox (http://www.virtualbox.org/) and then get this appliance:
http://www.turnkeylinux.org/lamp

You have a tutorial to run it from virtualbox here:
http://www.turnkeylinux.org/docs/ins...ces-virtualbox
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 04-10-2010, 03:01 AM Re: I messed up big time
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
Got it all sorted using this tutorial http://www.techmalaya.com/2007/09/10...h-screenshots/

All apart from this thread thou http://www.webmaster-talk.com/the-da...k-but-not.html
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Reply     « Reply to I messed up big time
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.94551 seconds with 12 queries