phpmyadmin or mysql administartor

I am trying my hands on LINUX (ubuntu and SUSE), but find them much
complicated.
In YAST I can see php5-mysql installed. But localhost/mysql , says
Object not found

Some applications under www folder do not work.
localhost works, but not mysql.

Please suggest some thing, so that I can say goodbye to Windows ASAP


vspunn

vspunn’s Profile: http://forums.opensuse.org/member.php?userid=3819
View this thread: http://forums.opensuse.org/showthread.php?t=400506

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What is ‘localhost/mysql’… is that a path? Can you please post full
URLs or paths as you use them?

php5-mysql is the module so that PHP can integrate with MySQL, but there
are others to also add. I assume you have Apache/httpd installed and
working since you mentioned you can see some data under localhost. Have
you verified permissions on the files are set properly? For httpd to
serve a file it must be able to read it, and if it’s a PHP file it must
know to use PHP to interpret those files (usually by file extension).
Post the output from the following commands, please:

rpm -qa | grep -i apache
rpm -qa | grep -i php

Also there are several other threads in these forums on getting
Apache/PHP working together that you may want to review for a quicker
resolution.

Good luck.

vspunn wrote:
> I am trying my hands on LINUX (ubuntu and SUSE), but find them much
> complicated.
> In YAST I can see php5-mysql installed. But localhost/mysql , says
> Object not found
>
> Some applications under www folder do not work.
> localhost works, but not mysql.
>
> Please suggest some thing, so that I can say goodbye to Windows ASAP
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJLWkx3s42bA80+9kRAuQqAJ9Hdxqieykyj1Km6VJf1sRodqqqRQCfQSG/
RTipI+qfZgaarZ4OJqfMPGg=
=1Jle
-----END PGP SIGNATURE-----

When I give the command for apache I get:
apache2-mod_php5.2.4-11
apache2-prefork
and some more lines.
Same with php command.

Is there any way I can copy and atach the output.

Please suggest


vspunn

vspunn’s Profile: http://forums.opensuse.org/member.php?userid=3819
View this thread: http://forums.opensuse.org/showthread.php?t=400506

If you execute the command in either Konsole (KDE) or Gnomes terminal
program (forgot the name) you should be able to simple drag/highlight
that what you want to copy and right-click / choose “Copy”.


Server: openSUSE 11.0, Athlon 64 3000+, HDD 3 * 1TB, 1*640GB, 1GB RAM,
NV GF2
Desktop: openSUSE 11.1 b5, Intel Q6600, HDD 2 * 320GB, 4GB RAM,
Nvidia 8800GT
Laptop: openSUSE 11.1 b5, Intel p8400, HDD 280GB, 4GB RAM, NVIDIA
9600GT

Axeia’s Profile: http://forums.opensuse.org/member.php?userid=4794
View this thread: http://forums.opensuse.org/showthread.php?t=400506

I downloaded PhpMyAdmin and did the setup. It is in the folder
srv/htdocs

I am able to go to http://localhost/phpmyadmin

Here if I enter the username as “root”, I get the error message- Access
denied.
On using localhosta s the username, the error is “#1045 - Access denied
for user ‘localhost’@‘localhost’ (using password: NO)”
There is no password for it.

I have not changed any file inside phpmyadmin folder.


vspunn

vspunn’s Profile: http://forums.opensuse.org/member.php?userid=3819
View this thread: http://forums.opensuse.org/showthread.php?t=400506