EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   EOC issue (https://www.eqemulator.org/forums/showthread.php?t=39490)

warkid 03-20-2015 04:27 PM

EOC issue
 
im tring to use EOC port is open ... remote access enabled and a user (other than root)

but when i try to source in the details to allow EOC access i get

[SQL]CREATE USER 'eoc_database_user'@'69.168.254.244' IDENTIFIED BY 'eoc_database_password';
[Err] 1470 - String 'eoc_database_user' is too long for user name (should be no longer than 16)

any ideas please

Akkadius 03-20-2015 04:30 PM

Quote:

Originally Posted by warkid (Post 238802)
im tring to use EOC port is open ... remote access enabled and a user (other than root)

but when i try to source in the details to allow EOC access i get

[SQL]CREATE USER 'eoc_database_user'@'69.168.254.244' IDENTIFIED BY 'eoc_database_password';
[Err] 1470 - String 'eoc_database_user' is too long for user name (should be no longer than 16)

any ideas please

Use something less than 16 characters?

warkid 03-20-2015 04:33 PM

this is what i did


To create your database user you will need to run the query below to create your database user:
This will allow connections only from EOC via the specified user below, you shouldn't need to change the password because you are only allowing from the EOC server


CREATE USER 'eoc_database_user'@'69.168.254.244' IDENTIFIED BY 'eoc_database_password';
GRANT GRANT OPTION ON *.* TO 'eoc_database_user'@'69.168.254.244';
GRANT ALL ON *.* TO 'eoc_database_user'@'69.168.254.244';


i copy and pasted the query?

Akkadius 03-20-2015 04:51 PM

Quote:

Originally Posted by warkid (Post 238804)
this is what i did


To create your database user you will need to run the query below to create your database user:
This will allow connections only from EOC via the specified user below, you shouldn't need to change the password because you are only allowing from the EOC server


CREATE USER 'eoc_database_user'@'69.168.254.244' IDENTIFIED BY 'eoc_database_password';
GRANT GRANT OPTION ON *.* TO 'eoc_database_user'@'69.168.254.244';
GRANT ALL ON *.* TO 'eoc_database_user'@'69.168.254.244';


i copy and pasted the query?

Change 'eoc_database_user' to 'eoc_db_user' in all occurrences. That will take care of your character limit.

warkid 03-20-2015 04:52 PM

i got it :) thank you for the program .. will help alot


All times are GMT -4. The time now is 07:50 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.