Rename or change name of MySQL table

Login menggunakan hak akses (privileges).
C:\>mysql -u root -p password -h localhost

misalnya :

mysql> RENAME TABLE table_1 TO table_2;

Leave a Comment

Your email address will not be published. Required fields are marked *