• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

mysql need a code

Solution
Hi,

Your big issue is about read the English warning.

But, your solution.

SQL:
CREATE TABLE `castle_dono` (
  `guild_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
COMMIT;

Execute that on your SQL server(Mysql), >> phpmyadmin >> select the database >>> click on SQL -->> paste the code ---> execute;
Hi,

Your big issue is about read the English warning.

But, your solution.

SQL:
CREATE TABLE `castle_dono` (
  `guild_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
COMMIT;

Execute that on your SQL server(Mysql), >> phpmyadmin >> select the database >>> click on SQL -->> paste the code ---> execute;
 
Last edited:
Solution
Back
Top