|
Posted in Computers & Tech / Databases
Author: Artluo100 Total-Replies: 6 After I installed phpMyAdmin and tried logging in with the root password, I get this : #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client I already installed mySQL administrator and enabled old passwords. Any help would be appreciated. Oh yeah I have : mySQL version 4.1.11-nt mySQL client 5.04 Apache 2.0.54 PHP 4.3.11 phpMyAdmin 2.6.1-pl3
Tue Jun 21, 2005
Reply New Discussion
Posted in Computers & Tech / Databases
Author: vicky99 Total-Replies: 6 I had similar problem when I tried to connect PHP 5 and MySQL 50.1. Then I switched to PHP 4.4.1.Now its running smoothly. I used the following codes to connect to Mysql <?php $conn = mysql_connect('localhost', 'root', 'brother'); echo "successfully connected"; ?> At first I got this error message: ERROR1251:Client does not support authentication protocol requested by server; consider upgrading MySQL client. I then used the following syntax in mysql prompt.
Mon May 29, 2006
Reply New Discussion
Posted in Computers & Tech / Software / Multimedia
Author: (G)Eric Total-Replies: 20 No one should use VentriloTeamspeak 2 Vs Ventrilo I wrote/am writing a Ventrilo client for Linux. Without a doubt, no one should use this program. First of all, the fact that I have to stare at packet dumps and decipher the protocol simply to provide a Linux version (which Ventrilo should do) is annoying. Secondly, every single time you connect to a Ventrilo server, the client tells the company that makes Ventrilo about your connection. In other words, your activity on the internet is logged by the Flagship. Thirdly, Ventrilo can simply turn off any server they want at any time. Here is a list of error messages for reasons why they may have terminated your server:
Your client should not have to request permission from the company in order to connect to a server. Use teamspeak or mumble. -reply by Eric
Mon Nov 30, 2009
Reply New Discussion
|