PDA

View Full Version : Need help running Query in MySqladmin *Please*



z3us
01-02-2008, 11:13 AM
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:

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.

klasje
01-05-2008, 01:14 PM
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?

nobaloney
01-05-2008, 01:47 PM
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