MySql

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

MySql

Post by rasechi »

is mysql free to use? when i went to the website it says something about buying.
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

Yes, it is free. You can download it from http://dev.mysql.com/downloads/mysql/5.0.html and install it on your personal computer. You can also find free sites that grant SQL databases.
Image

No support via PM or Email
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

after downloading it do i have to register for an acnt? is the acnt where i enter it into the info for mysql info?
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

It should tell you everything you need to know on the site. I have never used MySQL on localhost before so I am not sure how to set it up.
Image

No support via PM or Email
kp_downarrow
Rifleman
Posts: 162
Joined: Thu Dec 21, 2006 2:12 am

Post by kp_downarrow »

after you download mysql, the database is yours, you configure it, you dont have to register, you can mess with it as much as you like
Senne
Rifleman
Posts: 164
Joined: Wed Feb 21, 2007 9:22 am

Post by Senne »

i found a fre mysql host tho, as long you back it up every week , he told me there would be no problems.
and it doesnt make my server lagg, like some paying options did with me.
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

how do i connect the mysql from my computer to my server? should i enter the ip of my computer to the wc3ft.cfg?
kp_downarrow
Rifleman
Posts: 162
Joined: Thu Dec 21, 2006 2:12 am

Post by kp_downarrow »

is your server and mysql on the same machine?

you set these in war3ft.cfg

FT_sql_host "127.0.0.1" // Host Name
FT_sql_user "root" // User Name
FT_sql_pass "" // Password
FT_sql_db "" // Database Name
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

no. i rent a server. so how should work the mysql?
kp_downarrow
Rifleman
Posts: 162
Joined: Thu Dec 21, 2006 2:12 am

Post by kp_downarrow »

you still change those above
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

wat do i change it to? also, is mysql a program that i need to keep running at all times? lets say if i don't turn mysql will the exp not be saved?
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

Yes, MySQL needs to be always running for it to work.

The host is your external IP.
The user is the user you created.
The pass is the password your user has.
The db is the database you created to store the xp
Image

No support via PM or Email
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

so if i don't keep my computer running 24/7, it won't work? is there a way i can run mysql without using my own personal computer?
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

Yes, you can search for a free provider
Image

No support via PM or Email
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

What do I search? MySQL Provider?
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

I found a provider. After I get the account, do I have to do anything before I can start saving data onto it?
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

Yes, you need to set up the cvars.

The host is provided by the provider.
The user is the user you created.
The pass is the password your user has.
The db is the database you created to store the xp
Image

No support via PM or Email
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

when i try to create a table, it asks me for all this stuff. how do i make the table?
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

You don't. wc3ft creates the table for you
Image

No support via PM or Email
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

is there a way to transfer my alrdy existing information from nvault to mysql?
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

If you don't mind doing it manually. nVault files are in binary format, so you need something to read them if you do it manually
Image

No support via PM or Email
rasechi
Peon
Posts: 22
Joined: Sun Mar 04, 2007 4:08 pm

Post by rasechi »

where is the nVault file? and what's a program that can read binary?
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

addons/amxmodx/data/nvault

Not sure, try searching for it
Image

No support via PM or Email
Post Reply