|
Re: any PHP,Phpmyadmin and mysql experts here?
It depends on what you are trying to do and where you are trying to do it. I don't know exactly where you are in the installation.
If you type this into the DOS window.
mysql -u root -p
It will prompt you for the MySQL root password and then log you in to the MySQL console (which is just like the Oracle one AFAICR)
|