|
Post Number: 1
|
ShakerMaker
Mad For It
Group: Members
Posts: 103
Joined: Sep. 2001
|
|
Posted on: Jun. 30 2002,12:02 |
|
|
How the hell do I know if it is installed on my server and what the fuck is the MySQL folder?
|
|
|
|
Post Number: 2
|
RadioActive
BioHZRD
Group: Members
Posts: 483
Joined: Jan. 2002
|
|
Posted on: Jun. 30 2002,15:29 |
|
|
what OS? since you didn't say MS SQL i presume you are installing it on linux, but just to be sure.
-------------- Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein
|
|
|
|
Post Number: 3
|
Wiley
©0®ÞØ®4+3 whØ®3
Group: Members
Posts: 1268
Joined: Oct. 2001
|
|
Posted on: Jun. 30 2002,18:14 |
|
|
Do you really me your server, or your ISP's server? If it is yours then it most likely is not there if you didn't install it ...if you're talking about your ISP's server then a quick phonecall should clear the matter up. Most ISP's will have the standard Apache+PHP+MySQL configuration, you may need to pay more to be able to use dynamic elements if your ISP sucks. If that's the case I would just move to a hosting company that provides a better platform.
|
|
|
|
Post Number: 4
|
Uberkommando
My cup is half empty.
Group: Members
Posts: 337
Joined: Jan. 2002
|
|
Posted on: Jun. 30 2002,18:59 |
|
|
I had trouble figuring out how to access it. If that's the case, this program was a pretty big help to me.
-------------- Now if you'll excuse me, there's a bottle in the cupboard with my name on it.
|
|
|
|
Post Number: 5
|
Beldurin
Mayor of Detnet
Group: Members
Posts: 1242
Joined: Aug. 2001
|
|
Posted on: Jun. 30 2002,20:04 |
|
|
or if you have shell access to your server (and it's linux) just type
Code Sample | ps -ef|grep "mysql" |
and see if anything pops up.
as for managing, I've always used phpMyAdmin.
-------------- If someone's ungrateful and you tell him he's ungrateful, okay, you've called him a name.
You haven't solved anything.
-- zen and the art of motorcycle maintenance
|
|
|
|
Post Number: 6
|
ShakerMaker
Mad For It
Group: Members
Posts: 103
Joined: Sep. 2001
|
|
Posted on: Jul. 01 2002,07:41 |
|
|
Quote (Wiley @ 30 June 2002,10:14) | Most ISP's will have the standard Apache+PHP+MySQL configuration, you may need to pay more to be able to use dynamic elements if your ISP sucks. If that's the case I would just move to a hosting company that provides a better platform. |
I'm paying for hosting so I guess it isn't my server.
They do charge extra for ASP, but not for PHP. I've emailed them asking whats the deal with sql still no reply.
|
|
|
|
Post Number: 7
|
Darth Liberus
Emperor of Detnet
Group: Members
Posts: 2246
Joined: Jan. 1970
|
|
Posted on: Jul. 01 2002,10:20 |
|
|
Since it's an ISP's server, you'll have to either wait for their email or give them a call. They will give you a DB name, login, and password for MySQL, which you will have to supply to any scripts that use it.
I assume by "what the fuck is the MySQL folder" you mean the path to the MySQL monitor. If you have shell access and your ISP has installed it in the normal place you should be able to launch it as
/usr/local/mysql/bin/mysql -uusername -p
MySQL's data folder is only accessible by MySQL and root. To dump files for backup or restore them into the db, you'll have to use MySQL's SELECT INTO OUTFILE/LOAD DATA INFILE commands.
-------------- "let's travel around with our laptops, plug in, and destroy the very fabric of modern reality." -a2n3d7y
|
|
|
|
Post Number: 8
|
ShakerMaker
Mad For It
Group: Members
Posts: 103
Joined: Sep. 2001
|
|
Posted on: Jul. 01 2002,13:45 |
|
|
It appears I don't have it. Just looked under there plans and re read what we've bought into and MySQL aint one of them thats on their list. Will ask them if I can install it. Chances are they'll say no. But at least I can always try to learn with perl.
|
|
|
|
Post Number: 9
|
ShakerMaker
Mad For It
Group: Members
Posts: 103
Joined: Sep. 2001
|
|
Posted on: Jul. 02 2002,07:54 |
|
|
It's official. Don't have it under my pricing plan, and it'll cost me extra to get it. Bastards. Thanks anyway guys!
|
|
|
|
|