Installing MySQL 5 Perl DBI Must Be Installed?
the steps to installing MySQL 5 on Red Hat Linux 9? When I follow the steps as outlined in the manual or Red Hat text I get an error that Perl DBI must be installed.
After attempting to download the Perl DBI; that failed because the server was not availabe. Eventually I was able to download some Perl stuff, but not the DBI. Here is the problem at its root. Where is the information to handle all of the error messages? Where is the source of knowledge to work around these problems?
View Complete Forum Thread with Replies
Related Forum Messages:
Installed MySQL
I downloaded and installed MySQL 5.0 on my laptop to experiment with it and learn. After the installation the software configured itself and I set a password. Now that I have it installed on my laptop, what can I do with the MySQL to learn it? When I launch it, I get a command prompt box asking to type commands. I thought that there would be a MS Access type of interface. Can you folks explain and give me some pointers on what to do next?
View Replies !
Is Mysql Installed?
I am trying to set up apache2 php5 and mysql5 on my computer. I have managed to installed Apache and PHp and can get view phpinfo. But i am getting problems when i try to install mysql. Besically i am running the exe and it says it installed. Have gone into php.ini and removed the ; from the beginning of the extensions section. But when i restart apache and run the file with phpinfo there is no mention of mysql. tried to install phpmyadmin and it says the mysql handles arn't installed.
View Replies !
MySQL Unsuccesfully Installed
I've tried to install mysql-3.23.55.tar.gz but failed. Firstly, I've created directory /home/users/mysql and add group for mysql. Those are the command that I've used previously: shell>groupadd mtsqlid shell>mkdir /home/users shell>useradd -d /home/users/mysql -s /bin/false -g mysqlid mysqlid Then i decompressed mysql-3.23.55.tar.gz into /home/users/mysql and one new directory called mysql-3.23.55 created. According to www.mysql.com, mysql installation, i need to run ./configure --prefix=/usr/mysql but this is the message i've got. configure:error: no acceptable C compiler found in $PATH then when i tried to run this command shell>scripts/mqsql_install_db it also give me an error that is no such file or directory.
View Replies !
Mysql.sock Is Never Being Installed On Mac
I've tried to install MySQL several times now on my Mac OS X 10.5, however mysql.sock is never there. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) That location is exactly what the readme file says: The installation layout is similar to that of a `tar' file binary distribution; all MySQL binaries are located in the directory `/usr/local/mysql/bin'. The MySQL socket file is created as `/tmp/mysql.sock' by default. I've tried downloading the following package from the mysql site: Mac OS X 10.5 (x86), I've also tried downloading the tar package instead of the .dmg, but still I don't get that file. I've searched through the MySQL directories looking for this file and all other base directories (directories such as /usr/local/...blah..., /usr/, /tmp, /var, /private/tmp/, etc - basically just anywhere I thought maybe it might show up accidentally). It just doesn't appear anywhere?
View Replies !
MySQL Installed, But Not Functional
I'm new to all this, and have managed to get IIS and PHP runing fine now, but I just ca't get MySQL running. phpinfo does not show MySQL, and the page I'm trying to run tells me MySQL Module is not available I've installed it correctly according to all the guides out there and I have the GUI tools. I've made a secondary user, but this is where I get lost. Every guide that I've looked at tells me once it's all installed it should just work. Is there something else I need to do or something that I've missed?
View Replies !
Do I Have Multiple Instances Of Mysql Installed?
I'm running ubuntu 6.06, with a web application called Joomla. Right now our databases appear empty.. while i originally panicked, our web application is running smoothly. I cant figure out why this app would work while it needs mysql. Is it possible this is connecting to another instance of mysql on my server and how would i tell?
View Replies !
Do MySQL 4.0.25 Deafult Installed Is Using InnoDB
I want to build up a e-commerce web site host by myself's Windows 2003 Server with IIS 6.0 + PHP 4.4.0 + MySQL 4.0.25 (www.oscommerce.com <--- it need a MySQL) But some reason, oscommerce failed fuction on MySQL 4.1.14 properly with the Order query fuction, and ... I am very newbie on MySQL, I like the MySQL Administrator Tool 1.1.2, but I installed a MySQL 4.0.25 in my home's PC, and run the MySQL Administrator Tool, discover many thing can't using ..., this tool is look like better for MySQL 4.1.x, and I know MySQL 4.1.x is using InnoDB databse But now I need oscommerce work well, so decided choose MySQL 4.0.25, but have some thing I don't understand and know well. 1. Do MySQL 4.0.25 default using the InnoDB to save the Database and Table or it default using the MyIsam to save the table?? If not, what is it using? 2. Do MySQL 4.0.25 default setting is support multilanguage like utf-8, big5 chinese (Taiwan), gb2312 chinese (China Mainland), english etc, since my oscommerce main target is for Chinese (Taiwan, Mainland), and english user.... 3. How to full backup MySQL 4.0.25 database + table easy and safe for newbie (better have the step by step or GUI Tools can using) 4. Since I had try MySQL 4.1.14 before, so I know it can allow remote connect to the database by using MySQL Administrator Tool from localhost, how to setting MySQL 4.0.25 also can remote connect by some GUI tools, with localhost?
View Replies !
Installed MySQL On WinServer2003, Can't Create Databases
It installed as a service, and seemed to start just fine, but on the 'databases' tab of the WinMySQLAdmin ver 1.4, I can't create databases. It shows 'test' but no tables. Right clicking gives me a menu with 4 flush choices Contents of C:Windowsmy.ini follows: #This File was made using the WinMySQLAdmin 1.4 Tool #8/5/2004 12:48:19 PM #Uncomment or Add only the keys that you know how works. #Read the MySQL Manual for instructions [mysqld] basedir=C:/mysql #bind-address=192.168.1.100 datadir=C:/mysql/data #language=C:/mysql/share/your language directory #slow query log#= #tmpdir#= #port=3306 #set-variable=key_buffer=16M [WinMySQLadmin] Server=C:/mysql/bin/mysqld-nt.exe user=dfs password=dfs
View Replies !
How To Detect If Different Mysql Versions Are Installed/runing
from my InnoSetup setup :) I need to detect if any version of mysql is runing on my windows. Others sugested to check fo a mutex or a Class Name(dont know what are these) or Windows Names or Look for a mysql*.exe, so is there something common for mysql starting with v3 .. v5? I mean what is the thing that i have to search for, to know at least if mysql is runing. For mysql v3 there are the posible runing files: mysqld.exe mysqld-max.exe mysqld-max-nt.exe mysqld-nt.exe mysqld-opt.exe or on Win98 only winmysqladmin.exe? For mysqlv4 .. im not sure yet For mysql 5 seems to be more simple, only mysqld-nt.exe Do I have to search for all these files(and others that I dont know yet :) ) to be sure that its not runing?
View Replies !
Mysql 4.0.12 Version Cannot Be Installed On Windows Vista
We have application written in Java and Mysql running on laptops. Recently a fwe laptops have been upgraded to vista. Since our application is old we use 4.0.12 version of Mysql. I am not able to complete the installation. When I say Start the Service from the traffic light at the task bar it gives an error "Fails to install Mysql Server Service". It installs fine in Windows XP.
View Replies !
PHP Commands Unexecuted, But MySQL Successfully Installed!
I have a problem I found nowhere else on the net in some resources: My infrastructure: OS: Win XP pro, SP2 Webserver: Apache 2 PHP: PHP 5 mySQL: mySQL 4.1 (php and apache work!) And this is what happens: I try to connect to a mySQL db via PHP, which is done by the regular mysql_connect statement. But when I access the .php - file via my browser by typing "localhost", the code is executed UNTIL the php commands, not further. The code is really cut off when I view the source in the browser. What am I doing wrong!
View Replies !
Mysql Installed And Running But Wont Start (XAMPP)
hey iv installed xampp as i want to begin learning php and need the php and mysql servers, it all seems to be running fine in the control panel of XAMPP it shows apache and mysql as running. The problem is when i go to start mysql to create an actual database,by going: C:xamppmysqlinmysql the DOS window pops up and disapears and the motherboard beeps. Is this not the correct way of starting mysql for editing? im using wondows xp serivce pack2 and XAMMP 1.5.5.
View Replies !
MySQL, Perl CGI
I'm developing a simple computer helpdesk system with MySQL as the backend and Apache/CGI/Perl as the user interface. I've sucessfully set up the part where a user enters an issue via HTML form and "submits" it to the MySQL database. My question is: I have it set up where the user posts the issue to the database, the database auto_increments an issue_id number field. How do I return that issue_id number back to Apache so that the user can see it (and use it as a reference number)?
View Replies !
Perl-DBD-MySQL
I have a binary distribution of MySQL 4.0.20 installed in /usr/local/mysql. Therefore, the only libmysqlclient file I have is libmysqlclient.a (static library). And also, Perl:DBI already installed. I'm trying to install perl-DBD-MySQL-2.9004 from source. What should I add to 'perl Makefile.PL' as arguments to make sure it finds the static library? I've tried 'perl Makefile.PL --libs=/usr/local/mysql/lib/libmysqlclient.a and gotten this: --------------------------------- [root@localhost DBD-mysql-2.9004]# perl Makefile.PL --libs=/usr/local/mysql/lib/lib/mysqlclient.a I will use the following settings for compiling and testing: cflags (mysql_config) = -I/usr/include -mcpu=pentiumpro libs (Users choice) = /usr/local/mysql/lib/lib/mysqlclient.a nocatchstderr (default ) = 0 nofoundrows (default ) = 0 ssl (guessed ) = 0 testdb (default ) = test testhost (default ) = testpassword (default ) = testuser (default ) = To change these settings, see 'perl Makefile.PL --help' and 'perldoc INSTALL'. Unrecognized argument in LIBS ignored: '/usr/local/mysql/lib/lib/mysqlclient.a' Using DBI 1.30 installed in /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBI Writing Makefile for DBD::mysql [root@localhost DBD-mysql-2.9004]# --------------------------------- What should I do to get DBD-MySQL to install correctly?
View Replies !
Using Perl With Mysql
I have heard that if you want a view with mysql, perl is one iof the best applications to use. I want to make a user interface with perl that will prompt the user to enter values and then those values will be stored into the database. I'm just started to learn how to use perl, can anyone give me a little help with writing the code?
View Replies !
Perl DBD::mysql - Using Arrayref
I have an app where I would like to display a returned table with column headings as specified in the inquiry (select), while preserving the column sequence of columns as specified in the original inquiry - without having access to the original inquiry. If I use the fetchrow_hashref method, I can determine the column headings, but I lose the sequence. If I use fetchrow_arrayref, I preserve the sequence, but I lose the column headings. I suspect there is an easy answer. Anybody have it?
View Replies !
Dealing With Mysql Through Perl
i'm working with a mySql database. i have accessed the database through perl. now i want to know how i can store images in the databases through perl and how to retrieve it.. does anyone have an idea abt this?
View Replies !
Perl And Mysql Datetime
I am trying to have an update form for a datetime field. I've been looking all morning and haven't been able to find any examples of how to do it. I have the date in the form formatted by perl like this: 08-14-2006 11:29:28 and when I do the update to mysql nothing happens. It does not work. I need to make it so the user can put the time the student left.
View Replies !
Perl/mysql On Linux
i am not getting the output for the following code (given below) in apache server on linux. but i do get ouput in perl interpreter please replay me . vinaykumarms@rediffmail.com #!/usr/bin/perl print "ContentType: text/plain "; use DBI; # Connecting to the database # Replace DATABASENAME with the name of the database, # HOSTNAME with the hostname/ip address of the MySQL server. $drh = DBI->install_driver("mysql"); $dsn = "DBI:mysql:database=vinay;host=localhost"; $dbh = DBI->connect($dsn,"",""); # Select the data and display to the browser my $sth = $dbh->prepare("SELECT * FROM login"); $sth->execute(); while (my $ref = $sth->fetchrow_hashref()) { print "Found a row: id = $ref->{'id'}, name = $ref->{'name'} "; } $sth->finish(); # Disconnect from the database. $dbh->disconnect();
View Replies !
Verifying Mysql Writes (perl)
What is a proper way of verifying that a mysql write was successfull, and to retry if it wasnt? In my perl script I add records through: my $dbh=DBI->connect($dsn, $db_user_name, $db_password); my $sth=$dbh->prepare("insert into TABLE (X, Y, Z) values ('1', '2', '3')"); $sth->execute; $sth->finish; I have noticed that from time to time this fails, due to limitations of my webhost. I thus want to do a check after the write, that it actually happened, and if not redo.
View Replies !
Unable To Connect To Mysql Via Perl
I am attempting to connect to my mysql using a perl script, and keep getting an error message that tells me the I am missing a sub routine. I have installed DBI and DBD::mysql but still can not use my $dbh = open_dbi($db,$username,$password) I am assuming that open_dbi is not installed, does anyone know of another, or better way to access mysql via perl.
View Replies !
Retreiving MySql Data With Perl (DBI)
I have been trying to retrive data out of MySql data file using DBI and Perl for a while with no luck. I get message "Can't locate loadable object for module DBI in @INC (@INC contains: C:/Program Files/Perl/lib C:/Program Files/Perl/site/lib .) at C:/Program Files/Perl/lib/DBI.pm line 258" I have DBI.pm in above respected directories. I have no problem retreiving data out of flat files ie simple text file with delimiters. I use windows xp,Perl,Apache server and MySql server at home with no other problems.
View Replies !
MySQL/Perl Book Recommendation For A Beginner?
Here's the situation: I have a Perl-based forum that I wrote myself. It currently supports user accounts, but these are stored in a flat text file (as is everything else for that matter). I'm looking to convert this to a MySQL database so that I can do more with that information, but with less processing time (reading through that huge text file to find something isn't very efficient). In the future I hope to move the whole forum over to MySQL, but I thought a good starter project would be just one aspect of it. At this point I am looking for recommendations on good books for someone moderately experienced with Perl, but who has NO experience with MySQL or anything similar. Since I'd prefer to integrate this with my existing script, I'd rather stick with Perl and not learn PHP at this time. So far it seems like "MySQL and Perl for the Web" is a good - are there others? I prefer reference-style texts with useful code examples, rather than lesson-style books.
View Replies !
Calling MySql Select Procedures In Perl
I am trying to call a "select" stored procedure from perl. I am not quite sure how to do it. Here is the stored procedure: CREATE PROCEDURE spTest() begin select x AS X from tblTest; It works fine when called from within MySQL. mysql> call spTest(): +------+ | X | +------+ | 24 | | 3 | +------+ I have the following code in perl: my $spt = $db->prepare("Call spTest()"); $spt->execute(); $spt->bind_columns($id); while($spt->fetchrow_array()){ print "X = $id"; } I get an error that says I need to use "select into". How do I call this procedure from perl?
View Replies !
Installing MYSql 4.0.12
I have downloaded MySql-standard-4.0.12 FOR MAC from the MySql website. I have installed it on Mac OS X 10.1.3. When i am starting the MySql, it starts and ends with the message "030821 <time> MySqld ended". Does anyone know what the problem is ...?
View Replies !
Installing MySQL On Mac OS X....
Just in case anyone has the same problem. After a few hours, I found the solution for installing MySQL on Mac OS X. As well as a ton of other people, I was getting the error... Can't connect to local MySQL server through socket '/tmp/mysql.sock' Its a problem with permissions. Try this from the terminal, it worked for me... sudo chmod 1777 /tmp and sudo chown -R mysql:mysql /usr/local/mysql/data
View Replies !
Installing Mysql On Rh9
im having a nightmare tryng to get mysql to work on rh9. ive tried v4.1 and that didnt work so ive gone to v3.23.49-1 i386. Anyway ive looked around and downloaded a tutorial and done exactly what they have done in the tutorial, but i get an error when i run isql it says Quote: Could not SQLConnect Ive set the directories of the driver & setup file in the odbcinst.ini as he did in the tutorial
View Replies !
Mysql Installing
now i need to download mysql.can anybody tell me which version of mysql is supported for my platform?also mysql server and client i knew.apart from that, what are the mirrors i need to download? also tell me how to install it and where to install ( means the location . is it in /usr/local or something else).actually am going to work with perl and mysql.hence ,i need this mysql to be installed in the system.
View Replies !
Installing MySQL 5.1 On Mac OS X 10.5.6
The data directory had already been created on my machine, so I assumed that step 2 of the post-install process was not needed. Step three (bin/mysqld_safe --user=mysql &) failed with the following error: [1] 400 anuraag-tiwaris-macbook-pro:mysql anuraagt$ 090312 01:08:01 mysqld_safe Logging to '/usr/local/mysql/data/anuraag-tiwaris-macbook-pro.local.err'. touch: /usr/local/mysql/data/anuraag-tiwaris-macbook-pro.local.err: Permission denied chown: /usr/local/mysql/data/anuraag-tiwaris-macbook-pro.local.err: Permission denied 090312 01:08:01 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data bin/mysqld_safe: line 96: /usr/local/mysql/data/anuraag-tiwaris-macbook-pro.local.err: Permission denied rm: /usr/local/mysql/data/anuraag-tiwaris-macbook-pro.local.pid: Permission denied bin/mysqld_safe: line 133: /usr/local/mysql/data/anuraag-tiwaris-macbook-pro.local.err: Permission denied 090312 01:08:01 mysqld_safe mysqld from pid file /usr/local/mysql/data/anuraag-tiwaris-macbook-pro.local.pid ended bin/mysqld_safe: line 96: /usr/local/mysql/data/anuraag-tiwaris-macbook-pro.local.err: Permission denied
View Replies !
After Installing MySQL
I finished installing mysql, windows 4.1 essentials, on my machine. I have a fully functional Apache client with PHP, CGI, ASP, etc. ready to go on it. I want to know if there is anything else I need to do, because I'm _new_ at this... What should I put in httpd.conf to get mysql working? Do I need any other programs?
View Replies !
Installing MySQL From RPM
I am very new to DB installations. But either way I am in charge of setting up MYSQL on our server. Here is what I know. I downloaded MySQL-server-community -5.0.51a-0.rhel3.ia64.rpm i used SSH to put the file on my root now I am using PUTTY to load. but I am completely lost from here. Is there any set directions to install?
View Replies !
Installing MySQL 4 Or 5
I've got a G4 that runs OS X 10.2.8 and Apache 1.3 I've been trying to install MySQL for a couple days now. I run the installer and it says Installation successful then I install the pref pane, restart the G4 but when I select the MySQL preferences and try to start the server nothing happens. I've tried shutting down any other MySQLs with the Terminal but that comes back with "command not found" I can't find any new MySQL folders either. Any suggestions?
View Replies !
Installing MySQL On Mac OS X
I have just purchased the sitepoint book, "Build your own database driven website using php and mysql". I'm obviously new to this and I went to the start of the Mac OS X installing mysql. I have downloaded MySQL and installed it. It then tells me to open up the terminal window and type in the command: shell%sudo /usr/local/mysql/bin/mysqld_safe It then tells me to make a file my.cnf and put it in the file: /usr/local/mysql/data/ When I do a search for this folder I get the result "The folder cannot be found". I have tried going back to the terminal and entering the above code again but it says "A mysql process already exists". This is how the terminal displays when I have typed it all in: Welcome to Darwin! Darrens-Computer:~ Darren$ sudo /usr/local/mysql/bin/mysqld_safe Password: A mysqld process already exists
View Replies !
Installing MySQL 5.0.27 On OS X 10.4.8
I'm on page number 29 in "Build Your Own Ruby on Rails Web Application" where Patrick is instructing us on how to install mySQL. I've downloaded the current stable release of mySQL, run the mysql-standard-5.0.27-osx10.4-powerpc.pkg and was told that the installation was successful. Here is my concern: I remember many months ago when I was fooling around with PHP and I recall installing multiple versions of PHP and mySQL on my machine. I remember specifically using Marc Liyanage's packages available on www.entropy.ch as well as MAMP. Now, when I execute the following commands as per Patrick's instructions, I receive errors. From the book: Quote: Excellent. Next, we need to start the server—we’ll do this manually for now. Open a Terminal window and enter the following command: $ sudo /usr/local/bin/mysqld_safe5 This is returned: Password: sudo: /usr/local/bin/mysqld_safe5: command not found mason:~ Mason$ Included in my mysql-standard-5.0.27-osx10.4-powerpc.dmg file is a ReadMe.txt, which provides a different command for connecting to the mySQL server. That is: $ sudo /Library/StartupItems/MySQLCOM/MySQLCOM start Which after entering that, I receive: Starting MySQL database server And yay, the server appears to have been started! Once MySQL is running, you can tell it to run in the background by hitting Ctrl- Z, then entering this command: $ bg When I press Control-Z and enter 'bg', the message returned to me is: -bash: bg: current: no such job Hmm. Does that mean mySQL really isn't running? Also, what does pressing Control-Z do? Anything special? How do I know that whatever it's supposed to do is actually being done? Should something indicate that it's been pressed? Not knowing what to do, I proceed with his further instructions to: Quote: ...close the Terminal window; MySQL will continue to run as a server on your system. Now, all that’s left to do is confirm that the MySQL server is indeed running as expected. In your Terminal window, type the following: $ ps -ax | grep mysql This command should return a few processes that relate to MySQL. Running that command returns this: 4903 p1- S 0:00.04 /bin/sh ./bin/mysqld_safe --datadir=/usr/local/mysql/ 4922 p1- S 0:05.15 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysq 7260 p1 R+ 0:00.00 grep mysql Since I'm new to all of this, I can't tell if that's good or bad or if that means mySQL is actually running or it isn't. It does at least appear to show the processes that are running, like he said. Does anyone know if mySQL is actually running though? He goes on to say: Quote: If it does, you can try to connect to your database with the following command: $ mysql5 This should present you with a mysql> prompt I figure, since it does return some processes, like he said it would, it's ok to try that command out. But, oh noes! This is what happens when I do: -bash: mysql5: command not found So, just out of curiosity, I decide to look in /usr/local/bin/ where apparently this thing belongs, but it isn't there! So now I'm at an impasse. I have to wonder, could my previous installations of mySQL be conflicting somehow with my recent one? Why isn't mysql5 in /usr/local/bin/ and why am I not being presented with a mysql prompt when I enter mysql5 into the command line? I'm not sure if I should proceed in the book without first working this out as I question whether or not leaving it unresolved could create more problems and confusion for me down the line.
View Replies !
Help Please: Installing MySQL Etc.
I'm trying to install MySQL and PHP onto my machine (A Mac with OS X 10.4). I think I've done it but I'm not sure. And I haven't been able to setup a root password. I'm working through the "Database Driven Websites" book. I've done eveything but then I get stuck on this next bit which I think is to set a root password. It says to type in "mysql -u root mysql" into my terminal but when I do it just says "-bash: mysql: command not found". I don't know if its to do with not being in the bin directory? But I don't know how to do this. I'm very new to this all.
View Replies !
Installing MySQL RPM On Linux
I am trying to install MySQL with this command: rpm -ivh MySQL-server-4.0.13-0.i386.rpm I get bunch of errors regarding conflicts with the existing installation (files in /usr/share/mysql/.....) 1. Originaly mySQL was isntalled with Linux 7 install 2. I can't un-install mySQL via Linux Add/Remove program, I get an error stating sthat shared library option must be selected (it's is selected) 3. I have deleted /usr/share/mysql directly, but still have a problem.
View Replies !
Problem Installing Mysql 4.0.14
I have tried to install mysql 4.0.14 and previous version on my machine. After installation when I try to run mysql, i get error: "Cannot connect to localhost port..." my machine is not connected to internet. I also have firewall installed on my machine, but this should not matter.
View Replies !
Installing MySQL V4.0.14b For Windows
I have just downloaded MySQLv4.0.14b for windows and 21% through the installation, it displays the following error: An error occurred during the move dataq process: -132 Component: File Group: File: The MD5 hash matches the one on your website and I have spent another 5 hours or so downloading it again from your main site instead of a mirror site, but it stills does the same thing. I'm installing it into the the same folder as the previous version (3.23.49).
View Replies !
Solution For Installing MySQL On Mac OS X
Just in case anyone has the same problem. After a few hours, I found the solution for installing MySQL on Mac OS X. As well as a ton of other people, I was getting the error... Can't connect to local MySQL server through socket '/tmp/mysql.sock' Its a problem with permissions. Try this from the terminal, it worked for me... sudo chmod 1777 /tmp and sudo chown -R mysql:mysql /usr/local/mysql/data
View Replies !
Error In Installing MySQL
I have the following errorw while i try to execute the MySQL-Front. Any one can tell me about the problem ? As i have no errors at all before i format my computer, i use the same version of MySQL and MySQL-Front.Thanks. =========================================== Connection failed 1251 - Client does not support authentication protocol requested by server; considering ugrading MySQL Client. ===========================================
View Replies !
|