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;
Login menggunakan hak akses (privileges).
mysql> RENAME TABLE table_1 TO table_2;
Post a Comment for "Rename or change name of MySQL table"