That causes mySQL latest version problem because of the different password authentications.
use mysql;
set password for user@some_host=old_password('yourpass');
flush privileges;
user is the username
some_host is the host
yourpass is the password
Tribolis.com • Affordable Web Hosting Solutions since 2004 •
└ Comes with Fantastico Auto Installer & Daily Backup! WeLoveCSS.com • XHTML & CSS Forum for everyone
If you're not sure where to start first. You'll need to login your mySQL; below:
mysql -u root -p
Tribolis.com • Affordable Web Hosting Solutions since 2004 •
└ Comes with Fantastico Auto Installer & Daily Backup! WeLoveCSS.com • XHTML & CSS Forum for everyone
I've given up and uninstalled PHP & MySql. I have now downloaded MySql 4.1.8 and PHP 5.0.3. Having gone through the installation procedures outlined in "BYO Database Driven Website" (3rd ed), when I try to restart the WWW Publishing service I get a message "PHP Startup: Unable to load dynamic library 'c:\php\ext\php_mysql.dll' - The specified module could not be found." The path is correct and the file is in that location.
Tribolis.com • Affordable Web Hosting Solutions since 2004 •
└ Comes with Fantastico Auto Installer & Daily Backup! WeLoveCSS.com • XHTML & CSS Forum for everyone
Bookmarks