LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   in need of major help please (https://www.linuxquestions.org/questions/linux-software-2/in-need-of-major-help-please-69191/)

bnumark 06-30-2003 10:53 PM

in need of major help please
 
get this error when i try to connect to myphpadmin www.y2khost.com/phpadmin Can some 1 please help me. I really need to get mysql to work. At this point im kinda desperate :P

i get this: cannot load MySQL extension,
please check PHP Configuration.
Documentation

Here is my php configure file:

[MySQL]
; Allow or prevent persistent links.
mysql.allow_persistent = On

; Maximum number of persistent links. -1 means no limit.
mysql.max_persistent = -1

; Maximum number of links (persistent + non-persistent). -1 means no limit.
mysql.max_links = -1

; Default port number for mysql_connect(). If unset, mysql_connect() will use
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
; at MYSQL_PORT.
mysql.default_port = 8043

; Default socket name for local MySQL connects. If empty, uses the built-in
; MySQL defaults.
mysql.default_socket =

; Default host for mysql_connect() (doesn't apply in safe mode).
mysql.default_host = localhost

; Default user for mysql_connect() (doesn't apply in safe mode).
mysql.default_user = root

; Default password for mysql_connect() (doesn't apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
; *Any* user with PHP access can run 'echo cfg_get_var("mysql.default_password")
; and reveal this password! And of course, any users with read access to this
; file will be able to reveal the password as well.
mysql.default_password =*

DrOzz 06-30-2003 10:56 PM

i have no knowledge at all of mysql and i don't know if this is a default, but is that port open?

bnumark 06-30-2003 10:57 PM

umm what port?

DrOzz 06-30-2003 11:00 PM

Quote:

mysql.default_port = 8043

DrOzz 06-30-2003 11:00 PM

like i said i know nothing of mysql and that port maybe already open, but i was just thinking you may have to open it in your firewall rules..

bnumark 06-30-2003 11:01 PM

yea thats my web servers port. It is open. Does mysql run on its own port?

DrOzz 06-30-2003 11:02 PM

well according to that config file it does...it says mysql port...so i assume so

bnumark 06-30-2003 11:06 PM

i should prob change it to 8043. but i think it was somthing before and it didnt work

bnumark 06-30-2003 11:18 PM

i switched the port to 8044 and i get the same error. Any other things i can do>

bnumark 07-01-2003 12:55 AM

can some 1 help me install php? cuz that seams to be the case. If u think u cant, please reply or im me on aol im network, Brandon numark is the sn

bnumark 07-01-2003 07:57 PM

bump, im still getting the error. Can some 1 please help.


All times are GMT -5. The time now is 06:09 AM.