Yep, says:
Unknown column 'mentor" in "field list'
How do I go about fixing this without compromising everyone's characters/accounts?
			
									
									
						Backup accounts help
Re: Backup accounts help
open a mysql terminal (mysql -u (username) -p(password) on command line)
input:
			
									
									
						input:
Code: Select all
use dspdb;
alter table chars add column mentor smallint(3) NOT NULL DEFAULT '0';Re: Backup accounts help
Looks like I might have got it. It responded with 
Database changed
Query OK, 5 rows affected (0.01 sec)
Records: 5 Duplicates: 0 Warnings: 0
Gonna test it out after a server reboot.
			
													Database changed
Query OK, 5 rows affected (0.01 sec)
Records: 5 Duplicates: 0 Warnings: 0
Gonna test it out after a server reboot.
					Last edited by Cyprus on Sun Sep 28, 2014 9:51 pm, edited 1 time in total.
									
			
									
						Re: Backup accounts help
should just need "mysql -u (username) -p(password)" on command prompt
			
									
									
						Re: Backup accounts help
Ya, I typed that out then realized I was being stupid...edited my last post.
*UPDATE* That fixed it, thanks again!!
			
									
									
						*UPDATE* That fixed it, thanks again!!