LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   why my mysql don't work? (https://www.linuxquestions.org/questions/linux-newbie-8/why-my-mysql-dont-work-441754/)

kaixiang 05-04-2006 11:16 PM

why my mysql don't work?
 
i want to setup a web server + mysql server
what do i need?
i was told that i need
mysql, mysql-server, mysqlclient, and mysql-devel.

is it correct?

but i only manage to install
mysql-devel-3.23.58-16.RHEL3.1
MySQL-shared-compat-5.0.20a-0.rhel3
MySQL-client-standard-5.0.20a-0.rhel3
MySQL-server-standard-5.0.20a-0.rhel3
mysql-bench-3.23.58-16.RHEL3.1

can it work?

zulfilee 05-04-2006 11:28 PM

Rather than asking why not try and see if it works.

See if you are able to start mysql service .
Login and check if you are able to access mysql database.

That should be easy.

kaixiang 05-04-2006 11:34 PM

ok ..
i've test and mysql service start successfully...
mysql -u root -pmypassword
can enter mysql...
just the problem that when i using webmin to control mysql ...
there is an error
Heres the error i get :

DBI connect failed : Client does not support authentication protocol requested by server; consider upgrading MySQL client

zulfilee 05-04-2006 11:39 PM

Ok then why not try phpmyadmin.
That is easy to install and configure.

And in webmin check if you have given the port number,password,information correctly.

chrism01 05-05-2006 01:40 AM

Read this: http://dev.mysql.com/doc/refman/4.1/en/old-client.html

kaixiang 05-05-2006 01:48 AM

just install phpmyadmin and try and see
but still get the same error!!

#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client

zulfilee 05-05-2006 01:51 AM

See link send by chrism01

[HTML]Read this: http://dev.mysql.com/doc/refman/4.1/en/old-client.html[/HTML]

Hope doing this should work.

kaixiang 05-05-2006 02:23 AM

okay .. i've tried whether i can install mambo in my server or not

everything fine just

PHP version >= 4.1.0 Yes
- zlib compression support Available
- XML support Available
- MySQL support Unavailable


All times are GMT -5. The time now is 09:56 PM.