sudo vim /etc/mysql/mysql.conf.d/mysqld.cnf # comment line: bind-address = 0.0.0.0 in cnf file
sudo service mysql restart
# username is 'root 'and password is 'root'
mysql -u root -proot -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' with grant option;"
mysql -u root -proot -e "FLUSH PRIVILEGES;"-
Notifications
You must be signed in to change notification settings - Fork 0
ALexanderpu/MockDataBaseUtils
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Create Synthetic DataBase based on Sensitive DataBase (for security reason) using Python Sqlalchemy tool
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published