MySQL Forums
Forum List  »  Newbie

Re: can't import mysql file
Posted by: rolly4444 AM
Date: July 24, 2015 06:11AM

i got this
mysql> SELECT SCHEMA_NAME 'database', default_character_set_name 'charset', DEFAULT_COLLATION_NAME 'collation' FROM information_schema.SCHEMATA;
+--------------------+---------+-----------------+
| database | charset | collation |
+--------------------+---------+-----------------+
| information_schema | utf8 | utf8_general_ci |
| album | utf8 | utf8_general_ci |
| mysql | utf8 | utf8_general_ci |
| performance_schema | utf8 | utf8_general_ci |
| sakila | utf8 | utf8_general_ci |
| test | utf8 | utf8_general_ci |
| world | utf8 | utf8_general_ci |
+--------------------+---------+-----------------+
7 rows in set (0.07 sec)

but still have the problem

Options: ReplyQuote


Subject
Written By
Posted
July 23, 2015 05:08AM
Re: can't import mysql file
July 24, 2015 06:11AM
August 01, 2015 11:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.