* Jonas Eriksson > We are upgrading our mysqlserver to 3.23.54 from a old one. > But we can't get mysqldump to import all the tables to the new > server becouse some of the table names have - sign in it. Like ip-number > > Is it any way to come around this error or do we have to contact our > customers to make them change their tablenames?
If the old version was 3.23.6 or newer, use the -Q or --quote-names option of mysqldump: <URL: http://www.mysql.com/doc/en/mysqldump.html > -- Roger --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php