Software :: PhpMyAdmin Alternative For Oracle - PhpOracleAdmin?
Aug 30, 2010
I'm looking for a database management system like phpMyAdmin but for Oracle to get a more visual overview of the database.I've found phpOracleAdmin, but is seems to be at a really early development stage .So I was just wandering if any one here got some experiences with it or got an other alternative (web based or not) more reliable.
I'm using this tool for a while and can't be more pleased! The single file concept is just great and I still haven't found a feature I miss from phpmyadmin.
I'm a new user for oracle,tried to install oracle 10g on redhat linux 5 but gettinh the same error message.response/ runInstaller[oracle2@localhost database_10201]$ sh runInstaller _runInstaller: line 54:/tmp/database_10201/install/.oui: Permission denied_Doany one plz help me how to give full set of permisions to an user in linux to access a folder??
I've AMD64 system with Ubuntu 11.04 installed. It's been rough ride for me to install oracle-xe-universal. I've already spent more than 2 days on this. Still unsuccessful.
1) First I downloaded the packages libaio_0.3.104-1_i386.deb and oracle-xe-universal_10.2.0.1-1.1_i386.deb
(gave me dependency error for libc6 (>= 2.3.2), I modified the control file to remove dependency and rebuilt the package) (now worked fine) Oracle xe is now installed. Then I tried to start the DB it started but it's HTTP client never started. So I decided to uninstall the oracle-xe=universal. None of the sudo apt-get remove oracle-xe-universal command's didn't worked for me. So i went for manual uninstallation directions as per oracle link.
rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb dpkg: warning: overriding problem because --force enabled: package architecture (i386) does not match system (amd64)
[code]....
Even in applications menu I don't see the if oracle has been installed. So i conclude first time installation was ok but somehow http client didn't worked. After manual uninstallation, second installation didn't even loaded/installed the oracle-xe in init.d directory.
I'm trying to log into phpMyAdmin, but when I go to the page, I type in my username and password, click Go, and then the page refreshes with no error message
I have XAMPP on my local pc runnung ubuntu that i use it for testing purposes...During the initial XAMPP Security configuration the password i put for the phpmyadmin was the same as my main Ubuntu password so i wanted to change into something different.. (I had to share phpmyadmin with others so i didn't wanted to reveal my Ubuntu password)I changed the password but now i can't log into PHP my admin!is there any way i can reset the password or add another root user with all DB privileges?Here is what I did (I am writing this only by remembrance cause now i can't access phpmyadmin :S ):1. Clicked on the Privileges tab2. Selected the root user3. Changed the password *4. After several unsuccessful attempts to change the root password i repeat the same steps above and additionally I checked the field that said something like: "Delete the user and create a new one with the new password"
I have Apache, MySql server, and phpMyAdmin installed on my desktop. With the default installation of phpMyAdmin, I should be able to log in as root without a password. (Or at least every other time I have installed it, I could.) However, that isn't the case. I can't log in to phpMyAdmin period. I have tried setting the password for root with MySql through the terminal. Still no results. No matter what I do, when I try to log in to phpMyAdmin, I am denied access.
this is a fairly common issue (though I have never encountered it before) as I found similar posts in numerous forums, etc. I finally found a solution and now have it working. In case others have a similar problem, I am posting the solution that I used here. First open a terminal. Then use the following command
Code: mysqladmin -u root password NEWPASSWORD Substitute NEWPASSWORD with the password that you want to use and then you should be able to log in to phpMyAdmin as root with the new password.
I'm running OpenSuse 11.3 on VitualBox on Windows7. I have installed Apache, and PHP without problems. Now I want to install phpmyadmin but I cannot do it.I've followed these instructions and also tried from here and here but I got this message(File) could not be saved, because the source file could not be readI have also tried YaST search, but it can't find anything.
I installed phpmyadmin using synaptic manager (selected apache2 as server option ) and then i opened localhost /phpmyadmin .It gives the following error :phpMyAdmin - Error
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.I have apache,php and mysql already installed and I am using them with default configuration . There are many files in /var/log/apache2 and i am not not able to figure out anything
wondered why I never noticed but for a while now the phpmyadmin folder seems to be missing from the www folder.It still works in local host, but I'm a bit perplexed as to where it has gone.
I've just installed phpmyadmin on my ubuntu home server. When I go to the http://(myip)/myphpadmin the logon screen shows up. I put in my root username peter and the password that I use for mysql which I also used when I setup phpmyadmin. I get an error message: "#1045 - Access denied for user 'Peter'@'localhost' (using password: YES)"Do I need to add something to a config file somewhere?
I have 2 Servers Server A running apache, php, phpmyadmin Sever B running MySQL
Server A has IP of 192.168.1.110 Server B has IP of 192.168.1.120
I edited /etc/phpmyadmin/config.inc.php
To have these:
(This par was confusing to I just re-added the line above instead of searching for it all).
Then I set the MySQL vi /etc/mysql/my.cnf to comment out #bind-address = 127.0.0.1
There is another line that most of the guides asked me to comment out but I cannot find that like: # skip-networking
The Next closest match to that is: skip-external-locking
I will assume that is not it and leave it alone....
I keep getting errors for example: "Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly"
Another error was it canno connect because it is not accepting connections from the IP Address of my webserver...
I have a problem with phpmyadmin. I use Ubuntu 10.04. I have already installed Apache, MySQL, and PHP. They are working properly. Finally I install phpmyadmin. Installation is successful by using command'apt-get install phpmyadmin'.I can't understand how to access phpmyadmin from browser. I type the URL... Browser show me file not found.
I have a problem with phpmyadmin. I use Ubuntu 10.04. I have already installed Apache, MySQL, and PHP. They are working properly. Finally I install phpmyadmin. Installation is successful by using command'apt-get install phpmyadmin'. I can't understand how to access phpmyadmin from browser. I type the URL "http://localhost/phpmyadmin/". Browser show me file not found.
I am trying to install phpMyAdmin using ssh (I use putty to connect to my Virtual Private server from my windows home computer)
I have managed to download the latest phpMyAdmin from sourceforge and I have renamed it to phpMyAdmin.tar.gz
Now I don't know how to install it. I have tried "apt-get install phpMyAdmin.tar.gz" but that gives me: Reading package lists... Done Building dependency tree... Done E: Couldn't find package phpMyAdmin.tar.gz So I assume I should not use apt-get
when i started phpmyadmin by localhost/phpmyadmin ..it ask a username and password ....so i know password will be of mysql but what will be the username when..bcoz when i installed mysql it only asks me the password ...it doesnt ask any username to enter at that time
The past couple of updates have messed up my localhost phpMyAdmin application. After the update I get the following error. Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
I have the old files backed up and when I restore them everything is ok. Why doesn't the update work? I figured it had to be a path or permissions problem. I gave unrestricted access to all users on all files and it still does not work. I found a php script in a phpMyAdmin wiki and it gives me this: If a session could be started successfully you should not see any Warning(s), otherwise check the path/folder mentioned in the warning(s) for proper access rights.The current "session.save_path" is "/var/lib/php5". Session file name: "sess_dee3dp1j6takbdtpvl702nbcptdivh82". which seems to me to say everything is cool pathwise.
Setup - PmaWiki tells me that for some reason openSUSE does not support the setupscript.
I have been following the The Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 3] | HowtoForge - Linux Howtos and Tutorials but used for i586. Everything works fine, except i am not able to find a way to set a password to be checked by dovecot/pam, to enter a mailbox via squirrelmail. The args are set, but i simply can not find out where to set the password and username.
The password set in ISPConfig does not apply to the squirrelmail login for dovecot.
The general idea than was to get phpMyAdmin running, and set up passwords there...(i do not even know if that is going to work, but get phpMyAdmin to work would not be bad at all..)
So, to know how to set a password/username in/for dovecot would be fine also... (i've read all the wikipages like: AuthDatabase/PasswdFile - Dovecot Wiki but now i still do not know where and how to set them.
I have a typical lamp setup. I updated to 10.04 and I can't seem to access phpmyadmin now. Apache and mysql seem to be working fine. I have tried restarting them both and have reinstalled phpmyadmin. When I say not working, I mean I try to navigate to [URL] and get page not found.
I had the brilliant idea to make my own web server since i had a silicon mechanics 1u server collecting dust. Ive got apache running. Phpmyadmin is installed but i cant get into the admin panel. When it asks for the user name and password no matter what i use it wont let me log in.
I switched to Linux recently to start learning PHP and MySQL, and used this video on ..... to learn how to install all the desired packages and stuff[URL]... Everything got installed correctly up until 6:48, at the time I didn't know that you need to press space bar to get the star in the box to select the desired configuration, thusly causing myPhpAdmin not to be installed correctly and localhost/myphpadmin not showing up.
So after trying to reinstall it, and then removing all the packages and re installing, this specific set up for the db-config will not show up. Is there a way to completely remove all of these packages and start fresh?
I also tried installing the LAMP server thing, but also myphpadmin fails to get installed properly.
I recently installed LAMP using this handy guide:Everything seams to work except phpMyadminI'm supposed to type http://localhost/phpMyAdmin/ to use it but I get a 404 error "The requested URL /phpMyAdmin/ was not found on this server."
I have followed instructions here to install apache + php5 + mysql
[URL]
Apache 2 server is working. phpinfo.php shows php working. I've previously installed phpmyadmin .. but this time I've made some error in installing phpmyadmin. I would like to start afresh .. remove and reinstall. I looked in Synaptic Package Manager and phpmyadmin had a green marker .. showing installed. I tried "Mark for complete removal" But I can't purge phpmyadmin installation to try again. See screenshot.
Every time I try to access localhost/phpmyadmin or localhost/phpmyadmin/index.php I get a 404 - Not Found. But, http://localhost/testphp.php works OK. I had Apache installed in the past but removed it and recently installed Lighttpd. I'm using Lubuntu 10.10 a flavor of Ubuntu and using my laptop (localhost)as a testbed to learn. I have tried restarting Lighttpd after each change to the conf file. Here is my lighttpd.conf.
# Debian lighttpd configuration file # ############ Options you really have to take care of #################### ## modules to load
I am having an issue with phpMyAdmin on my Xubuntu machine. I installed a few updates today and now my phpMyAdmin web interface site is not loading on the server. This is a local server running in my office. It appears that the page tries to load, but no output is delivered to the screen.
Taking a closer look at my updates, it looks like the following changes were made (along with some upgrades to Firefox):
When I use the 'Force Version....' command, I am given only two options the '4.8' version that I have now (the broken one) and a flat '4' version with no .7. Also, the force version didn't seem to do anything. I tried to Force a version and then mark a package for reinstall. When I did this Synaptic informed me that it was simply going to reinstall the 4.8 version.
What I would like to do is to revert to the 5.3.2-1ubuntu4.7 version of all of these files and then lock the version using Synaptic, to prevent this issue from recurring.
I am not afraid of heading to the command line either.
I've just reinstalled XAMPP in my machine. Now, I can't get phpmyadmin to work. Before this was okay. But since I lost its password I need to reinstall it again. Now I got it reinstalled, another problem occured. When I enter localhost/phpmyadmin in my browser, it tells me to open the file with a program which is obviously something must be wrong during the installation or the system is screwed. Here's the screenshot:
Another problem is I can't get Apache and MySQL to run using the XAMPP wizard. But by using shell I can get it worked, but when I see the wizard, it just says stopped. What's wrong? Although I have pressed Execute it still can't be run.
From terminal: Code: me@me-laptop:~$ sudo /opt/lampp/lampp start [sudo] password for me: Starting XAMPP for Linux 1.7.4... XAMPP: Another web server daemon is already running. XAMPP: Another MySQL daemon is already running. XAMPP: XAMPP-ProFTPD is already running. XAMPP for Linux started.
I've just installed phpmyadmin on my bioLinux. When the logo screen shows http://localhost/phpmyadmin, and I try to log in it appears: #1045 Cannot log in to the MySQL server. I've tried all possibilities. I install and reinstall it with the Synaptic Package manager, with and without password (using 'root' as username).