MySQL Forums
Forum List  »  Newbie

create mysql on cloud
Posted by: Christopher Yi
Date: November 17, 2021 08:46AM

Is it ok to set up the db in a cloud, like what you do in the local?

e.g. >'cloud repository\bin\mysqld.exe' --initialize -insecure

with the my.ini file setting the basedir and datadir in the cloud, and access from other computer with the cloud linked in?
##############################################################################

When login into the db, what's the hostname of the cloud? what port should I use?

e.g. >'cloud repository\bin\mysql.exe' -h hostname -P 3306 -u root -p

Options: ReplyQuote


Subject
Written By
Posted
create mysql on cloud
November 17, 2021 08:46AM
November 17, 2021 09:47AM
November 19, 2021 06:13AM
November 19, 2021 09:08AM
November 22, 2021 06:28AM
November 17, 2021 11:27AM


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.