-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sites.google.com/site/fiveservercom/home offline !! #23
Comments
https://web.archive.org/web/20201102183724/https://sites.google.com/site/fiveservercom/win32-howtomysql> create database fiveserver; mysql> grant select,insert,update on fiveserver.* to 'fiveserver'@'%' identified by 'we9le'; mysql> grant select,insert,update on fiveserver.* to 'fiveserver'@'localhost' identified by 'we9le'; mysql> create database sixserver; mysql> grant select,insert,update on sixserver.* to 'sixserver'@'%' identified by 'proevo'; mysql> grant select,insert,update on sixserver.* to 'sixserver'@'localhost' identified by 'proevo'; mysql> show databases; Now we have the databases created and access to them configured, but we still need to create the schemas for these databases: meaning create the necessary tables. To do that execute these commands: mysql> use fiveserver; Query OK, 0 rows affected (0.03 sec) Query OK, 0 rows affected (0.05 sec) Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.03 sec) Query OK, 0 rows affected (0.03 sec) mysql> source alter_001_add_settings.sql mysql> Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.05 sec) Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.01 sec) Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.03 sec) Query OK, 0 rows affected (0.05 sec) mysql> source alter6_001_modify_profiles.sql mysql> We're done with this step. Quit the mysql client too, by entering: mysql> exit |
Não tem como coloca servidor com Hamachi? |
I need the tutorial to get the mysql codes to work on the server, the site is offline, is there another place or on github I can get these codes, thank you
The text was updated successfully, but these errors were encountered: