I've just set up mysql on my computer with phpmyadmin but I'm having a problem I can create db, from within the script setup I can get the tables and information to save to the db but after adding password + user for any scripts I'm trying to run I get password incorrect error. (in the script) How can I fix this? searching the the db shows the user created using the scripts and a password "encrypted".
Hi Audiomad, phpmyadmin escapes strings you pass, so it's better using mysql console or GUI tools If this doesn't help please share a little bit code. Regards
If done everything but doesn't seem to work, the script I'm using is supposed to be for php 5.20 and mysql 5 but I think there maybe a flaw in the script as if I use an older version of the same script all works fine.