drop database potato;
create database potato;
grant all on potato.* to potato@localhost IDENTIFIED BY 'potato' ;
after that jdbc url will be jdbc:mysql://localhost:3306/potato
java groovy grails other
drop database potato;
create database potato;
grant all on potato.* to potato@localhost IDENTIFIED BY 'potato' ;
No comments:
Post a Comment