Need help running Query in MySqladmin *Please*

z3us

New member
Joined
Jan 2, 2008
Messages
1
Hello, im a rookie when it comes to the mysqladmin. But i need your help. Its probably a very easy question for you guys but here goes.

Im installing a text based .php rpg on my site.

One of the instructions is to:

First run this Query in MySqladmin
CODE:
PHP:
alter table users add turns int(11) not null default 25;

Im using phpMyAdmin - 2.10.0.2 Please help lead me in the right direction to exicute this query on my database.
 
phpmyadmin

Open phpmyadmin for your hosting.
mostly: http://domain.com/phpmyadmin

login with your account, go to the correct database and in sql you enter the code you posted here.

If it gives an error after executing: what does it give?
 
Probably you should use https: instead of http:. It may give you an error if the domain doesn't have it's own Certificate, but it should work, and sending your password will be more secure.

Jeff
 
Back
Top