View previous topic :: View next topic |
Author |
Message |
Xavier -
Joined: 17 Jan 2004 Posts: 50
|
Posted: Sun Jan 18, 2004 10:38 pm Post subject: MYSQL |
|
|
I am having trouble setting up MYSQL. It just keeps showing red when i did everything that the tutorial at http://os17fan.cjb.net/. I am a newbie at databases and i really dont know what could be wrong. I made sccreenshots of all teh sections and they can be found at http://68.144.34.11/MYSQL/ |
|
Back to top |
|
 |
some random person -
Joined: 06 Oct 2003 Posts: 128 Location: I live here! At my house!
|
Posted: Sun Jan 18, 2004 11:01 pm Post subject: |
|
|
It may be something to do with your my.ini file. Heres what mine looks like:
[WinMySQLAdmin]
Server=C:\mysql2\mysql-4.0.17\bin\mysqld.exe
user=username
password=password
[mysqld]
basedir=C:/mysql2/mysql-4.0.17
datadir=C:/mysql2/mysql-4.0.17/data
(Those seeting are what mine are though, don't use them)
Seeing as you are using mysqld-nt, it should look like this for you:
[WinMySQLAdmin]
Server=C:\mysql\bin\mysqld-nt.exe
user=root
password=
[mysqld-nt]
basedir=C:/mysql
datadir=C:/mysql/data
Your my.ini file should be in your C:/Windows folder.
See if that works. I had a simlar problem when I upgraded my version. When I changed this it worked fine. _________________ New image comming soon...
Image hosted by abyss powered website
Image copyright some random person (I made it......)
Abyss > Apache (Meaning abyss is better than apache)
My site powered by abyss->(Undergoing construction) |
|
Back to top |
|
 |
Xavier -
Joined: 17 Jan 2004 Posts: 50
|
Posted: Sun Jan 18, 2004 11:21 pm Post subject: RE: |
|
|
nope still doesnt work |
|
Back to top |
|
 |
some random person -
Joined: 06 Oct 2003 Posts: 128 Location: I live here! At my house!
|
Posted: Mon Jan 19, 2004 3:38 am Post subject: |
|
|
Hmm...
[WinMySQLAdmin]
Server=C:\mysql\bin\mysqld.exe
user=root
password=
[mysqld]
basedir=C:/mysql
datadir=C:/mysql/data
Try using those settings in your my.ini file. Make sure you run mysqld.exe after (inside your mysql/bin folder). _________________ New image comming soon...
Image hosted by abyss powered website
Image copyright some random person (I made it......)
Abyss > Apache (Meaning abyss is better than apache)
My site powered by abyss->(Undergoing construction) |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Mon Jan 19, 2004 6:48 am Post subject: |
|
|
Well my tutorials have helped alot of users on this forum and
even though it did not help you , when you do get it up , I would
like to know what the problem was so I can improve my tutorial. 8)
Good Luck! |
|
Back to top |
|
 |
|