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:
Im using phpMyAdmin - 2.10.0.2 Please help lead me in the right direction to exicute this query on my database.
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.