chaosstyle 0 Posted April 30, 2024 Share Posted April 30, 2024 Hello together, I got Fliege V3 files. Installed my Root with FreeBSD, installed a Mysql server. Now I am at the SQL things. But I dont get the username and password. Can somebody help me? Already tried with usernames: Fliege, Root, Admin Passwort: 123, admin, root, fliege Link to comment Share on other sites More sharing options...
Ace 3765 Posted May 11, 2024 Share Posted May 11, 2024 (edited) may, username: root, admin, fliege and passwort 123 or 12345 or 123456 admin, 123 is may ingame. if not, just change the mysql passwort Spoiler Tutorial - Change navicat password Step 1: We need to stop the mysql server ------------------------------------ Comand: - service mysql-server stop Step 2: Start MySQL Server in Safe Mode without entering a password and without a network. MySQL is now started in safe mode without a password query. Since the database can now be accessed without a password, –skip networking also prohibits network access (but none must be recommended). ---------------------------------------------------------------------- Comand: - mysqld_safe --skip-grant-tables --skip-networking & Step 3: Connect to the MySQL database ----------------------------------- Comand: - mysql -u root Step 4: Reset MySQL root password -------------------------------- Comand: - use mysql; Info: Change password with the following command Comand: - update user set password=PASSWORD('mypassword') where User='root' Info: Then perform a flush privileges and exit the MySQL console Comand: - flush privileges; - quit Step 5: Stop MySQL Server ------------------------ Comand: - service mysql-server stop Step 6: Start MySQL Server in normal mode and test connection establishment The MySQL server is now started again in "normal" mode (without safe mode) ----------------------------------------------------------------------- Comand: - service mysql-server start Info: A login should therefore be possible with the new password Comand: - mysql -u root -p Edited May 12, 2024 by Ace Spoiler Ymir Entertainment was founded in 1999 in Seoul, Korea and is currently headed by Byoung Gwan Kim as CEO. The company started developing its first 2D online game Metin the same year it was founded. The game was commercially launched in Korea a year later and received a prize from the Korean Ministry of Information and Communication in December of the same year. Following the success of their flagship game Ymir Entertainment immediately started work on the game’s sequel Metin 2, which went into Closed Beta in Korea in May 2004. The game was officially launched in Korea and China in March 2005 before being launched in Asia, Europe and North America in the years that followed. In January 2011 all of the company’s shares were bought by Webzen Inc., a Korean game giant known for their popular MMORPG, MU Online. The company was also awarded Gameforge’s Global Best Partner of the Year in 2011. Source: https://mmos.com/publishers/ymir-entertainment Thank you ymir and F*** you Gameforge, 2011 you ruined it. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now