Guide: How to Install MySQL
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials
View previous topic :: View next topic  

Did this guide help you with your installation?
Yes - It Was Helpful
75%
 75%  [ 189 ]
No - But Helpful
6%
 6%  [ 16 ]
No - I've got problems
15%
 15%  [ 38 ]
Other
2%
 2%  [ 6 ]
Total Votes : 249

Author Message
Tempman
-


Joined: 26 Oct 2003
Posts: 1
Location: London, UK

PostPosted: Fri Oct 31, 2003 5:33 pm    Post subject: Reply with quote

Something i overlooked is the error file! This is very easy to miss since in WinMySQLAdmin, when you click the "Error" Tab the text field is blank! (A bug... :roll:) However it isn't! This should help you fix any red-light problems. It is located:

X:/Path/mysql/data/

(Replace "X:" with your driver letter and "Path" with the path to the mysql directory)

e.g. C:/Program Files/Abyss Web Server/mysql/data/

You can tell which file is the error file because it has the file extension .err

The error file should tell you what needs to be done. For example, I wasn't able to get a Green Light (Ever) but then I looked at error file and got this:
Quote:
031031 16:21:55 InnoDB: Started
031031 16:21:55 Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't exist
031031 16:21:55 Aborting


I accidently deleted the database "mysql" which the program seems to need. Once I re-added it (from my zip file) it was Green Light all the way!

I hope this helps some people :D
_________________
Tempman
-----------
Back to top View user's profile Send private message AIM Address MSN Messenger
Toadhead
-


Joined: 01 Dec 2003
Posts: 21

PostPosted: Sun Dec 14, 2003 12:23 pm    Post subject: Reply with quote

Tempman...you are fantastic, It FINALY works!!!!!!!!!!!!!!!!!
Hint to every mySQL user: DON'T REMOVE THAT MYSQL FOLDER IN mysql/data or just don't remove the database mysql when you login at phpmyadmin.


Toadhead
Back to top View user's profile Send private message
Xavier
-


Joined: 17 Jan 2004
Posts: 50

PostPosted: Mon Jan 19, 2004 3:00 am    Post subject: heeeeeelllpp!!! Reply with quote

i cant get the green light!! i have been trying for hours and i do not see anything that i have done wrong!! could someone please help me!
Back to top View user's profile Send private message
lestat
-


Joined: 15 Sep 2003
Posts: 130
Location: GREEN BAY

PostPosted: Thu Jan 22, 2004 7:49 pm    Post subject: Seamless Reply with quote

Thanks again Aprellium!
Back to top View user's profile Send private message AIM Address MSN Messenger
WNA
-


Joined: 25 Jan 2004
Posts: 10
Location: Essex

PostPosted: Sun Jan 25, 2004 1:26 pm    Post subject: Reply with quote

The Guide worked, where it says TIP
MySQL is a fabulous server but requires plenty of command line
knowledge. Fortunately theirs a really nice GUI in php for it called
phpMyAdmin. Check out the following thread for a quick guide on
installing phpMyAdmin.
http://www.aprelium.com/forum/viewtopic.php?t=10 , is this nessecery to install?

Im getting these errors:

The server cannot start because of the following error(s):

* Cannot open/create the log file.
* Cannot open/create the CGI error file.
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Jan 25, 2004 5:02 pm    Post subject: Reply with quote

WNA,

WNA wrote:

Im getting these errors:

The server cannot start because of the following error(s):

* Cannot open/create the log file.
* Cannot open/create the CGI error file.

It seems that you changed the Server Root. So create an empty directory called log in this new server root and restart the server.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
WNA
-


Joined: 25 Jan 2004
Posts: 10
Location: Essex

PostPosted: Mon Jan 26, 2004 5:50 pm    Post subject: Reply with quote

I have a red light on the winMySQLadmin. What have i done wrong?
Back to top View user's profile Send private message Visit poster's website
Xavier
-


Joined: 17 Jan 2004
Posts: 50

PostPosted: Tue Jan 27, 2004 1:22 am    Post subject: configuring mysql Reply with quote

when i was trying to configure mysql i dont know what was wrong but i tried uninstalling mysql and then YOU MUST DO THIS:i went to the c:/windows directory and deleted my.ini file (this file might be hidden so u better just do a search of the windows folder. Then i downloaded mysql again and when the first window that asks u for a password and user comes up make sure to type in Admin(or any username) and a password. U MUST DO THE USER AND PASS WINDOW BEFORE MYSQL CAN CONFIGURE ITSELF!
Back to top View user's profile Send private message
goose
-


Joined: 17 Sep 2002
Posts: 608
Location: The Land Of OZ! come here toto!

PostPosted: Tue Jan 27, 2004 6:04 am    Post subject: Reply with quote

hmmm interesting maybe i might run mysql
_________________
living in an armish paradise.....no gates here!

mawuahahaha :)
Back to top View user's profile Send private message
WNA
-


Joined: 25 Jan 2004
Posts: 10
Location: Essex

PostPosted: Wed Jan 28, 2004 5:10 pm    Post subject: Reply with quote

Im getting a red light why? I followed ALL the instructions.
Back to top View user's profile Send private message Visit poster's website
WNA
-


Joined: 25 Jan 2004
Posts: 10
Location: Essex

PostPosted: Wed Jan 28, 2004 6:32 pm    Post subject: Reply with quote

Tempman wrote:
Something i overlooked is the error file! This is very easy to miss since in WinMySQLAdmin, when you click the "Error" Tab the text field is blank! (A bug... :roll:) However it isn't! This should help you fix any red-light problems. It is located:

X:/Path/mysql/data/

(Replace "X:" with your driver letter and "Path" with the path to the mysql directory)

e.g. C:/Program Files/Abyss Web Server/mysql/data/

You can tell which file is the error file because it has the file extension .err

The error file should tell you what needs to be done. For example, I wasn't able to get a Green Light (Ever) but then I looked at error file and got this:
Quote:
031031 16:21:55 InnoDB: Started
031031 16:21:55 Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't exist
031031 16:21:55 Aborting


I accidently deleted the database "mysql" which the program seems to need. Once I re-added it (from my zip file) it was Green Light all the way!

I hope this helps some people :D


Im getting this error

C:/Program Files/Abyss Web Server/mysql/data - Bad Path

In the documents path what do i type in?
Back to top View user's profile Send private message Visit poster's website
Infernus
-


Joined: 14 Mar 2004
Posts: 16

PostPosted: Tue Mar 30, 2004 9:58 pm    Post subject: Reply with quote

Well, im trying to run it with abyss on win98. everytime it starts its slows everything down, and i have no green light. Aslo where it says MyOBDC, it says not found, driver 3.51 not found. what does this mean?
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue Mar 30, 2004 10:11 pm    Post subject: Reply with quote

You may want to try uninstalling MySQL and delete my.ini
and try installing it over again using http://os17fan.cjb.net

my.ini is in C:\Windows
Back to top View user's profile Send private message Visit poster's website
Infernus
-


Joined: 14 Mar 2004
Posts: 16

PostPosted: Tue Mar 30, 2004 10:17 pm    Post subject: Reply with quote

Alredy tried. I have looked at error log and this is what i get

InnoDB: No valid checkpoint found.
InnoDB: If this error appears when you are creating an InnoDB database,
InnoDB: the problem may be that during an earlier attempt you managed
InnoDB: to create the InnoDB data files, but log file creation failed.
InnoDB: If that is the case, please refer to section 3.1 of
InnoDB: http://www.innodb.com/ibman.html
040330 22:12:21 Can't init databases
040330 22:12:21 Aborting

040330 22:12:21 InnoDB: Warning: shutting down a not properly started
InnoDB: or created database!
040330 22:12:21 C:/MYSQL/bin/mysqld-opt.exe: Got signal 11. Aborting!

040330 22:12:21 Aborting
Over and over. Also the winMyadmin seems to be locking
Back to top View user's profile Send private message
peasant
-


Joined: 04 Apr 2004
Posts: 1

PostPosted: Mon Apr 05, 2004 6:45 pm    Post subject: Reply with quote

This tutorial is so helpful, perhaps you would consider having it on the main site to compliment the ones on how to install php, perl etc.
Back to top View user's profile Send private message
ThegrimReaperette
-


Joined: 05 Apr 2004
Posts: 1

PostPosted: Mon Apr 05, 2004 8:38 pm    Post subject: Reply with quote

Right. Please help

I have instsalled MySQL and the green light is on
I also decided to test the SQL database by downloading a shoutbox

BUT

I have run the server with a Index file that uses the SQL database but i get an error saying

"Shout couldnt be added to database"

HELP
_________________
------------------------------------
Who said the Grim was Male
Back to top View user's profile Send private message
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Apr 06, 2004 1:13 am    Post subject: Reply with quote

This could be one of multiple problems:
1. You configured the shoutbox to access a database that doesn't exist,
2. The shoutbox is not configured with a user that has "write" priviledges,
or
3. This shoutbox doesn't work; get a new one.

I suggest troubleshooting the first two before you look on to another one.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
demonhunter
-


Joined: 14 Jun 2003
Posts: 79

PostPosted: Thu Apr 15, 2004 10:14 am    Post subject: Reply with quote

I still got the read light i did what i saw in the picture that was on ur site is there anything else i needed to do?
Back to top View user's profile Send private message AIM Address
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Thu Apr 15, 2004 10:25 am    Post subject: Reply with quote

I have ran into a problem before that had something to do with
Windows services using MySQL , all you need to do is make sure
mysql-nt.exe is loaded , it could be your services.

If you need any more help
meet me on MSN if you have it
and I will configure it for you , Free!

MSN MESSENGER: trustpunk@hotmail.com
Back to top View user's profile Send private message Visit poster's website
goku112
-


Joined: 22 Apr 2004
Posts: 16

PostPosted: Tue Apr 27, 2004 1:28 am    Post subject: Reply with quote

isnt there a way i could create a db without phpMyadmin, thats what i want to know, cuz i dont have internet right now, so i have been downloading stuff on to a diskette and transmitting them to my hd, so could show this command line?
Back to top View user's profile Send private message
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Apr 27, 2004 3:14 am    Post subject: Reply with quote

Yes there is. I think all you have to do is go into the folder where you installed MySQL, go into "data," and create a new folder.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
goku112
-


Joined: 22 Apr 2004
Posts: 16

PostPosted: Tue Apr 27, 2004 4:24 pm    Post subject: Reply with quote

what do you do from there after creating the folder though? i mean , you probably need to set a username and password and stuff?
Back to top View user's profile Send private message
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Wed Apr 28, 2004 5:25 am    Post subject: Reply with quote

Having a username and password is the same for all databases. It is a program-wide change. If you would like to set one without using phpMyAdmin, in your my.ini file, write:

Quote:
[WinMySQLAdmin]
Server=C:/mysql/bin/mysqld-nt.exe
user=root
password=[yourpassword]

That is an example. Put your full path to the MySQL executable you use in the "Server" field, and put your desired password in the "password" field. Keep the user as root.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
coolboi
-


Joined: 07 Jun 2004
Posts: 7

PostPosted: Thu Jun 10, 2004 2:11 pm    Post subject: Reply with quote

hello
i m new to mysql i have downloaded mysql-4.0.20a-win as u said install in root directory of abyss web server but after installaition when i try to luanch winmysqladmin.exe an error say "A required .DLL file, LIMMYSQL.DLL, wasn not found." so what could be solution for my problem...
can u please help me out..
thank u
Back to top View user's profile Send private message
olly86
-


Joined: 25 Apr 2003
Posts: 993
Location: Wiltshire, UK

PostPosted: Thu Jun 10, 2004 4:19 pm    Post subject: Reply with quote

No need if you go to:
<Place MySQL installed>\lib\debug

you can copy the dll across to the dir (bin) and it should work.

read http://www.aprelium.com/forum/viewtopic.php?t=4566 for more info
_________________
Olly
Back to top View user's profile Send private message
Ang88
-


Joined: 30 Jun 2004
Posts: 11

PostPosted: Sun Jul 04, 2004 4:38 am    Post subject: Reply with quote

i read all the post on this topic, and i still can't seem to get the green light on. I reinstalled this thing 3 times now, and am just about to give up. Some one please help!

Also, when i right click, i goto Win NT, then start service, and i get that error that says "Fails to start the service..."
Back to top View user's profile Send private message AIM Address
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sun Jul 04, 2004 2:51 pm    Post subject: Reply with quote

If you add me to your MSN or Windows Messenger buddy list , I
can help you install it , my MSN is trustpunk@hotmail.com

Note: My MSN is the same as my Windows Messenger


HELP HAS ARRIVED FOR YOU !
Back to top View user's profile Send private message Visit poster's website
Mikke8
-


Joined: 18 Jul 2004
Posts: 18

PostPosted: Sun Jul 18, 2004 4:28 pm    Post subject: Reply with quote

Ch1ck3n^ wrote:

And when i start the admin prog. on the server it says
MySQL wrote:

Not Found
Driver 3.51 Not Found

What is the problem?


Same Problem

but i'm newbie with the program
but where can i insert the tabels
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon Jul 19, 2004 1:21 am    Post subject: Reply with quote

Download a utility called "phpMyAdmin" (use the "Tutorials" section). If you don't already, you need to add PHP Support.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
widox
-


Joined: 04 Aug 2004
Posts: 1

PostPosted: Wed Aug 04, 2004 9:20 pm    Post subject: I really dont know Reply with quote

Hi guys. I need help , i installed mysql on my computer and i get the green light ok, then i installed phpMyAdmin, i think i have done all the steps with Abyss web Server. So when i try to access the database of mysql (http://localhost/phpMyAdmin/index.php) My browser attemps to download or open the file index.php

and when i do open the file, it automatically opens Dream Weaver software.

Something must be wrong! Sorry but my English isnt very good since i come from Chile (Spanish language)
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Wed Aug 04, 2004 10:01 pm    Post subject: Reply with quote

You need to first install PHP properly , to do that , you can either install
it using my PHP installation Tutorial at os17fan.cjb.net or you can use the
tutorial that Aprelium provided at aprelium.com/abyssws/php.html
Back to top View user's profile Send private message Visit poster's website
blrellim
-


Joined: 17 Aug 2004
Posts: 1
Location: Lubbock

PostPosted: Wed Aug 18, 2004 9:40 pm    Post subject: Can't connect with php script Reply with quote

I've searched this forum for answers but could not find any. If I've skipped over something, please just direct to where the answer is. I've installed Abyss Web Server, php, phpMyAdmin, phpBB, and mysql. I have the green light with mysql, phpMyAdmin works (I am able to add, edit, etc. datbases and tables), php is working. The problem? I get an "Access Denied" error using the following script:

<?
$connection = mysql_connect("localhost","blrellim","*********");
die("Couldn't connect.");
if($connection){
$msg = "success";
}
?>

******** = my password.

My my.ini file looks like this:

[mysqld]
basedir=C:/Program Files/Abyss Web Server/database/mysql
datadir=C:/Program Files/Abyss Web Server/database/mysql/data
[WinMySQLAdmin]
Server=C:/Program Files/Abyss Web Server/database/mysql/bin/mysqld-nt.exe
QueryInterval=10
user=blrellim
password=*********

I have checked users in the mysql table wih phpMyAdmin and blrellim has all priveleges.

Can someone help me with why I'm getting an "Access Denied" error? The exact error produces:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'blrellim@localhost' (Using password: YES) in C:\Program Files\Abyss Web Server\htdocs\PHPmadeEasy\db_connect.php on line 2

Any help would be great.
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger
sexyicon
-


Joined: 29 Aug 2004
Posts: 2

PostPosted: Mon Aug 30, 2004 12:28 am    Post subject: Reply with quote

green light
thanx alot
Back to top View user's profile Send private message
336323287
-


Joined: 01 Aug 2004
Posts: 1

PostPosted: Fri Sep 10, 2004 2:26 pm    Post subject: Reply with quote

Thanks a lot!
Back to top View user's profile Send private message
Xanathos
-


Joined: 10 Sep 2004
Posts: 4

PostPosted: Sat Sep 11, 2004 4:44 pm    Post subject: Security Alert Reply with quote

Hello, I am a novice to this and I just got this consistent problem. Everytime I try to get to phpMyAdmin, everything seems fine, but it keep giving me this error:

Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

could someone help!!!
Back to top View user's profile Send private message
k1ll3rdr4g0n
-


Joined: 04 Jul 2004
Posts: 609

PostPosted: Sat Sep 11, 2004 7:35 pm    Post subject: Reply with quote

Your using Apache right? BURN HIM...-ahem-

Try turing off force-cgi-redirct in php.ini
_________________
Back to top View user's profile Send private message AIM Address
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sat Sep 11, 2004 11:15 pm    Post subject: Reply with quote

No he's not using Apache , this is displayed on any server , just follow the
instructions for installing PHP at www.TRUSTAbyss.com , enjoy Abyss :)
Back to top View user's profile Send private message Visit poster's website
k1ll3rdr4g0n
-


Joined: 04 Jul 2004
Posts: 609

PostPosted: Sun Sep 12, 2004 4:03 am    Post subject: Reply with quote

wow stop spamming your site, why didnt you tell him to go here? http://www.aprelium.com/abyssws/php.html

You know theres a reason why Aprelium took time to make that page.

If I were admin I would ban people like you. (I so wish i was here.)

There is said it....most painless as possible.
_________________
Back to top View user's profile Send private message AIM Address
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sun Sep 12, 2004 5:26 am    Post subject: Reply with quote

I refered him to my website because I provide screenshots so its actually
easier to install PHP and for your information , im like a friend to them.
Back to top View user's profile Send private message Visit poster's website
k1ll3rdr4g0n
-


Joined: 04 Jul 2004
Posts: 609

PostPosted: Sun Sep 12, 2004 6:49 am    Post subject: Reply with quote

OOO pictures, wow to bad though there outdated -sigh- and you dont need pictures to install stuff like PHP. Being a friend doesnt mean that they have to goto your site.
_________________
Back to top View user's profile Send private message AIM Address
Foxified
-


Joined: 13 Apr 2004
Posts: 487
Location: Canada

PostPosted: Sun Sep 12, 2004 5:28 pm    Post subject: Reply with quote

k1ll3rdr4g0n wrote:
OOO pictures, wow to bad though there outdated -sigh- and you dont need pictures to install stuff like PHP. Being a friend doesnt mean that they have to goto your site.

dont be jealous, he has a nice site, I followed it, its well described, and entertaining to read, and easy to follow pictures, the aprelium help is basic and crude..

you should also know, he provides LIVE help. which can be very good. and be very personal, live.
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sun Sep 12, 2004 6:21 pm    Post subject: Reply with quote

I wouldn't say that the aprelium PHP installation guide isn't a good one , I refered that
person to my website because he didn't know about the user environment variable with the
REDIRECT_STATUS , I explain in detail how to set it up , I just didn't want that user to
get lost , the chances of him actually viewing Aprelium's guide already is very high.
Back to top View user's profile Send private message Visit poster's website
ccraft
-


Joined: 17 Aug 2004
Posts: 5

PostPosted: Wed Sep 15, 2004 10:06 pm    Post subject: Reply with quote

Is it possible to run Movable Type without sql?
Back to top View user's profile Send private message
Xabora
-


Joined: 05 Jun 2003
Posts: 3

PostPosted: Fri Dec 03, 2004 4:45 am    Post subject: Reply with quote

I'm using IIS now... and by god when I was using Abyss the second part of the TUT helped me...

And now I have come back for its help...
Its that good of a TUT... be PROUD!
Back to top View user's profile Send private message Visit poster's website
mr_dee
-


Joined: 09 Dec 2004
Posts: 2

PostPosted: Thu Dec 09, 2004 2:43 pm    Post subject: Red light Reply with quote

Ok, I have WinMySQLadmin, but I still get red lights, and when I try to enable the service manually in the services list (I am using Windows XP Home) it says the service terminated unexpectedly.

My my.ini looks like:

Quote:
#This File was made using the WinMySQLAdmin 1.4 Tool
#09/12/2004 14:43:54

#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions

[mysqld]
basedir=C:/Program Files/Abyss Web Server/database/mysql
#bind-address=192.168.0.1
datadir=C:/Program Files/Abyss Web Server/database/mysql/data
#language=C:/Program Files/Abyss Web Server/database/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
#set-variable=key_buffer=16M
[WinMySQLadmin]
Server=C:/Program Files/Abyss Web Server/database/mysql/bin/mysqld-nt.exe
user=frankie
password=<my password>
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Thu Dec 09, 2004 8:09 pm    Post subject: Reply with quote

Do you have a firewall ? I found that some Firewalls will make MySQL red when you don't allow access to MySQL.

Also delete your my.ini , its all wrong , follow the MySQL tutorial after that. Below...

Abyss Web Server: Tutorials
www.TRUSTAbyss.com
Back to top View user's profile Send private message Visit poster's website
mr_dee
-


Joined: 09 Dec 2004
Posts: 2

PostPosted: Thu Dec 09, 2004 8:58 pm    Post subject: Reply with quote

It works, heres how I did it if anyone wants to try:

1: Delete your my.ini from your windows directory (either C:\WINNT or C:\WINDOWS)

2: Open winmyadmin, but when it asks you for a username and password, click cancel

3: in the my.ini editor in win admin enter the following code:

Code:
[mysqld]
# set basedir to your installation path
basedir=C:\Program Files\Abyss Web Server\database\
# set datadir to the location of your data directory
datadir=C:\Program Files\Abyss Web Server\database\data\


4: Close then re-open, and it should work.

(Thanks to TRUSTPunk for making me click cancel, and Mysql.com for the code snippet)
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Thu Dec 09, 2004 10:54 pm    Post subject: Reply with quote

Actually , you don't have to edit any of the my.ini file. LateR!
Back to top View user's profile Send private message Visit poster's website
Spiritmouse
-


Joined: 28 Dec 2004
Posts: 1

PostPosted: Tue Dec 28, 2004 10:57 am    Post subject: Uh, help? Reply with quote

Here's the thing. I follow the instructions to the letter. (Well not to the actual letter, but you get it) I open file: mysqladmin.exe but when I do I get a command screen and stuff flys by on it and then it closes itself. I don't get a green light, or for that matter a light at all. Can somebody /please/ help me figure this out?
Back to top View user's profile Send private message
Glitch2082
-


Joined: 02 Dec 2004
Posts: 194

PostPosted: Tue Dec 28, 2004 5:39 pm    Post subject: Reply with quote

Use ctrl+alt+dlt and check your processes. If you see something with mysql in it then its running.
_________________
int main() {
cout << "Im Pro Apache";
cin.get();
}
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials All times are GMT + 1 Hour
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group