Firstly I know nothing about MySQL but had to move hosts and followed the
export from old server to import to new server and all went well in that the
records are all there.  However, I can't now upload new records as it always
says '0 ROWS ADDED'.

The php file to upload has this in: (I changed actual name to test)
$DB_HOST='localhost';
$DB_LOGIN='test_dogs';
$DB_PASS='passdog';
$DB_NAME='test_dogs'

and I'm wondering as it is now a different server, should that have to be
changed to reflect the new server.  If so where would I find that info.

Thanks
-- 
View this message in context: 
http://www.nabble.com/Help-with-HOST-LOGIN-PASS-NAME-tp14845571p14845571.html
Sent from the MySQL - General mailing list archive at Nabble.com.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to