PDA

View Full Version : Teamspeak (MySQL) problem


lelaidd
25-05-2005, 12:59
Hello all, I just lost my Superadmin login name and pass (I think I deleted it by mistake), is there a way to add a superadmin by MySql?


Thx
]L[{^ApOphIs^}=KOH=
www.killerofhell.net

bugprobe
02-06-2005, 18:54
Hi,

How did you install mysql database ? I imported to mysql all create* files but i cant put the server running

Johno
25-01-2006, 10:25
lelaidd, simply check your DB..

# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4621 to server version: 5.0.18-max-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use teamspeak;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> SELECT `s_client_password` FROM `ts2_clients` WHERE `s_client_name` = 'superadmin';
+-------------------+
| s_client_password |
+-------------------+
| xxxxxxx |
+-------------------+
1 row in set (0.00 sec)

mysql>