Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] please someone help me to know how executed all queries in the sql/updates folders by command line

[DiscordArchive] please someone help me to know how executed all queries in the sql/updates folders by command line

[DiscordArchive] please someone help me to know how executed all queries in the sql/updates folders by command line

rektbyfaith
Administrator
0
08-19-2024, 09:24 PM
#1
Archived author: Allen • Posted: 2024-08-19T21:24:16.518000+00:00
Original source

please someone help me to know how executed all queries in the sql/updates folders by command line in linux? or even not by command line just in linux?
rektbyfaith
08-19-2024, 09:24 PM #1

Archived author: Allen • Posted: 2024-08-19T21:24:16.518000+00:00
Original source

please someone help me to know how executed all queries in the sql/updates folders by command line in linux? or even not by command line just in linux?

rektbyfaith
Administrator
0
08-19-2024, 09:48 PM
#2
Archived author: Superfreaken • Posted: 2024-08-19T21:48:43.636000+00:00
Original source

do I create these? and where do I place them? authserver.service worldserver.service
rektbyfaith
08-19-2024, 09:48 PM #2

Archived author: Superfreaken • Posted: 2024-08-19T21:48:43.636000+00:00
Original source

do I create these? and where do I place them? authserver.service worldserver.service

rektbyfaith
Administrator
0
08-19-2024, 10:45 PM
#3
Archived author: leetrobotz • Posted: 2024-08-19T22:45:15.082000+00:00
Original source

Launch mysql with the command `mysql -u <user>` where `<user>` is the userid of your mysql user, for example `root`. Then run each .sql file using `source <path-to-your-module-script>` like `source ~/azerothcore/transmog/acore_auth/install.sql` (make sure you use your own userid and path to the SQL script). Then `exit;` to leave the mysql interface.
rektbyfaith
08-19-2024, 10:45 PM #3

Archived author: leetrobotz • Posted: 2024-08-19T22:45:15.082000+00:00
Original source

Launch mysql with the command `mysql -u <user>` where `<user>` is the userid of your mysql user, for example `root`. Then run each .sql file using `source <path-to-your-module-script>` like `source ~/azerothcore/transmog/acore_auth/install.sql` (make sure you use your own userid and path to the SQL script). Then `exit;` to leave the mysql interface.

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)