CREATE DATABASE XXX; CREATE USER ‘XXX’@’%’ IDENTIFIED BY ‘YYY’; GRANT ALL PRIVILEGES ON XXX.* TO ‘XXX’@’%’;
Uncategorized
The following commands will install the required software, and then find the best server to synchronize with. Example output: [email protected]:~# ntpdate -u 0.europe.pool.ntp.org 14 May 11:11:13 ntpdate[37185]: step time server 87.117.247.137 offset 200343.474928 sec [email protected]:~# ntpdate -u 0.europe.pool.ntp.org 14 May 11:11:23 ntpdate[37238]: adjust time server 5.9.40.108 offset 0.002920 sec [email protected]:~# ntpdate -u 0.europe.pool.ntp.org 14 May […]
Add to App.config : Here’s my full config: Other things to check: -That you are actually referencing the required libraries -That said libraries are set to “Copy Local” (defaults to False for me!)